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