Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.ListExecutionsRequest.SortBy
-
Packages that use ListExecutionsRequest.SortBy Package Description com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of ListExecutionsRequest.SortBy in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return ListExecutionsRequest.SortBy Modifier and Type Method Description static ListExecutionsRequest.SortByListExecutionsRequest.SortBy. create(String key)ListExecutionsRequest.SortByListExecutionsRequest. getSortBy()The field to sort by.static ListExecutionsRequest.SortByListExecutionsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListExecutionsRequest.SortBy[]ListExecutionsRequest.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 ListExecutionsRequest.SortBy Modifier and Type Method Description ListExecutionsRequest.BuilderListExecutionsRequest.Builder. sortBy(ListExecutionsRequest.SortBy sortBy)The field to sort by.
-