Interface SuccessfulRequest.Builder

    • Method Detail

      • requestIdentifier

        SuccessfulRequest.Builder requestIdentifier​(String requestIdentifier)

        Request identifier provided in the API call in the ContactDataRequest to create a contact.

        Parameters:
        requestIdentifier - Request identifier provided in the API call in the ContactDataRequest to create a contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactId

        SuccessfulRequest.Builder contactId​(String contactId)

        The contactId of the contact that was created successfully.

        Parameters:
        contactId - The contactId of the contact that was created successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.