Interface FailedRequest.Builder

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

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

    • 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

      FailedRequest.Builder failureReasonCode(FailureReasonCode 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:
    • 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.