public static interface ListProfileObjectsItem.Builder extends SdkPojo, CopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectsItem.Builder |
object(String object)
A JSON representation of a ProfileObject that belongs to a profile.
|
ListProfileObjectsItem.Builder |
objectTypeName(String objectTypeName)
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
|
ListProfileObjectsItem.Builder |
profileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the ProfileObject generated by the service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfileObjectsItem.Builder objectTypeName(String objectTypeName)
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
objectTypeName - Specifies the kind of object being added to a profile, such as "Salesforce-Account."ListProfileObjectsItem.Builder profileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the ProfileObject generated by the service.
profileObjectUniqueKey - The unique identifier of the ProfileObject generated by the service.ListProfileObjectsItem.Builder object(String object)
A JSON representation of a ProfileObject that belongs to a profile.
object - A JSON representation of a ProfileObject that belongs to a profile.Copyright © 2021. All rights reserved.