GetProfileObjectTypeTemplateResponse.Builder |
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.
|
static GetProfileObjectTypeTemplateResponse.Builder |
GetProfileObjectTypeTemplateResponse.builder() |
|
GetProfileObjectTypeTemplateResponse.Builder |
GetProfileObjectTypeTemplateResponse.Builder.fields(Map<String,ObjectTypeField> fields) |
A map of the name and ObjectType field.
|
GetProfileObjectTypeTemplateResponse.Builder |
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 |
GetProfileObjectTypeTemplateResponse.Builder.sourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat) |
The format of your sourceLastUpdatedTimestamp that was previously set up.
|
GetProfileObjectTypeTemplateResponse.Builder |
GetProfileObjectTypeTemplateResponse.Builder.sourceName(String sourceName) |
The name of the source of the object template.
|
GetProfileObjectTypeTemplateResponse.Builder |
GetProfileObjectTypeTemplateResponse.Builder.sourceObject(String sourceObject) |
The source of the object template.
|
GetProfileObjectTypeTemplateResponse.Builder |
GetProfileObjectTypeTemplateResponse.Builder.templateId(String templateId) |
A unique identifier for the object template.
|
GetProfileObjectTypeTemplateResponse.Builder |
GetProfileObjectTypeTemplateResponse.toBuilder() |
|