public static enum User.Common extends Enum<User.Common> implements BmcEnum
Indicates whether a given user is common(Y) or local(N).
Enum Constant and Description |
---|
No |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Yes |
Modifier and Type | Method and Description |
---|---|
static User.Common |
create(String key) |
String |
getValue() |
static User.Common |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.Common[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User.Common Yes
public static final User.Common No
public static final User.Common UnknownEnumValue
public static User.Common[] values()
for (User.Common c : User.Common.values()) System.out.println(c);
public static User.Common 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 User.Common create(String key)
Copyright © 2016–2024. All rights reserved.