Uses of Class
com.treescrub.spedran.requests.builders.PlatformsRequest
-
Packages that use PlatformsRequest Package Description com.treescrub.spedran com.treescrub.spedran.requests.builders All request builders to get resources from the SRC API. -
-
Uses of PlatformsRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return PlatformsRequest Modifier and Type Method Description static PlatformsRequestSpedran. getPlatforms()Gets aPlatformsRequestbuilder to request allPlatforms. -
Uses of PlatformsRequest in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders that return PlatformsRequest Modifier and Type Method Description PlatformsRequestPlatformsRequest. sortByName()Sorts the results alphanumerically by the platform name.PlatformsRequestPlatformsRequest. sortByReleaseYear()Sorts the results by the year the platform was released.PlatformsRequestPlatformsRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.
-