Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.rest |
Classes related to the basic Guacamole REST API.
|
Modifier and Type | Method and Description |
---|---|
APIPatch.Operation |
APIPatch.getOp()
Returns the operation for this patch.
|
static APIPatch.Operation |
APIPatch.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIPatch.Operation[] |
APIPatch.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
APIPatch.setOp(APIPatch.Operation op)
Set the operation for this patch.
|
Copyright © 2016. All rights reserved.