Uses of Class
com.oracle.bmc.mysql.requests.ListChannelsRequest.SortBy
-
Packages that use ListChannelsRequest.SortBy Package Description com.oracle.bmc.mysql.requests -
-
Uses of ListChannelsRequest.SortBy in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ListChannelsRequest.SortBy Modifier and Type Method Description static ListChannelsRequest.SortByListChannelsRequest.SortBy. create(String key)ListChannelsRequest.SortByListChannelsRequest. getSortBy()The field to sort by.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.mysql.requests with parameters of type ListChannelsRequest.SortBy Modifier and Type Method Description ListChannelsRequest.BuilderListChannelsRequest.Builder. sortBy(ListChannelsRequest.SortBy sortBy)The field to sort by.
-