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