public static class SendEventCommand.Builder extends Object
Modifier and Type | Method and Description |
---|---|
SendEventCommand.Builder |
addArgumentsItem(String argumentsItem) |
SendEventCommand.Builder |
addComponentsItem(String componentsItem) |
SendEventCommand |
build() |
SendEventCommand.Builder |
withArguments(List<String> arguments) |
SendEventCommand.Builder |
withComponents(List<String> components) |
SendEventCommand.Builder |
withDelay(Integer delay) |
SendEventCommand.Builder |
withDelay(String delayExpression) |
SendEventCommand.Builder |
withDescription(String description) |
SendEventCommand.Builder |
withScreenLock(Boolean screenLock) |
SendEventCommand.Builder |
withSequencer(String sequencer) |
SendEventCommand.Builder |
withWhen(Boolean when) |
public SendEventCommand.Builder withDelay(Integer delay)
public SendEventCommand.Builder withDelay(String delayExpression)
public SendEventCommand.Builder withDescription(String description)
public SendEventCommand.Builder withScreenLock(Boolean screenLock)
public SendEventCommand.Builder withSequencer(String sequencer)
public SendEventCommand.Builder withWhen(Boolean when)
public SendEventCommand.Builder withArguments(List<String> arguments)
public SendEventCommand.Builder addArgumentsItem(String argumentsItem)
public SendEventCommand.Builder withComponents(List<String> components)
public SendEventCommand.Builder addComponentsItem(String componentsItem)
public SendEventCommand build()
Copyright © 2023. All rights reserved.