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