public static class GoBackCommand.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GoBackCommand |
build() |
GoBackCommand.Builder |
withBackType(BackType backType) |
GoBackCommand.Builder |
withBackValue(String backValue) |
GoBackCommand.Builder |
withDelay(Integer delay) |
GoBackCommand.Builder |
withDelay(String delayExpression) |
GoBackCommand.Builder |
withDescription(String description) |
GoBackCommand.Builder |
withScreenLock(Boolean screenLock) |
GoBackCommand.Builder |
withSequencer(String sequencer) |
GoBackCommand.Builder |
withWhen(Boolean when) |
public GoBackCommand.Builder withDelay(Integer delay)
public GoBackCommand.Builder withDelay(String delayExpression)
public GoBackCommand.Builder withDescription(String description)
public GoBackCommand.Builder withScreenLock(Boolean screenLock)
public GoBackCommand.Builder withSequencer(String sequencer)
public GoBackCommand.Builder withWhen(Boolean when)
public GoBackCommand.Builder withBackType(BackType backType)
public GoBackCommand.Builder withBackValue(String backValue)
public GoBackCommand build()
Copyright © 2023. All rights reserved.