Uses of Enum Class
com.gentics.contentnode.rest.model.request.TagSortAttribute
Packages that use TagSortAttribute
Package
Description
-
Uses of TagSortAttribute in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return TagSortAttributeModifier and TypeMethodDescriptionstatic TagSortAttribute
Returns the enum constant of this class with the specified name.static TagSortAttribute[]
TagSortAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TagSortAttribute in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type TagSortAttributeModifier and TypeMethodDescriptionPageResource.getTags
(Integer id, Integer skipCount, Integer maxItems, TagSortAttribute sortBy, SortOrder sortOrder, String search) Get the list of tags (contenttags and templatetags) for this pageTemplateResource.getTags
(String id, Integer skipCount, Integer maxItems, TagSortAttribute sortBy, SortOrder sortOrder, String search) Deprecated.because new endpoint exists.