Uses of Class
com.gentics.contentnode.rest.model.request.TagSortAttribute
-
Packages that use TagSortAttribute Package Description com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.resource -
-
Uses of TagSortAttribute in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return TagSortAttribute Modifier and Type Method Description static TagSortAttribute
TagSortAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static TagSortAttribute[]
TagSortAttribute. values()
Returns an array containing the constants of this enum type, 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 TagSortAttribute Modifier and Type Method Description TagListResponse
PageResource. getTags(Integer id, Integer skipCount, Integer maxItems, TagSortAttribute sortBy, SortOrder sortOrder, String search)
Get the list of tags (contenttags and templatetags) for this pageTagListResponse
TemplateResource. getTags(String id, Integer skipCount, Integer maxItems, TagSortAttribute sortBy, SortOrder sortOrder, String search)
Deprecated.because new endpoint exists.
-