Class CategoryInfo

java.lang.Object
com.nomagic.magicdraw.teamwork2.esi.CategoryInfo
All Implemented Interfaces:
Serializable

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

    • getParentID

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

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

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

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