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.SortByListChannelsRequest.SortBy. create(String key)ListChannelsRequest.SortByListChannelsRequest. getSortBy()Sort on this field.static ListChannelsRequest.SortByListChannelsRequest.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.BuilderListChannelsRequest.Builder. sortBy(ListChannelsRequest.SortBy sortBy)Sort on this field.
-