public static enum SchemaSubAttributes.Mutability extends Enum<SchemaSubAttributes.Mutability> implements BmcEnum
Specifies if the attribute is mutable
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
Enum Constant and Description |
---|
Immutable |
ReadOnly |
ReadWrite |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
WriteOnly |
Modifier and Type | Method and Description |
---|---|
static SchemaSubAttributes.Mutability |
create(String key) |
String |
getValue() |
static SchemaSubAttributes.Mutability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaSubAttributes.Mutability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaSubAttributes.Mutability ReadOnly
public static final SchemaSubAttributes.Mutability ReadWrite
public static final SchemaSubAttributes.Mutability Immutable
public static final SchemaSubAttributes.Mutability WriteOnly
public static final SchemaSubAttributes.Mutability UnknownEnumValue
public static SchemaSubAttributes.Mutability[] values()
for (SchemaSubAttributes.Mutability c : SchemaSubAttributes.Mutability.values()) System.out.println(c);
public static SchemaSubAttributes.Mutability 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 SchemaSubAttributes.Mutability create(String key)
Copyright © 2016–2024. All rights reserved.