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