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