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