Interface ListProfileObjectsItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>, SdkBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>, SdkPojo
Enclosing class:
ListProfileObjectsItem

public static interface ListProfileObjectsItem.Builder extends SdkPojo, CopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>
  • Method Details

    • objectTypeName

      ListProfileObjectsItem.Builder objectTypeName(String objectTypeName)

      Specifies the kind of object being added to a profile, such as "Salesforce-Account."

      Parameters:
      objectTypeName - Specifies the kind of object being added to a profile, such as "Salesforce-Account."
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileObjectUniqueKey

      ListProfileObjectsItem.Builder profileObjectUniqueKey(String profileObjectUniqueKey)

      The unique identifier of the ProfileObject generated by the service.

      Parameters:
      profileObjectUniqueKey - The unique identifier of the ProfileObject generated by the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • object

      A JSON representation of a ProfileObject that belongs to a profile.

      Parameters:
      object - A JSON representation of a ProfileObject that belongs to a profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.