public enum ManagedAppDataTransferLevel extends java.lang.Enum<ManagedAppDataTransferLevel>
Enum Constant and Description |
---|
ALL_APPS
all Apps
|
MANAGED_APPS
managed Apps
|
NONE
none
|
UNEXPECTED_VALUE
For ManagedAppDataTransferLevel values that were not expected from the service
|
Modifier and Type | Method and Description |
---|---|
static ManagedAppDataTransferLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManagedAppDataTransferLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedAppDataTransferLevel ALL_APPS
public static final ManagedAppDataTransferLevel MANAGED_APPS
public static final ManagedAppDataTransferLevel NONE
public static final ManagedAppDataTransferLevel UNEXPECTED_VALUE
public static ManagedAppDataTransferLevel[] values()
for (ManagedAppDataTransferLevel c : ManagedAppDataTransferLevel.values()) System.out.println(c);
public static ManagedAppDataTransferLevel 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