Package | Description |
---|---|
org.maestro.client.notes | |
org.maestro.common.client.notes |
Modifier and Type | Method and Description |
---|---|
GetOption |
GetResponse.getOption() |
GetOption |
GetRequest.getOption() |
Modifier and Type | Method and Description |
---|---|
void |
GetRequest.setGetOption(GetOption option) |
void |
GetResponse.setOption(GetOption option) |
Modifier and Type | Method and Description |
---|---|
static GetOption |
GetOption.from(long value) |
static GetOption |
GetOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetOption[] |
GetOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
This documentation was released into the public domain.