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