Class CategoryInfo

  • All Implemented Interfaces:
    java.io.Serializable

    @OpenApi
    public class CategoryInfo
    extends java.lang.Object
    implements java.io.Serializable
    Project category information object. So far project categories are single level - no tree structure.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.UUID getID()
      Gets category identifier
      java.lang.String getName()
      Gets category name
      java.util.Set<java.util.UUID> getNested()
      Get nested category id
      java.util.UUID getParentID()
      Get category parent id
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getParentID

        @OpenApi
        @CheckForNull
        public java.util.UUID getParentID()
        Get category parent id
        Returns:
        parent category id
      • getNested

        @OpenApi
        public java.util.Set<java.util.UUID> getNested()
        Get nested category id
        Returns:
        nested category ids
      • getID

        @CheckForNull
        @OpenApi
        public java.util.UUID getID()
        Gets category identifier
        Returns:
        category identifier or null if it is unspecified
      • getName

        @OpenApi
        public java.lang.String getName()
        Gets category name
        Returns:
        name of the category