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