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