Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement.requests |
Modifier and Type | Method and Description |
---|---|
static ListCertificateAuthoritiesRequest.SortOrder |
ListCertificateAuthoritiesRequest.SortOrder.create(String key) |
ListCertificateAuthoritiesRequest.SortOrder |
ListCertificateAuthoritiesRequest.getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
static ListCertificateAuthoritiesRequest.SortOrder |
ListCertificateAuthoritiesRequest.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCertificateAuthoritiesRequest.SortOrder[] |
ListCertificateAuthoritiesRequest.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListCertificateAuthoritiesRequest.Builder |
ListCertificateAuthoritiesRequest.Builder.sortOrder(ListCertificateAuthoritiesRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Copyright © 2016–2023. All rights reserved.