Uses of Class
com.oracle.bmc.vnmonitoring.requests.ListPathAnalyzerTestsRequest.SortOrder
-
Packages that use ListPathAnalyzerTestsRequest.SortOrder Package Description com.oracle.bmc.vnmonitoring.requests -
-
Uses of ListPathAnalyzerTestsRequest.SortOrder in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return ListPathAnalyzerTestsRequest.SortOrder Modifier and Type Method Description static ListPathAnalyzerTestsRequest.SortOrderListPathAnalyzerTestsRequest.SortOrder. create(String key)ListPathAnalyzerTestsRequest.SortOrderListPathAnalyzerTestsRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListPathAnalyzerTestsRequest.SortOrderListPathAnalyzerTestsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListPathAnalyzerTestsRequest.SortOrder[]ListPathAnalyzerTestsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.requests with parameters of type ListPathAnalyzerTestsRequest.SortOrder Modifier and Type Method Description ListPathAnalyzerTestsRequest.BuilderListPathAnalyzerTestsRequest.Builder. sortOrder(ListPathAnalyzerTestsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-