public class KeyManagementScmpApi extends Object
| Constructor and Description |
|---|
KeyManagementScmpApi() |
KeyManagementScmpApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
Object |
updateSCMP(String keyId,
UpdatePGPKeysRequest1 updatePGPKeysRequest)
Update or Deactivate
Update or Deactivate scmp api Key
|
okhttp3.Call |
updateSCMPAsync(String keyId,
UpdatePGPKeysRequest1 updatePGPKeysRequest,
ApiCallback<Object> callback)
Update or Deactivate (asynchronously)
Update or Deactivate scmp api Key
|
okhttp3.Call |
updateSCMPCall(String keyId,
UpdatePGPKeysRequest1 updatePGPKeysRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSCMP
|
ApiResponse<Object> |
updateSCMPWithHttpInfo(String keyId,
UpdatePGPKeysRequest1 updatePGPKeysRequest)
Update or Deactivate
Update or Deactivate scmp api Key
|
public KeyManagementScmpApi()
public KeyManagementScmpApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call updateSCMPCall(String keyId, UpdatePGPKeysRequest1 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 updateSCMP(String keyId, UpdatePGPKeysRequest1 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> updateSCMPWithHttpInfo(String keyId, UpdatePGPKeysRequest1 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 updateSCMPAsync(String keyId, UpdatePGPKeysRequest1 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.