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