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