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