public class SetLinkCommand extends QApiCommand<SetLinkCommand.Arguments,SetLinkCommand.Response>
QApiCommandDescriptor{name=set_link, returns=null, data={name=str, up=bool}}
Modifier and Type | Class and Description |
---|---|
static class |
SetLinkCommand.Arguments
Compound arguments to a SetLinkCommand.
|
static class |
SetLinkCommand.Response
Response to a SetLinkCommand.
|
Constructor and Description |
---|
SetLinkCommand(SetLinkCommand.Arguments argument)
Constructs a new SetLinkCommand.
|
SetLinkCommand(String name,
boolean up)
Constructs a new SetLinkCommand.
|
getArgument, getCommandName, getReturnType
toString
public SetLinkCommand(@Nonnull SetLinkCommand.Arguments argument)
public SetLinkCommand(String name, boolean up)