Interface RegistrationTypeDisplayHints.Builder

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

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

    • title

      The title of the display hint.

      Parameters:
      title - The title of the display hint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shortDescription

      RegistrationTypeDisplayHints.Builder shortDescription(String shortDescription)

      A short description of the display hint.

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

      RegistrationTypeDisplayHints.Builder longDescription(String longDescription)

      A full description of the display hint.

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

      RegistrationTypeDisplayHints.Builder documentationTitle(String documentationTitle)

      The title of the document the display hint is associated with.

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

      RegistrationTypeDisplayHints.Builder documentationLink(String documentationLink)

      The link to the document the display hint is associated with.

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