Package com.oracle.bmc.apigateway.model
Enum SdkLanguageOptionalParameters.InputType
- java.lang.Object
-
- java.lang.Enum<SdkLanguageOptionalParameters.InputType>
-
- com.oracle.bmc.apigateway.model.SdkLanguageOptionalParameters.InputType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SdkLanguageOptionalParameters.InputType>
- Enclosing class:
- SdkLanguageOptionalParameters
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 Summary
Enum Constants Enum Constant 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
Enum
public static final SdkLanguageOptionalParameters.InputType Enum
-
Email
public static final SdkLanguageOptionalParameters.InputType Email
-
Uri
public static final SdkLanguageOptionalParameters.InputType Uri
-
String
public static final SdkLanguageOptionalParameters.InputType String
-
UnknownEnumValue
public static final SdkLanguageOptionalParameters.InputType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static SdkLanguageOptionalParameters.InputType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SdkLanguageOptionalParameters.InputType c : SdkLanguageOptionalParameters.InputType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SdkLanguageOptionalParameters.InputType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static SdkLanguageOptionalParameters.InputType create(String key)
-
-