Uses of Class
com.oracle.bmc.dataintegration.requests.ListDisApplicationsRequest.SortOrder
-
Packages that use ListDisApplicationsRequest.SortOrder Package Description com.oracle.bmc.dataintegration.requests -
-
Uses of ListDisApplicationsRequest.SortOrder in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListDisApplicationsRequest.SortOrder Modifier and Type Method Description static ListDisApplicationsRequest.SortOrderListDisApplicationsRequest.SortOrder. create(String key)ListDisApplicationsRequest.SortOrderListDisApplicationsRequest. getSortOrder()Specifies sort order to use, either ASC (ascending) or DESC (descending).static ListDisApplicationsRequest.SortOrderListDisApplicationsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListDisApplicationsRequest.SortOrder[]ListDisApplicationsRequest.SortOrder. 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 ListDisApplicationsRequest.SortOrder Modifier and Type Method Description ListDisApplicationsRequest.BuilderListDisApplicationsRequest.Builder. sortOrder(ListDisApplicationsRequest.SortOrder sortOrder)Specifies sort order to use, either ASC (ascending) or DESC (descending).
-