public static enum WOPIResource.Operation extends Enum<WOPIResource.Operation>
| Enum Constant and Description |
|---|
DELETE
The delete.
|
GET_LOCK
The get lock.
|
GET_SHARE_URL
The get share url.
|
LOCK
The lock.
|
PUT
The put.
|
PUT_RELATIVE
The put relative.
|
PUT_USER_INFO
The put user info
|
REFRESH_LOCK
The refresh lock.
|
RENAME_FILE
The rename file.
|
UNLOCK
The unlock.
|
| Modifier and Type | Method and Description |
|---|---|
static WOPIResource.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WOPIResource.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WOPIResource.Operation GET_LOCK
public static final WOPIResource.Operation GET_SHARE_URL
public static final WOPIResource.Operation LOCK
public static final WOPIResource.Operation PUT
public static final WOPIResource.Operation PUT_RELATIVE
public static final WOPIResource.Operation REFRESH_LOCK
public static final WOPIResource.Operation RENAME_FILE
public static final WOPIResource.Operation UNLOCK
public static final WOPIResource.Operation DELETE
public static final WOPIResource.Operation PUT_USER_INFO
public static WOPIResource.Operation[] values()
for (WOPIResource.Operation c : WOPIResource.Operation.values()) System.out.println(c);
public static WOPIResource.Operation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2003–2020 eXo Platform SAS. All rights reserved.