public static class CommandsRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CommandsRequest.Builder |
addCommandsItem(Command commandsItem) |
CommandsRequest |
build() |
CommandsRequest.Builder |
withAttemptDeliveryUntil(String attemptDeliveryUntil) |
CommandsRequest.Builder |
withCommands(List<Command> commands) |
CommandsRequest.Builder |
withTarget(Target target) |
public CommandsRequest.Builder withCommands(List<Command> commands)
public CommandsRequest.Builder addCommandsItem(Command commandsItem)
public CommandsRequest.Builder withTarget(Target target)
public CommandsRequest.Builder withAttemptDeliveryUntil(String attemptDeliveryUntil)
public CommandsRequest build()
Copyright © 2023. All rights reserved.