Interface FailedRequest.Builder

    • Method Detail

      • requestIdentifier

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

        FailedRequest.Builder failureReasonCode​(String failureReasonCode)

        Reason code for the failure.

        Parameters:
        failureReasonCode - Reason code for the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailureReasonCode, FailureReasonCode
      • failureReasonMessage

        FailedRequest.Builder failureReasonMessage​(String failureReasonMessage)

        Why the request to create a contact failed.

        Parameters:
        failureReasonMessage - Why the request to create a contact failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.