Interface RegistrationDeniedReasonInformation.Builder

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

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

    • reason

      The reason a registration was rejected.

      Parameters:
      reason - The reason a registration was rejected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shortDescription

      RegistrationDeniedReasonInformation.Builder shortDescription(String shortDescription)

      A short description of the rejection reason.

      Parameters:
      shortDescription - A short description of the rejection reason.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • longDescription

      RegistrationDeniedReasonInformation.Builder longDescription(String longDescription)

      A long description of the rejection reason.

      Parameters:
      longDescription - A long description of the rejection reason.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • documentationTitle

      RegistrationDeniedReasonInformation.Builder documentationTitle(String documentationTitle)

      The title of the document.

      Parameters:
      documentationTitle - The title of the document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • documentationLink

      RegistrationDeniedReasonInformation.Builder documentationLink(String documentationLink)

      The link to the document.

      Parameters:
      documentationLink - The link to the document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.