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