Class SubscriptionCategory

    • Method Detail

      • getId

        public abstract String getId()
        Gets the identifier of the category.
        Returns:
        a string.
      • priority

        public abstract int priority()
        The priority into which the category MUST be displayed.
        Returns:
        an integer which the lowest value means the highest priority.
      • getLabel

        public abstract String getLabel()
        Gets the label of the category.
        Returns:
        a string.
      • getResourceTypeLabel

        public abstract String getResourceTypeLabel()
        Gets the label of the type of resources handled into category.
        Returns:
        a string.