Enum User.UserType
- java.lang.Object
-
- java.lang.Enum<User.UserType>
-
- com.oracle.bmc.identitydomains.model.User.UserType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<User.UserType>
- Enclosing class:
- User
public static enum User.UserType extends Enum<User.UserType> implements BmcEnum
Used to identify the organization-to-user relationship*SCIM++ Properties:** - caseExact: false - idcsCsvAttributeName: User Type - idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]] - idcsPii: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ContractorEmployeeExternalGenericInternServiceTempUnknownEnumValueThis 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 User.UserTypecreate(String key)StringgetValue()static User.UserTypevalueOf(String name)Returns the enum constant of this type with the specified name.static User.UserType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Contractor
public static final User.UserType Contractor
-
Employee
public static final User.UserType Employee
-
Intern
public static final User.UserType Intern
-
Temp
public static final User.UserType Temp
-
External
public static final User.UserType External
-
Service
public static final User.UserType Service
-
Generic
public static final User.UserType Generic
-
UnknownEnumValue
public static final User.UserType 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 User.UserType[] 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 (User.UserType c : User.UserType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static User.UserType 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 User.UserType create(String key)
-
-