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