public enum SFAsyncOperationType extends java.lang.Enum<SFAsyncOperationType>
| Enum Constant and Description |
|---|
ChangeZone |
CloudConnectorCopy |
CloudConnectorFileCopy |
CloudConnectorFileMove |
CloudConnectorMove |
Copy |
Delete |
DeletePermanent |
Move |
Recovery |
ScheduleChangeZone |
| Modifier and Type | Method and Description |
|---|---|
static SFAsyncOperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFAsyncOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFAsyncOperationType Copy
public static final SFAsyncOperationType Move
public static final SFAsyncOperationType ChangeZone
public static final SFAsyncOperationType ScheduleChangeZone
public static final SFAsyncOperationType Recovery
public static final SFAsyncOperationType Delete
public static final SFAsyncOperationType DeletePermanent
public static final SFAsyncOperationType CloudConnectorCopy
public static final SFAsyncOperationType CloudConnectorFileCopy
public static final SFAsyncOperationType CloudConnectorMove
public static final SFAsyncOperationType CloudConnectorFileMove
public static SFAsyncOperationType[] values()
for (SFAsyncOperationType c : SFAsyncOperationType.values()) System.out.println(c);
public static SFAsyncOperationType 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 null