public static enum DeviceUser.ManagementStatusEnum extends Enum<DeviceUser.ManagementStatusEnum>
Enum Constant and Description |
---|
MANAGED |
NOT_MANAGED |
Modifier and Type | Method and Description |
---|---|
static DeviceUser.ManagementStatusEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static DeviceUser.ManagementStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceUser.ManagementStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceUser.ManagementStatusEnum MANAGED
public static final DeviceUser.ManagementStatusEnum NOT_MANAGED
public static DeviceUser.ManagementStatusEnum[] values()
for (DeviceUser.ManagementStatusEnum c : DeviceUser.ManagementStatusEnum.values()) System.out.println(c);
public static DeviceUser.ManagementStatusEnum 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 getValue()
public String toString()
toString
in class Enum<DeviceUser.ManagementStatusEnum>
public static DeviceUser.ManagementStatusEnum fromValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.