| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
CertificatesDTO |
EndpointCertificatesApi.endpointCertificatesGet(Integer limit,
Integer offset,
String alias,
String endpoint)
Retrieve/Search uploaded certificates.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CertificatesDTO> |
EndpointCertificatesApi.endpointCertificatesGetWithHttpInfo(Integer limit,
Integer offset,
String alias,
String endpoint)
Retrieve/Search uploaded certificates.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesGetAsync(Integer limit,
Integer offset,
String alias,
String endpoint,
ApiCallback<CertificatesDTO> callback)
Retrieve/Search uploaded certificates.
|
| Modifier and Type | Method and Description |
|---|---|
CertificatesDTO |
CertificatesDTO.addCertificatesItem(CertMetadataDTO certificatesItem) |
CertificatesDTO |
CertificatesDTO.certificates(List<CertMetadataDTO> certificates) |
CertificatesDTO |
CertificatesDTO.count(Integer count) |
CertificatesDTO |
CertificatesDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.