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