public enum DeviceManagementPartnerAppType extends java.lang.Enum<DeviceManagementPartnerAppType>
| Enum Constant and Description |
|---|
MULTI_TENANT_APP
multi Tenant App
|
SINGLE_TENANT_APP
single Tenant App
|
UNEXPECTED_VALUE
For DeviceManagementPartnerAppType values that were not expected from the service
|
UNKNOWN
unknown
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementPartnerAppType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementPartnerAppType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceManagementPartnerAppType UNKNOWN
public static final DeviceManagementPartnerAppType SINGLE_TENANT_APP
public static final DeviceManagementPartnerAppType MULTI_TENANT_APP
public static final DeviceManagementPartnerAppType UNEXPECTED_VALUE
public static DeviceManagementPartnerAppType[] values()
for (DeviceManagementPartnerAppType c : DeviceManagementPartnerAppType.values()) System.out.println(c);
public static DeviceManagementPartnerAppType 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