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