Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.ListResourcesRequest.SortBy
-
Packages that use ListResourcesRequest.SortBy Package Description com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of ListResourcesRequest.SortBy in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return ListResourcesRequest.SortBy Modifier and Type Method Description static ListResourcesRequest.SortByListResourcesRequest.SortBy. create(String key)ListResourcesRequest.SortByListResourcesRequest. getSortBy()The field to sort by.static ListResourcesRequest.SortByListResourcesRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListResourcesRequest.SortBy[]ListResourcesRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type ListResourcesRequest.SortBy Modifier and Type Method Description ListResourcesRequest.BuilderListResourcesRequest.Builder. sortBy(ListResourcesRequest.SortBy sortBy)The field to sort by.
-