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