public static class SpeakListCommand.Builder extends Object
Modifier and Type | Method and Description |
---|---|
SpeakListCommand |
build() |
SpeakListCommand.Builder |
withAlign(Align align) |
SpeakListCommand.Builder |
withComponentId(String componentId) |
SpeakListCommand.Builder |
withCount(Integer count) |
SpeakListCommand.Builder |
withCount(String countExpression) |
SpeakListCommand.Builder |
withDelay(Integer delay) |
SpeakListCommand.Builder |
withDelay(String delayExpression) |
SpeakListCommand.Builder |
withDescription(String description) |
SpeakListCommand.Builder |
withMinimumDwellTime(Integer minimumDwellTime) |
SpeakListCommand.Builder |
withMinimumDwellTime(String minimumDwellTimeExpression) |
SpeakListCommand.Builder |
withScreenLock(Boolean screenLock) |
SpeakListCommand.Builder |
withSequencer(String sequencer) |
SpeakListCommand.Builder |
withStart(Integer start) |
SpeakListCommand.Builder |
withStart(String startExpression) |
SpeakListCommand.Builder |
withWhen(Boolean when) |
public SpeakListCommand.Builder withDelay(Integer delay)
public SpeakListCommand.Builder withDelay(String delayExpression)
public SpeakListCommand.Builder withDescription(String description)
public SpeakListCommand.Builder withScreenLock(Boolean screenLock)
public SpeakListCommand.Builder withSequencer(String sequencer)
public SpeakListCommand.Builder withWhen(Boolean when)
public SpeakListCommand.Builder withAlign(Align align)
public SpeakListCommand.Builder withComponentId(String componentId)
public SpeakListCommand.Builder withCount(Integer count)
public SpeakListCommand.Builder withCount(String countExpression)
public SpeakListCommand.Builder withMinimumDwellTime(Integer minimumDwellTime)
public SpeakListCommand.Builder withMinimumDwellTime(String minimumDwellTimeExpression)
public SpeakListCommand.Builder withStart(Integer start)
public SpeakListCommand.Builder withStart(String startExpression)
public SpeakListCommand build()
Copyright © 2023. All rights reserved.