Interface ListProfileObjectsItem.Builder

  • 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.