public static interface ObjectTypeField.Builder extends SdkPojo, CopyableBuilder<ObjectTypeField.Builder,ObjectTypeField>
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeField.Builder |
contentType(FieldContentType contentType)
The content type of the field.
|
ObjectTypeField.Builder |
contentType(String contentType)
The content type of the field.
|
ObjectTypeField.Builder |
source(String source)
A field of a ProfileObject.
|
ObjectTypeField.Builder |
target(String target)
The location of the data in the standard ProfileObject model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildObjectTypeField.Builder source(String source)
A field of a ProfileObject. For example: _source.FirstName, where “_source” is a ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.
source - A field of a ProfileObject. For example: _source.FirstName, where “_source” is a ProfileObjectType of
a Zendesk user and “FirstName” is a field in that ObjectType.ObjectTypeField.Builder target(String target)
The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.
target - The location of the data in the standard ProfileObject model. For example:
_profile.Address.PostalCode.ObjectTypeField.Builder contentType(String contentType)
The content type of the field. Used for determining equality when searching.
contentType - The content type of the field. Used for determining equality when searching.FieldContentType,
FieldContentTypeObjectTypeField.Builder contentType(FieldContentType contentType)
The content type of the field. Used for determining equality when searching.
contentType - The content type of the field. Used for determining equality when searching.FieldContentType,
FieldContentTypeCopyright © 2021. All rights reserved.