public static interface GetProfileObjectTypeTemplateResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetProfileObjectTypeTemplateResponse.Builder,GetProfileObjectTypeTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetProfileObjectTypeTemplateResponse.Builder |
allowProfileCreation(Boolean allowProfileCreation)
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of
this type.
|
GetProfileObjectTypeTemplateResponse.Builder |
fields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
GetProfileObjectTypeTemplateResponse.Builder |
keys(Map<String,? extends Collection<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
GetProfileObjectTypeTemplateResponse.Builder |
sourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your
sourceLastUpdatedTimestamp that was previously set up. |
GetProfileObjectTypeTemplateResponse.Builder |
sourceName(String sourceName)
The name of the source of the object template.
|
GetProfileObjectTypeTemplateResponse.Builder |
sourceObject(String sourceObject)
The source of the object template.
|
GetProfileObjectTypeTemplateResponse.Builder |
templateId(String templateId)
A unique identifier for the object template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProfileObjectTypeTemplateResponse.Builder templateId(String templateId)
A unique identifier for the object template.
templateId - A unique identifier for the object template.GetProfileObjectTypeTemplateResponse.Builder sourceName(String sourceName)
The name of the source of the object template.
sourceName - The name of the source of the object template.GetProfileObjectTypeTemplateResponse.Builder sourceObject(String sourceObject)
The source of the object template.
sourceObject - The source of the object template.GetProfileObjectTypeTemplateResponse.Builder allowProfileCreation(Boolean allowProfileCreation)
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of
this type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE,
then the service tries to fetch a standard profile and associate this object with the profile. If it is set
to TRUE, and if no match is found, then the service creates a new standard profile.
allowProfileCreation - Indicates whether a profile should be created when data is received if one doesn’t exist for an object
of this type. The default is FALSE. If the AllowProfileCreation flag is set to
FALSE, then the service tries to fetch a standard profile and associate this object with
the profile. If it is set to TRUE, and if no match is found, then the service creates a
new standard profile.GetProfileObjectTypeTemplateResponse.Builder sourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your sourceLastUpdatedTimestamp that was previously set up.
sourceLastUpdatedTimestampFormat - The format of your sourceLastUpdatedTimestamp that was previously set up.GetProfileObjectTypeTemplateResponse.Builder fields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
fields - A map of the name and ObjectType field.GetProfileObjectTypeTemplateResponse.Builder keys(Map<String,? extends Collection<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
keys - A list of unique keys that can be used to map data to the profile.Copyright © 2023. All rights reserved.