Uses of Class
com.treescrub.spedran.requests.builders.CategoryVariablesRequest
-
Packages that use CategoryVariablesRequest Package Description com.treescrub.spedran com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API.com.treescrub.spedran.requests.builders All request builders to get resources from the SRC API. -
-
Uses of CategoryVariablesRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return CategoryVariablesRequest Modifier and Type Method Description static CategoryVariablesRequestSpedran. getCategoryVariables(String categoryId)Gets aCategoryVariablesRequestbuilder to request all the variables for the specifiedCategory. -
Uses of CategoryVariablesRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return CategoryVariablesRequest Modifier and Type Method Description CategoryVariablesRequestCategory. getVariables()Gets a newCategoryVariablesRequestbuilder object to request variables for this category. -
Uses of CategoryVariablesRequest in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders that return CategoryVariablesRequest Modifier and Type Method Description CategoryVariablesRequestCategoryVariablesRequest. sortByMandatory()Sorts the returned variables by mandatory flag.CategoryVariablesRequestCategoryVariablesRequest. sortByName()Sorts the returned variables alphanumerically by name.CategoryVariablesRequestCategoryVariablesRequest. sortByPosition()Sorts the returned variables by the moderator defined position.CategoryVariablesRequestCategoryVariablesRequest. sortByUserDefined()Sorts the returned variables by user defined flag.CategoryVariablesRequestCategoryVariablesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.
-