public static enum ClientAppDetails.Type extends Enum<ClientAppDetails.Type> implements BmcEnum
To specify where the Client App details should be taken from.
Enum Constant and Description |
---|
Custom |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
ValidationBlock |
Modifier and Type | Method and Description |
---|---|
static ClientAppDetails.Type |
create(String key) |
String |
getValue() |
static ClientAppDetails.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAppDetails.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientAppDetails.Type ValidationBlock
public static final ClientAppDetails.Type Custom
public static final ClientAppDetails.Type UnknownEnumValue
public static ClientAppDetails.Type[] values()
for (ClientAppDetails.Type c : ClientAppDetails.Type.values()) System.out.println(c);
public static ClientAppDetails.Type 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 ClientAppDetails.Type create(String key)
Copyright © 2016–2024. All rights reserved.