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