Enum SchemaSubAttributes.Returned
- java.lang.Object
-
- java.lang.Enum<SchemaSubAttributes.Returned>
-
- com.oracle.bmc.identitydomains.model.SchemaSubAttributes.Returned
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SchemaSubAttributes.Returned>
- Enclosing class:
- SchemaSubAttributes
public static enum SchemaSubAttributes.Returned extends Enum<SchemaSubAttributes.Returned> implements BmcEnum
A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH request*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Always
Default
Never
Request
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaSubAttributes.Returned
create(String key)
String
getValue()
static SchemaSubAttributes.Returned
valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaSubAttributes.Returned[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Always
public static final SchemaSubAttributes.Returned Always
-
Never
public static final SchemaSubAttributes.Returned Never
-
Default
public static final SchemaSubAttributes.Returned Default
-
Request
public static final SchemaSubAttributes.Returned Request
-
UnknownEnumValue
public static final SchemaSubAttributes.Returned 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 SchemaSubAttributes.Returned[] 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 (SchemaSubAttributes.Returned c : SchemaSubAttributes.Returned.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SchemaSubAttributes.Returned 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 SchemaSubAttributes.Returned create(String key)
-
-