static SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.builder() |
Create a new builder.
|
SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.Builder.columnHeaderName(String columnHeaderName) |
The CSV column header name that maps to this attribute.
|
SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.Builder.copy(SchemaIdcsCsvAttributeNameMappings model) |
|
SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.Builder.csvColumnForResolvingResourceType(String csvColumnForResolvingResourceType) |
This specifies the Csv Header for resolving Resource Type for this Column Header
|
SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.Builder.defaultValue(String defaultValue) |
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.
|
SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.Builder.deprecatedColumnHeaderName(String deprecatedColumnHeaderName) |
The deprecated CSV column header name that maps to this attribute.
|
SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.Builder.mapsTo(String mapsTo) |
The attribute path that the CSV column header name maps to for complex multi-valued
attributes.
|
SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.Builder.multiValueDelimiter(String multiValueDelimiter) |
If values of the CSV column header name can contain multiple values, this attribute
specifies the delimiter to be used.
|
SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.Builder.referencedResourceTypeUniqueAttributeNameMappings(List<SchemaReferencedResourceTypeUniqueAttributeNameMappings> referencedResourceTypeUniqueAttributeNameMappings) |
This attribute specifies the mapping of \“uniqueAttributeNameForDisplay\” attributes(s)
of the referenced resource with the columnHeaderName(s).
|
SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.Builder.resolveValueUsingResourceType(List<SchemaResolveValueUsingResourceType> resolveValueUsingResourceType) |
This attribute gives a maps for resolving Resource Type after reading it’s value from
\“csvColumnForResolvingResourceType\” attribute
|
SchemaIdcsCsvAttributeNameMappings.Builder |
SchemaIdcsCsvAttributeNameMappings.toBuilder() |
|