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