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