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