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 |
withDescription(String description) |
SetValueCommand.Builder |
withProperty(String property) |
SetValueCommand.Builder |
withScreenLock(Boolean screenLock) |
SetValueCommand.Builder |
withValue(String value) |
SetValueCommand.Builder |
withWhen(Boolean when) |
SetValueCommand.Builder |
withWhen(String whenExpression) |
public SetValueCommand.Builder withDelay(Integer delay)
public SetValueCommand.Builder withDescription(String description)
public SetValueCommand.Builder withScreenLock(Boolean screenLock)
public SetValueCommand.Builder withWhen(Boolean when)
public SetValueCommand.Builder withWhen(String whenExpression)
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.