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