Uses of Class
com.oracle.bmc.generativeaiagent.requests.ListAgentsRequest.SortBy
-
Packages that use ListAgentsRequest.SortBy Package Description com.oracle.bmc.generativeaiagent.requests -
-
Uses of ListAgentsRequest.SortBy in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return ListAgentsRequest.SortBy Modifier and Type Method Description static ListAgentsRequest.SortByListAgentsRequest.SortBy. create(String key)ListAgentsRequest.SortByListAgentsRequest. getSortBy()The field to sort by.static ListAgentsRequest.SortByListAgentsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAgentsRequest.SortBy[]ListAgentsRequest.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 ListAgentsRequest.SortBy Modifier and Type Method Description ListAgentsRequest.BuilderListAgentsRequest.Builder. sortBy(ListAgentsRequest.SortBy sortBy)The field to sort by.
-