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