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