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 MediaWorkflowJobSortByMediaWorkflowJobSortBy. create(String key)static MediaWorkflowJobSortByMediaWorkflowJobSortBy. 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 MediaWorkflowJobSortByListMediaWorkflowJobsRequest. getSortBy()The parameter sort by.Methods in com.oracle.bmc.mediaservices.requests with parameters of type MediaWorkflowJobSortBy Modifier and Type Method Description ListMediaWorkflowJobsRequest.BuilderListMediaWorkflowJobsRequest.Builder. sortBy(MediaWorkflowJobSortBy sortBy)The parameter sort by.
-