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