@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class SchemaIdcsCsvAttributeNameMappings extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Csv meta data for those resource type attributes which can be imported / exported from / to csv.
Note: Objects should always be created or deserialized using the SchemaIdcsCsvAttributeNameMappings.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 the SchemaIdcsCsvAttributeNameMappings.Builder
, which maintain a
set of all explicitly set fields called SchemaIdcsCsvAttributeNameMappings.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
SchemaIdcsCsvAttributeNameMappings.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
SchemaIdcsCsvAttributeNameMappings(String columnHeaderName,
String deprecatedColumnHeaderName,
String mapsTo,
String defaultValue,
String multiValueDelimiter,
String csvColumnForResolvingResourceType,
List<SchemaResolveValueUsingResourceType> resolveValueUsingResourceType,
List<SchemaReferencedResourceTypeUniqueAttributeNameMappings> referencedResourceTypeUniqueAttributeNameMappings)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SchemaIdcsCsvAttributeNameMappings.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getColumnHeaderName()
The CSV column header name that maps to this attribute.
|
String |
getCsvColumnForResolvingResourceType()
This specifies the Csv Header for resolving Resource Type for this Column Header
|
String |
getDefaultValue()
The default value to be used during import processing in case the CSV column header is not
present or value is not given in the import CSV.
|
String |
getDeprecatedColumnHeaderName()
The deprecated CSV column header name that maps to this attribute.
|
String |
getMapsTo()
The attribute path that the CSV column header name maps to for complex multi-valued
attributes.
|
String |
getMultiValueDelimiter()
If values of the CSV column header name can contain multiple values, this attribute specifies
the delimiter to be used.
|
List<SchemaReferencedResourceTypeUniqueAttributeNameMappings> |
getReferencedResourceTypeUniqueAttributeNameMappings()
This attribute specifies the mapping of \“uniqueAttributeNameForDisplay\” attributes(s) of
the referenced resource with the columnHeaderName(s).
|
List<SchemaResolveValueUsingResourceType> |
getResolveValueUsingResourceType()
This attribute gives a maps for resolving Resource Type after reading it’s value from
\“csvColumnForResolvingResourceType\” attribute
|
int |
hashCode() |
SchemaIdcsCsvAttributeNameMappings.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"columnHeaderName","deprecatedColumnHeaderName","mapsTo","defaultValue","multiValueDelimiter","csvColumnForResolvingResourceType","resolveValueUsingResourceType","referencedResourceTypeUniqueAttributeNameMappings"}) public SchemaIdcsCsvAttributeNameMappings(String columnHeaderName, String deprecatedColumnHeaderName, String mapsTo, String defaultValue, String multiValueDelimiter, String csvColumnForResolvingResourceType, List<SchemaResolveValueUsingResourceType> resolveValueUsingResourceType, List<SchemaReferencedResourceTypeUniqueAttributeNameMappings> referencedResourceTypeUniqueAttributeNameMappings)
public static SchemaIdcsCsvAttributeNameMappings.Builder builder()
Create a new builder.
public SchemaIdcsCsvAttributeNameMappings.Builder toBuilder()
public String getColumnHeaderName()
The CSV column header name that maps to this attribute.
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public String getDeprecatedColumnHeaderName()
The deprecated CSV column header name that maps to this attribute.
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
public String getMapsTo()
The attribute path that the CSV column header name maps to for complex multi-valued attributes.
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public String getDefaultValue()
The default value to be used during import processing in case the CSV column header is not present or value is not given in the import CSV.
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public String getMultiValueDelimiter()
If values of the CSV column header name can contain multiple values, this attribute specifies the delimiter to be used. For example, Group’s \"User Members\" CSV column header is multi-valued and it’s delimiter is a semi-colon (\“;\”).
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public String getCsvColumnForResolvingResourceType()
This specifies the Csv Header for resolving Resource Type for this Column Header
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public List<SchemaResolveValueUsingResourceType> getResolveValueUsingResourceType()
This attribute gives a maps for resolving Resource Type after reading it’s value from \“csvColumnForResolvingResourceType\” attribute
*SCIM++ Properties:** - caseExact: false - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
public List<SchemaReferencedResourceTypeUniqueAttributeNameMappings> getReferencedResourceTypeUniqueAttributeNameMappings()
This 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.
*SCIM++ Properties:** - caseExact: false - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.