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