2929
3030
3131import Model .CreateSharedSecretKeysRequest ;
32- import Model .CreateSharedSecretKeysRequest1 ;
32+ import Model .CreateSharedSecretKeysVerifiRequest ;
3333import Model .DeleteBulkSymmetricKeysRequest ;
3434import Model .InlineResponse4002 ;
3535import Model .KmsV2KeysSymDeletesPost200Response ;
@@ -200,14 +200,14 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
200200 /**
201201 * Build call for createV2SharedSecretKeysVerifi
202202 * @param vIcDomain domain (required)
203- * @param createSharedSecretKeysRequest (required)
203+ * @param createSharedSecretKeysVerifiRequest (required)
204204 * @param progressListener Progress listener
205205 * @param progressRequestListener Progress request listener
206206 * @return Call to execute
207207 * @throws ApiException If fail to serialize the request body object
208208 */
209- public okhttp3 .Call createV2SharedSecretKeysVerifiCall (String vIcDomain , CreateSharedSecretKeysRequest1 createSharedSecretKeysRequest , final ProgressResponseBody .ProgressListener progressListener , final ProgressRequestBody .ProgressRequestListener progressRequestListener ) throws ApiException {
210- Object localVarPostBody = createSharedSecretKeysRequest ;
209+ public okhttp3 .Call createV2SharedSecretKeysVerifiCall (String vIcDomain , CreateSharedSecretKeysVerifiRequest createSharedSecretKeysVerifiRequest , final ProgressResponseBody .ProgressListener progressListener , final ProgressRequestBody .ProgressRequestListener progressRequestListener ) throws ApiException {
210+ Object localVarPostBody = createSharedSecretKeysVerifiRequest ;
211211
212212 // create path and map variables
213213 String localVarPath = "/kms/v2/keys-sym/verifi" ;
@@ -249,22 +249,22 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
249249 }
250250
251251 @ SuppressWarnings ("rawtypes" )
252- private okhttp3 .Call createV2SharedSecretKeysVerifiValidateBeforeCall (String vIcDomain , CreateSharedSecretKeysRequest1 createSharedSecretKeysRequest , final ProgressResponseBody .ProgressListener progressListener , final ProgressRequestBody .ProgressRequestListener progressRequestListener ) throws ApiException {
252+ private okhttp3 .Call createV2SharedSecretKeysVerifiValidateBeforeCall (String vIcDomain , CreateSharedSecretKeysVerifiRequest createSharedSecretKeysVerifiRequest , final ProgressResponseBody .ProgressListener progressListener , final ProgressRequestBody .ProgressRequestListener progressRequestListener ) throws ApiException {
253253
254254 // verify the required parameter 'vIcDomain' is set
255255 if (vIcDomain == null ) {
256256 logger .error ("Missing the required parameter 'vIcDomain' when calling createV2SharedSecretKeysVerifi(Async)" );
257257 throw new ApiException ("Missing the required parameter 'vIcDomain' when calling createV2SharedSecretKeysVerifi(Async)" );
258258 }
259259
260- // verify the required parameter 'createSharedSecretKeysRequest ' is set
261- if (createSharedSecretKeysRequest == null ) {
262- logger .error ("Missing the required parameter 'createSharedSecretKeysRequest ' when calling createV2SharedSecretKeysVerifi(Async)" );
263- throw new ApiException ("Missing the required parameter 'createSharedSecretKeysRequest ' when calling createV2SharedSecretKeysVerifi(Async)" );
260+ // verify the required parameter 'createSharedSecretKeysVerifiRequest ' is set
261+ if (createSharedSecretKeysVerifiRequest == null ) {
262+ logger .error ("Missing the required parameter 'createSharedSecretKeysVerifiRequest ' when calling createV2SharedSecretKeysVerifi(Async)" );
263+ throw new ApiException ("Missing the required parameter 'createSharedSecretKeysVerifiRequest ' when calling createV2SharedSecretKeysVerifi(Async)" );
264264 }
265265
266266
267- okhttp3 .Call call = createV2SharedSecretKeysVerifiCall (vIcDomain , createSharedSecretKeysRequest , progressListener , progressRequestListener );
267+ okhttp3 .Call call = createV2SharedSecretKeysVerifiCall (vIcDomain , createSharedSecretKeysVerifiRequest , progressListener , progressRequestListener );
268268 return call ;
269269
270270
@@ -277,14 +277,14 @@ private okhttp3.Call createV2SharedSecretKeysVerifiValidateBeforeCall(String vIc
277277 * Create Shared-Secret Keys as per verifi spec
278278 * Create one or more Shared-Secret Keys as per Verifi spec with 32 chars, store digest algo during key generation.
279279 * @param vIcDomain domain (required)
280- * @param createSharedSecretKeysRequest (required)
280+ * @param createSharedSecretKeysVerifiRequest (required)
281281 * @return KmsV2KeysSymPost201Response
282282 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
283283 */
284- public KmsV2KeysSymPost201Response createV2SharedSecretKeysVerifi (String vIcDomain , CreateSharedSecretKeysRequest1 createSharedSecretKeysRequest ) throws ApiException {
284+ public KmsV2KeysSymPost201Response createV2SharedSecretKeysVerifi (String vIcDomain , CreateSharedSecretKeysVerifiRequest createSharedSecretKeysVerifiRequest ) throws ApiException {
285285 logger .info ("CALL TO METHOD 'createV2SharedSecretKeysVerifi' STARTED" );
286286 this .apiClient .setComputationStartTime (System .nanoTime ());
287- ApiResponse <KmsV2KeysSymPost201Response > resp = createV2SharedSecretKeysVerifiWithHttpInfo (vIcDomain , createSharedSecretKeysRequest );
287+ ApiResponse <KmsV2KeysSymPost201Response > resp = createV2SharedSecretKeysVerifiWithHttpInfo (vIcDomain , createSharedSecretKeysVerifiRequest );
288288 logger .info ("CALL TO METHOD 'createV2SharedSecretKeysVerifi' ENDED" );
289289 return resp .getData ();
290290 }
@@ -293,12 +293,12 @@ public KmsV2KeysSymPost201Response createV2SharedSecretKeysVerifi(String vIcDoma
293293 * Create Shared-Secret Keys as per verifi spec
294294 * Create one or more Shared-Secret Keys as per Verifi spec with 32 chars, store digest algo during key generation.
295295 * @param vIcDomain domain (required)
296- * @param createSharedSecretKeysRequest (required)
296+ * @param createSharedSecretKeysVerifiRequest (required)
297297 * @return ApiResponse<KmsV2KeysSymPost201Response>
298298 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
299299 */
300- public ApiResponse <KmsV2KeysSymPost201Response > createV2SharedSecretKeysVerifiWithHttpInfo (String vIcDomain , CreateSharedSecretKeysRequest1 createSharedSecretKeysRequest ) throws ApiException {
301- okhttp3 .Call call = createV2SharedSecretKeysVerifiValidateBeforeCall (vIcDomain , createSharedSecretKeysRequest , null , null );
300+ public ApiResponse <KmsV2KeysSymPost201Response > createV2SharedSecretKeysVerifiWithHttpInfo (String vIcDomain , CreateSharedSecretKeysVerifiRequest createSharedSecretKeysVerifiRequest ) throws ApiException {
301+ okhttp3 .Call call = createV2SharedSecretKeysVerifiValidateBeforeCall (vIcDomain , createSharedSecretKeysVerifiRequest , null , null );
302302 Type localVarReturnType = new TypeToken <KmsV2KeysSymPost201Response >(){}.getType ();
303303 return apiClient .execute (call , localVarReturnType );
304304 }
@@ -307,12 +307,12 @@ public ApiResponse<KmsV2KeysSymPost201Response> createV2SharedSecretKeysVerifiWi
307307 * Create Shared-Secret Keys as per verifi spec (asynchronously)
308308 * Create one or more Shared-Secret Keys as per Verifi spec with 32 chars, store digest algo during key generation.
309309 * @param vIcDomain domain (required)
310- * @param createSharedSecretKeysRequest (required)
310+ * @param createSharedSecretKeysVerifiRequest (required)
311311 * @param callback The callback to be executed when the API call finishes
312312 * @return The request call
313313 * @throws ApiException If fail to process the API call, e.g. serializing the request body object
314314 */
315- public okhttp3 .Call createV2SharedSecretKeysVerifiAsync (String vIcDomain , CreateSharedSecretKeysRequest1 createSharedSecretKeysRequest , final ApiCallback <KmsV2KeysSymPost201Response > callback ) throws ApiException {
315+ public okhttp3 .Call createV2SharedSecretKeysVerifiAsync (String vIcDomain , CreateSharedSecretKeysVerifiRequest createSharedSecretKeysVerifiRequest , final ApiCallback <KmsV2KeysSymPost201Response > callback ) throws ApiException {
316316
317317 this .apiClient .setComputationStartTime (System .nanoTime ());
318318 ProgressResponseBody .ProgressListener progressListener = null ;
@@ -334,7 +334,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
334334 };
335335 }
336336
337- okhttp3 .Call call = createV2SharedSecretKeysVerifiValidateBeforeCall (vIcDomain , createSharedSecretKeysRequest , progressListener , progressRequestListener );
337+ okhttp3 .Call call = createV2SharedSecretKeysVerifiValidateBeforeCall (vIcDomain , createSharedSecretKeysVerifiRequest , progressListener , progressRequestListener );
338338 Type localVarReturnType = new TypeToken <KmsV2KeysSymPost201Response >(){}.getType ();
339339 apiClient .executeAsync (call , localVarReturnType , callback );
340340 return call ;
0 commit comments