Class DeveloperConsoleCatalogCategoryMeta

    • Constructor Detail

      • DeveloperConsoleCatalogCategoryMeta

        public DeveloperConsoleCatalogCategoryMeta()
        No args constructor for use in serialization
      • DeveloperConsoleCatalogCategoryMeta

        public DeveloperConsoleCatalogCategoryMeta​(String id,
                                                   String label,
                                                   List<String> tags)
    • Method Detail

      • getId

        public String getId()
        id is an identifier used in the URL to enable deep linking in console. ID is required and must have 1-32 URL safe (A-Z, a-z, 0-9, - and _) characters.
      • setId

        public void setId​(String id)
        id is an identifier used in the URL to enable deep linking in console. ID is required and must have 1-32 URL safe (A-Z, a-z, 0-9, - and _) characters.
      • getLabel

        public String getLabel()
        label defines a category display label. It is required and must have 1-64 characters.
      • setLabel

        public void setLabel​(String label)
        label defines a category display label. It is required and must have 1-64 characters.
      • getTags

        public List<String> getTags()
        tags is a list of strings that will match the category. A selected category show all items which has at least one overlapping tag between category and item.
      • setTags

        public void setTags​(List<String> tags)
        tags is a list of strings that will match the category. A selected category show all items which has at least one overlapping tag between category and item.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)