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