public static enum UserSummary.AccountStatus extends Enum<UserSummary.AccountStatus> implements BmcEnum
The status of the user account.
Enum Constant and Description |
---|
Expired |
ExpiredAndLocked |
Locked |
None |
Open |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static UserSummary.AccountStatus |
create(String key) |
String |
getValue() |
static UserSummary.AccountStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSummary.AccountStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserSummary.AccountStatus Open
public static final UserSummary.AccountStatus Locked
public static final UserSummary.AccountStatus Expired
public static final UserSummary.AccountStatus ExpiredAndLocked
public static final UserSummary.AccountStatus None
public static final UserSummary.AccountStatus UnknownEnumValue
public static UserSummary.AccountStatus[] values()
for (UserSummary.AccountStatus c : UserSummary.AccountStatus.values()) System.out.println(c);
public static UserSummary.AccountStatus 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 static UserSummary.AccountStatus create(String key)
Copyright © 2016–2024. All rights reserved.