public enum DeviceManagementPartnerAppType extends Enum<DeviceManagementPartnerAppType> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
MULTI_TENANT_APP |
SINGLE_TENANT_APP |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static DeviceManagementPartnerAppType |
valueOf(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 DeviceManagementPartnerAppType[] values()
for (DeviceManagementPartnerAppType c : DeviceManagementPartnerAppType.values()) System.out.println(c);
public static DeviceManagementPartnerAppType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.