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