Uses of Class
com.oracle.bmc.waas.requests.ListCertificatesRequest.SortOrder
-
Packages that use ListCertificatesRequest.SortOrder Package Description com.oracle.bmc.waas.requests -
-
Uses of ListCertificatesRequest.SortOrder in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListCertificatesRequest.SortOrder Modifier and Type Method Description static ListCertificatesRequest.SortOrder
ListCertificatesRequest.SortOrder. create(String key)
ListCertificatesRequest.SortOrder
ListCertificatesRequest. getSortOrder()
The value of the sorting direction of resources in a paginated ‘List’ call.static ListCertificatesRequest.SortOrder
ListCertificatesRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListCertificatesRequest.SortOrder[]
ListCertificatesRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.requests with parameters of type ListCertificatesRequest.SortOrder Modifier and Type Method Description ListCertificatesRequest.Builder
ListCertificatesRequest.Builder. sortOrder(ListCertificatesRequest.SortOrder sortOrder)
The value of the sorting direction of resources in a paginated ‘List’ call.
-