Class GroupContent


  • public final class GroupContent
    extends java.lang.Object
    • Method Detail

      • getType

        public java.util.Optional<java.lang.String> getType()
        Returns:
        The type of object - group_content .
      • getName

        public java.util.Optional<java.lang.String> getName()
        Returns:
        The name of the collection or section.
      • getDescription

        public java.util.Optional<java.lang.String> getDescription()
        Returns:
        The description of the collection. Only available for collections.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object