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