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