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