Enum ResourceTypeSchemaAttribute.Type
- java.lang.Object
-
- java.lang.Enum<ResourceTypeSchemaAttribute.Type>
-
- com.oracle.bmc.identitydomains.model.ResourceTypeSchemaAttribute.Type
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ResourceTypeSchemaAttribute.Type>
- Enclosing class:
- ResourceTypeSchemaAttribute
public static enum ResourceTypeSchemaAttribute.Type extends Enum<ResourceTypeSchemaAttribute.Type> implements BmcEnum
The attribute’s data type–for example, String*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: string - uniqueness: none
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceTypeSchemaAttribute.Type
create(String key)
String
getValue()
static ResourceTypeSchemaAttribute.Type
valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceTypeSchemaAttribute.Type[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
String
public static final ResourceTypeSchemaAttribute.Type String
-
Complex
public static final ResourceTypeSchemaAttribute.Type Complex
-
Boolean
public static final ResourceTypeSchemaAttribute.Type Boolean
-
Decimal
public static final ResourceTypeSchemaAttribute.Type Decimal
-
Integer
public static final ResourceTypeSchemaAttribute.Type Integer
-
DateTime
public static final ResourceTypeSchemaAttribute.Type DateTime
-
Reference
public static final ResourceTypeSchemaAttribute.Type Reference
-
Binary
public static final ResourceTypeSchemaAttribute.Type Binary
-
UnknownEnumValue
public static final ResourceTypeSchemaAttribute.Type 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 ResourceTypeSchemaAttribute.Type[] 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 (ResourceTypeSchemaAttribute.Type c : ResourceTypeSchemaAttribute.Type.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ResourceTypeSchemaAttribute.Type 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 ResourceTypeSchemaAttribute.Type create(String key)
-
-