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