public static enum SdkLanguageOptionalParameters.InputType extends Enum<SdkLanguageOptionalParameters.InputType> implements BmcEnum
The input type for this param. - Input type is ENUM when only specific list of input strings are allowed. - Input type is EMAIL when input type is an email ID. - Input type is URI when input type is an URI. - Input type is STRING in all other cases.
Enum Constant and Description |
---|
Email |
Enum |
String |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Uri |
Modifier and Type | Method and Description |
---|---|
static SdkLanguageOptionalParameters.InputType |
create(String key) |
String |
getValue() |
static SdkLanguageOptionalParameters.InputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SdkLanguageOptionalParameters.InputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SdkLanguageOptionalParameters.InputType Enum
public static final SdkLanguageOptionalParameters.InputType Email
public static final SdkLanguageOptionalParameters.InputType Uri
public static final SdkLanguageOptionalParameters.InputType String
public static final SdkLanguageOptionalParameters.InputType UnknownEnumValue
public static SdkLanguageOptionalParameters.InputType[] values()
for (SdkLanguageOptionalParameters.InputType c : SdkLanguageOptionalParameters.InputType.values()) System.out.println(c);
public static SdkLanguageOptionalParameters.InputType 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 SdkLanguageOptionalParameters.InputType create(String key)
Copyright © 2016–2024. All rights reserved.