Class SchemaIdcsComplexAttributeNameMappings
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.identitydomains.model.SchemaIdcsComplexAttributeNameMappings
-
@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class SchemaIdcsComplexAttributeNameMappings extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g.email => emails[work].value)
Note: Objects should always be created or deserialized using theSchemaIdcsComplexAttributeNameMappings.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theSchemaIdcsComplexAttributeNameMappings.Builder
, which maintain a set of all explicitly set fields calledSchemaIdcsComplexAttributeNameMappings.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SchemaIdcsComplexAttributeNameMappings.Builder
-
Constructor Summary
Constructors Constructor Description SchemaIdcsComplexAttributeNameMappings(String name, String mapsTo, Boolean idcsRtsaHideAttribute)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaIdcsComplexAttributeNameMappings.Builder
builder()
Create a new builder.boolean
equals(Object o)
Boolean
getIdcsRtsaHideAttribute()
Specifies if the attributes that is mapped should be hidden externallyString
getMapsTo()
The attribute that is mapped to the attribute mappingString
getName()
The attribute that represents the display nameint
hashCode()
SchemaIdcsComplexAttributeNameMappings.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
SchemaIdcsComplexAttributeNameMappings
@Deprecated @ConstructorProperties({"name","mapsTo","idcsRtsaHideAttribute"}) public SchemaIdcsComplexAttributeNameMappings(String name, String mapsTo, Boolean idcsRtsaHideAttribute)
Deprecated.
-
-
Method Detail
-
builder
public static SchemaIdcsComplexAttributeNameMappings.Builder builder()
Create a new builder.
-
toBuilder
public SchemaIdcsComplexAttributeNameMappings.Builder toBuilder()
-
getName
public String getName()
The attribute that represents the display name*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getMapsTo
public String getMapsTo()
The attribute that is mapped to the attribute mapping*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getIdcsRtsaHideAttribute
public Boolean getIdcsRtsaHideAttribute()
Specifies if the attributes that is mapped should be hidden externally*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-