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