Class Category

    • Field Detail

      • billingItems

        @ApiProperty
        protected List<Item> billingItems
        The billing items associated with an account that share a category code with an item category's category code.
      • group

        @ApiProperty
        protected Group group
        This invoice item's "item category group".
      • groups

        @ApiProperty
        protected List<Group> groups
        A collection of service offering category groups. Each group contains a collection of items associated with this category.
      • orderOptions

        @ApiProperty
        protected List<Type> orderOptions
        Any unique options associated with an item category.
      • presetConfigurations

        @ApiProperty
        protected List<Configuration> presetConfigurations
        A list of preset configurations this category is used in.'
      • questionReferences

        @ApiProperty
        protected List<Xref> questionReferences
        The question references that are associated with an item category.
      • categoryCodeSpecified

        protected boolean categoryCodeSpecified
      • idSpecified

        protected boolean idSpecified
      • nameSpecified

        protected boolean nameSpecified
      • quantityLimit

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long quantityLimit
        Quantity that can be ordered. If 0, it will inherit the quantity from the server quantity ordered. Otherwise it can be specified with the order separately
      • quantityLimitSpecified

        protected boolean quantityLimitSpecified
      • sortOrder

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long sortOrder
        The sort order of the category. It may be used to affect the order in which the category may appear in lists (on order forms and invoices).
      • sortOrderSpecified

        protected boolean sortOrderSpecified
      • billingItemCount

        @ApiProperty
        protected Long billingItemCount
        A count of the billing items associated with an account that share a category code with an item category's category code.
      • groupCount

        @ApiProperty
        protected Long groupCount
        A count of a collection of service offering category groups. Each group contains a collection of items associated with this category.
      • orderOptionCount

        @ApiProperty
        protected Long orderOptionCount
        A count of any unique options associated with an item category.
      • packageConfigurationCount

        @ApiProperty
        protected Long packageConfigurationCount
        A count of a list of configuration available in this category.'
      • presetConfigurationCount

        @ApiProperty
        protected Long presetConfigurationCount
        A count of a list of preset configurations this category is used in.'
      • questionCount

        @ApiProperty
        protected Long questionCount
        A count of the questions that are associated with an item category.
      • questionReferenceCount

        @ApiProperty
        protected Long questionReferenceCount
        A count of the question references that are associated with an item category.
    • Constructor Detail

      • Category

        public Category()
    • Method Detail

      • getBillingItems

        public List<Item> getBillingItems()
      • getGroup

        public Group getGroup()
      • setGroup

        public void setGroup​(Group group)
      • getOrderOptions

        public List<Type> getOrderOptions()
      • getQuestionReferences

        public List<Xref> getQuestionReferences()
      • getCategoryCode

        public String getCategoryCode()
      • setCategoryCode

        public void setCategoryCode​(String categoryCode)
      • isCategoryCodeSpecified

        public boolean isCategoryCodeSpecified()
      • unsetCategoryCode

        public void unsetCategoryCode()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • getQuantityLimit

        public Long getQuantityLimit()
      • setQuantityLimit

        public void setQuantityLimit​(Long quantityLimit)
      • isQuantityLimitSpecified

        public boolean isQuantityLimitSpecified()
      • unsetQuantityLimit

        public void unsetQuantityLimit()
      • getSortOrder

        public Long getSortOrder()
      • setSortOrder

        public void setSortOrder​(Long sortOrder)
      • isSortOrderSpecified

        public boolean isSortOrderSpecified()
      • unsetSortOrder

        public void unsetSortOrder()
      • getBillingItemCount

        public Long getBillingItemCount()
      • setBillingItemCount

        public void setBillingItemCount​(Long billingItemCount)
      • getGroupCount

        public Long getGroupCount()
      • setGroupCount

        public void setGroupCount​(Long groupCount)
      • getOrderOptionCount

        public Long getOrderOptionCount()
      • setOrderOptionCount

        public void setOrderOptionCount​(Long orderOptionCount)
      • getPackageConfigurationCount

        public Long getPackageConfigurationCount()
      • setPackageConfigurationCount

        public void setPackageConfigurationCount​(Long packageConfigurationCount)
      • getPresetConfigurationCount

        public Long getPresetConfigurationCount()
      • setPresetConfigurationCount

        public void setPresetConfigurationCount​(Long presetConfigurationCount)
      • getQuestionCount

        public Long getQuestionCount()
      • setQuestionCount

        public void setQuestionCount​(Long questionCount)
      • getQuestionReferenceCount

        public Long getQuestionReferenceCount()
      • setQuestionReferenceCount

        public void setQuestionReferenceCount​(Long questionReferenceCount)