public static enum CollectionSyncResponse.ServerResponse.Operation extends java.lang.Enum<CollectionSyncResponse.ServerResponse.Operation>
Modifier and Type | Method and Description |
---|---|
static CollectionSyncResponse.ServerResponse.Operation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CollectionSyncResponse.ServerResponse.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionSyncResponse.ServerResponse.Operation Add
public static final CollectionSyncResponse.ServerResponse.Operation Change
public static final CollectionSyncResponse.ServerResponse.Operation Delete
public static final CollectionSyncResponse.ServerResponse.Operation Fetch
public static CollectionSyncResponse.ServerResponse.Operation[] values()
for (CollectionSyncResponse.ServerResponse.Operation c : CollectionSyncResponse.ServerResponse.Operation.values()) System.out.println(c);
public static CollectionSyncResponse.ServerResponse.Operation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2021. All Rights Reserved.