Interface RegistrationSectionDisplayHints.Builder

    • Method Detail

      • title

        RegistrationSectionDisplayHints.Builder title​(String 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

        RegistrationSectionDisplayHints.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

        RegistrationSectionDisplayHints.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

        RegistrationSectionDisplayHints.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

        RegistrationSectionDisplayHints.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.