Class OrganizationSummary

    • Method Detail

      • organizationId

        public final String organizationId()

        The identifier associated with the organization.

        Returns:
        The identifier associated with the organization.
      • alias

        public final String alias()

        The alias associated with the organization.

        Returns:
        The alias associated with the organization.
      • defaultMailDomain

        public final String defaultMailDomain()

        The default email domain associated with the organization.

        Returns:
        The default email domain associated with the organization.
      • errorMessage

        public final String errorMessage()

        The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.

        Returns:
        The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
      • state

        public final String state()

        The state associated with the organization.

        Returns:
        The state associated with the organization.
      • 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)