public class KeyManagementPgpApi extends Object
| Constructor and Description |
|---|
KeyManagementPgpApi() |
KeyManagementPgpApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
Object |
updatePGP(String keyId,
UpdatePGPKeysRequest updatePGPKeysRequest)
Activate or De-activate PGP Key
Activate or De-activate PGP Key
|
okhttp3.Call |
updatePGPAsync(String keyId,
UpdatePGPKeysRequest updatePGPKeysRequest,
ApiCallback<Object> callback)
Activate or De-activate PGP Key (asynchronously)
Activate or De-activate PGP Key
|
okhttp3.Call |
updatePGPCall(String keyId,
UpdatePGPKeysRequest updatePGPKeysRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePGP
|
ApiResponse<Object> |
updatePGPWithHttpInfo(String keyId,
UpdatePGPKeysRequest updatePGPKeysRequest)
Activate or De-activate PGP Key
Activate or De-activate PGP Key
|
public KeyManagementPgpApi()
public KeyManagementPgpApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call updatePGPCall(String keyId, UpdatePGPKeysRequest updatePGPKeysRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
keyId - Key ID. (required)updatePGPKeysRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Object updatePGP(String keyId, UpdatePGPKeysRequest updatePGPKeysRequest) throws ApiException
keyId - Key ID. (required)updatePGPKeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Object> updatePGPWithHttpInfo(String keyId, UpdatePGPKeysRequest updatePGPKeysRequest) throws ApiException
keyId - Key ID. (required)updatePGPKeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updatePGPAsync(String keyId, UpdatePGPKeysRequest updatePGPKeysRequest, ApiCallback<Object> callback) throws ApiException
keyId - Key ID. (required)updatePGPKeysRequest - (required)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 © 2024. All rights reserved.