Enum OciConsoleSignOnPolicyConsent.ChangeType
- java.lang.Object
-
- java.lang.Enum<OciConsoleSignOnPolicyConsent.ChangeType>
-
- com.oracle.bmc.identitydomains.model.OciConsoleSignOnPolicyConsent.ChangeType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OciConsoleSignOnPolicyConsent.ChangeType>
- Enclosing class:
- OciConsoleSignOnPolicyConsent
public static enum OciConsoleSignOnPolicyConsent.ChangeType extends Enum<OciConsoleSignOnPolicyConsent.ChangeType> implements BmcEnum
Change Type - MODIFIED or RESTORED_TO_FACTORY_DEFAULT*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ModifiedRestoredToFactoryDefaultUnknownEnumValueThis 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 OciConsoleSignOnPolicyConsent.ChangeTypecreate(String key)StringgetValue()static OciConsoleSignOnPolicyConsent.ChangeTypevalueOf(String name)Returns the enum constant of this type with the specified name.static OciConsoleSignOnPolicyConsent.ChangeType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Modified
public static final OciConsoleSignOnPolicyConsent.ChangeType Modified
-
RestoredToFactoryDefault
public static final OciConsoleSignOnPolicyConsent.ChangeType RestoredToFactoryDefault
-
UnknownEnumValue
public static final OciConsoleSignOnPolicyConsent.ChangeType 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 OciConsoleSignOnPolicyConsent.ChangeType[] 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 (OciConsoleSignOnPolicyConsent.ChangeType c : OciConsoleSignOnPolicyConsent.ChangeType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OciConsoleSignOnPolicyConsent.ChangeType 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 OciConsoleSignOnPolicyConsent.ChangeType create(String key)
-
-