Uses of Class
com.oracle.bmc.integration.requests.ListIntegrationInstancesRequest.SortOrder
-
Packages that use ListIntegrationInstancesRequest.SortOrder Package Description com.oracle.bmc.integration.requests -
-
Uses of ListIntegrationInstancesRequest.SortOrder in com.oracle.bmc.integration.requests
Methods in com.oracle.bmc.integration.requests that return ListIntegrationInstancesRequest.SortOrder Modifier and Type Method Description static ListIntegrationInstancesRequest.SortOrderListIntegrationInstancesRequest.SortOrder. create(String key)ListIntegrationInstancesRequest.SortOrderListIntegrationInstancesRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’.static ListIntegrationInstancesRequest.SortOrderListIntegrationInstancesRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListIntegrationInstancesRequest.SortOrder[]ListIntegrationInstancesRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.integration.requests with parameters of type ListIntegrationInstancesRequest.SortOrder Modifier and Type Method Description ListIntegrationInstancesRequest.BuilderListIntegrationInstancesRequest.Builder. sortOrder(ListIntegrationInstancesRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.
-