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