public class CertManagerResourceApi extends Object
Constructor and Description |
---|
CertManagerResourceApi() |
CertManagerResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
void |
generateCertificate(ApiCertificateRequest body)
Exchange a cert request token for a certificate.
|
com.squareup.okhttp.Call |
generateCertificateAsync(ApiCertificateRequest body,
ApiCallback<Void> callback)
Exchange a cert request token for a certificate.
|
com.squareup.okhttp.Call |
generateCertificateCall(ApiCertificateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCertificate
|
ApiResponse<Void> |
generateCertificateWithHttpInfo(ApiCertificateRequest body)
Exchange a cert request token for a certificate.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public CertManagerResourceApi()
public CertManagerResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call generateCertificateCall(ApiCertificateRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void generateCertificate(ApiCertificateRequest body) throws ApiException
body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> generateCertificateWithHttpInfo(ApiCertificateRequest body) throws ApiException
body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call generateCertificateAsync(ApiCertificateRequest body, ApiCallback<Void> callback) throws ApiException
body
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.