public class ChardevRemoveCommand extends QApiCommand<ChardevRemoveCommand.Arguments,ChardevRemoveCommand.Response>
QApiCommandDescriptor{name=chardev-remove, returns=null, data={id=str}}| Modifier and Type | Class and Description |
|---|---|
static class |
ChardevRemoveCommand.Arguments
Compound arguments to a ChardevRemoveCommand.
|
static class |
ChardevRemoveCommand.Response
Response to a ChardevRemoveCommand.
|
| Constructor and Description |
|---|
ChardevRemoveCommand(ChardevRemoveCommand.Arguments argument)
Constructs a new ChardevRemoveCommand.
|
ChardevRemoveCommand(String id)
Constructs a new ChardevRemoveCommand.
|
getArgument, getCommandName, getReturnTypetoStringpublic ChardevRemoveCommand(@Nonnull ChardevRemoveCommand.Arguments argument)
public ChardevRemoveCommand(String id)