Uses of Class
com.treescrub.spedran.requests.builders.RegionsRequest
-
Packages that use RegionsRequest Package Description com.treescrub.spedran com.treescrub.spedran.requests.builders All request builders to get resources from the SRC API. -
-
Uses of RegionsRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return RegionsRequest Modifier and Type Method Description static RegionsRequestSpedran. getRegions()Gets aRegionsRequestbuilder to request allRegions. -
Uses of RegionsRequest in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders that return RegionsRequest Modifier and Type Method Description RegionsRequestRegionsRequest. sortByName()Sorts the results alphanumerically by name.RegionsRequestRegionsRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.
-