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