Class SchemaReferencedResourceTypeUniqueAttributeNameMappings
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.identitydomains.model.SchemaReferencedResourceTypeUniqueAttributeNameMappings
-
@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class SchemaReferencedResourceTypeUniqueAttributeNameMappings extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThis attribute specifies the mapping of “uniqueAttributeNameForDisplay” attributes(s) of the referenced resource with the columnHeaderName(s).This attribute should be given in the idcsCsvAttributeNameMappings when uniqueAttributeNameForDisplay contains more than one attribute.
Note: Objects should always be created or deserialized using theSchemaReferencedResourceTypeUniqueAttributeNameMappings.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 theSchemaReferencedResourceTypeUniqueAttributeNameMappings.Builder, which maintain a set of all explicitly set fields calledSchemaReferencedResourceTypeUniqueAttributeNameMappings.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 classSchemaReferencedResourceTypeUniqueAttributeNameMappings.Builder
-
Constructor Summary
Constructors Constructor Description SchemaReferencedResourceTypeUniqueAttributeNameMappings(String resourceTypeAttributeName, String mapsFromColumnName)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaReferencedResourceTypeUniqueAttributeNameMappings.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetMapsFromColumnName()Specifies the CSV column header name that maps to the corresponding \“uniqueAttributeNameForDisplay\” attribute of the resource.StringgetResourceTypeAttributeName()Specifies the name of the attribute given in \“uniqueAttributeNameForDisplay\” in the Resource type definition.inthashCode()SchemaReferencedResourceTypeUniqueAttributeNameMappings.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
SchemaReferencedResourceTypeUniqueAttributeNameMappings
@Deprecated @ConstructorProperties({"resourceTypeAttributeName","mapsFromColumnName"}) public SchemaReferencedResourceTypeUniqueAttributeNameMappings(String resourceTypeAttributeName, String mapsFromColumnName)
Deprecated.
-
-
Method Detail
-
builder
public static SchemaReferencedResourceTypeUniqueAttributeNameMappings.Builder builder()
Create a new builder.
-
toBuilder
public SchemaReferencedResourceTypeUniqueAttributeNameMappings.Builder toBuilder()
-
getResourceTypeAttributeName
public String getResourceTypeAttributeName()
Specifies the name of the attribute given in \“uniqueAttributeNameForDisplay\” in the Resource type definition.*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
getMapsFromColumnName
public String getMapsFromColumnName()
Specifies the CSV column header name that maps to the corresponding \“uniqueAttributeNameForDisplay\” attribute of the resource.*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin 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:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-