Class RegistrationTypeDisplayHints

    • Method Detail

      • title

        public final String title()

        The title of the display hint.

        Returns:
        The title of the display hint.
      • shortDescription

        public final String shortDescription()

        A short description of the display hint.

        Returns:
        A short description of the display hint.
      • longDescription

        public final String longDescription()

        A full description of the display hint.

        Returns:
        A full description of the display hint.
      • documentationTitle

        public final String documentationTitle()

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

        Returns:
        The title of the document the display hint is associated with.
      • documentationLink

        public final String documentationLink()

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

        Returns:
        The link to the document the display hint is associated with.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)