@@ -188,7 +188,7 @@ public ApiResponse<ConfluentAccountResponse> createConfluentAccountWithHttpInfo(
188
188
*
189
189
* <p>See {@link #createConfluentResourceWithHttpInfo}.
190
190
*
191
- * @param accountId Confluent Account id . (required)
191
+ * @param accountId Confluent Account ID . (required)
192
192
* @param body Confluent payload (required)
193
193
* @return ConfluentResourceResponse
194
194
* @throws ApiException if fails to make API call
@@ -203,7 +203,7 @@ public ConfluentResourceResponse createConfluentResource(
203
203
*
204
204
* <p>See {@link #createConfluentResourceWithHttpInfoAsync}.
205
205
*
206
- * @param accountId Confluent Account id . (required)
206
+ * @param accountId Confluent Account ID . (required)
207
207
* @param body Confluent payload (required)
208
208
* @return CompletableFuture<ConfluentResourceResponse>
209
209
*/
@@ -219,7 +219,7 @@ public CompletableFuture<ConfluentResourceResponse> createConfluentResourceAsync
219
219
/**
220
220
* Create a Confluent resource for the account associated with the provided ID.
221
221
*
222
- * @param accountId Confluent Account id . (required)
222
+ * @param accountId Confluent Account ID . (required)
223
223
* @param body Confluent payload (required)
224
224
* @return ApiResponse<ConfluentResourceResponse>
225
225
* @throws ApiException if fails to make API call
@@ -281,7 +281,7 @@ public ApiResponse<ConfluentResourceResponse> createConfluentResourceWithHttpInf
281
281
*
282
282
* <p>See {@link #createConfluentResourceWithHttpInfo}.
283
283
*
284
- * @param accountId Confluent Account id . (required)
284
+ * @param accountId Confluent Account ID . (required)
285
285
* @param body Confluent payload (required)
286
286
* @return CompletableFuture<ApiResponse<ConfluentResourceResponse>>
287
287
*/
@@ -346,7 +346,7 @@ public ApiResponse<ConfluentResourceResponse> createConfluentResourceWithHttpInf
346
346
*
347
347
* <p>See {@link #deleteConfluentAccountWithHttpInfo}.
348
348
*
349
- * @param accountId Confluent Account id . (required)
349
+ * @param accountId Confluent Account ID . (required)
350
350
* @throws ApiException if fails to make API call
351
351
*/
352
352
public void deleteConfluentAccount (String accountId ) throws ApiException {
@@ -358,7 +358,7 @@ public void deleteConfluentAccount(String accountId) throws ApiException {
358
358
*
359
359
* <p>See {@link #deleteConfluentAccountWithHttpInfoAsync}.
360
360
*
361
- * @param accountId Confluent Account id . (required)
361
+ * @param accountId Confluent Account ID . (required)
362
362
* @return CompletableFuture
363
363
*/
364
364
public CompletableFuture <Void > deleteConfluentAccountAsync (String accountId ) {
@@ -372,7 +372,7 @@ public CompletableFuture<Void> deleteConfluentAccountAsync(String accountId) {
372
372
/**
373
373
* Delete a Confluent account with the provided account ID.
374
374
*
375
- * @param accountId Confluent Account id . (required)
375
+ * @param accountId Confluent Account ID . (required)
376
376
* @return ApiResponse<Void>
377
377
* @throws ApiException if fails to make API call
378
378
* @http.response.details
@@ -427,7 +427,7 @@ public ApiResponse<Void> deleteConfluentAccountWithHttpInfo(String accountId)
427
427
*
428
428
* <p>See {@link #deleteConfluentAccountWithHttpInfo}.
429
429
*
430
- * @param accountId Confluent Account id . (required)
430
+ * @param accountId Confluent Account ID . (required)
431
431
* @return CompletableFuture<ApiResponse<Void>>
432
432
*/
433
433
public CompletableFuture <ApiResponse <Void >> deleteConfluentAccountWithHttpInfoAsync (
@@ -482,7 +482,7 @@ public CompletableFuture<ApiResponse<Void>> deleteConfluentAccountWithHttpInfoAs
482
482
*
483
483
* <p>See {@link #deleteConfluentResourceWithHttpInfo}.
484
484
*
485
- * @param accountId Confluent Account id . (required)
485
+ * @param accountId Confluent Account ID . (required)
486
486
* @param resourceId Confluent Account Resource ID. (required)
487
487
* @throws ApiException if fails to make API call
488
488
*/
@@ -495,7 +495,7 @@ public void deleteConfluentResource(String accountId, String resourceId) throws
495
495
*
496
496
* <p>See {@link #deleteConfluentResourceWithHttpInfoAsync}.
497
497
*
498
- * @param accountId Confluent Account id . (required)
498
+ * @param accountId Confluent Account ID . (required)
499
499
* @param resourceId Confluent Account Resource ID. (required)
500
500
* @return CompletableFuture
501
501
*/
@@ -511,7 +511,7 @@ public CompletableFuture<Void> deleteConfluentResourceAsync(String accountId, St
511
511
* Delete a Confluent resource with the provided resource id for the account associated with the
512
512
* provided account ID.
513
513
*
514
- * @param accountId Confluent Account id . (required)
514
+ * @param accountId Confluent Account ID . (required)
515
515
* @param resourceId Confluent Account Resource ID. (required)
516
516
* @return ApiResponse<Void>
517
517
* @throws ApiException if fails to make API call
@@ -575,7 +575,7 @@ public ApiResponse<Void> deleteConfluentResourceWithHttpInfo(String accountId, S
575
575
*
576
576
* <p>See {@link #deleteConfluentResourceWithHttpInfo}.
577
577
*
578
- * @param accountId Confluent Account id . (required)
578
+ * @param accountId Confluent Account ID . (required)
579
579
* @param resourceId Confluent Account Resource ID. (required)
580
580
* @return CompletableFuture<ApiResponse<Void>>
581
581
*/
@@ -643,7 +643,7 @@ public CompletableFuture<ApiResponse<Void>> deleteConfluentResourceWithHttpInfoA
643
643
*
644
644
* <p>See {@link #getConfluentAccountWithHttpInfo}.
645
645
*
646
- * @param accountId Confluent Account id . (required)
646
+ * @param accountId Confluent Account ID . (required)
647
647
* @return ConfluentAccountResponse
648
648
* @throws ApiException if fails to make API call
649
649
*/
@@ -656,7 +656,7 @@ public ConfluentAccountResponse getConfluentAccount(String accountId) throws Api
656
656
*
657
657
* <p>See {@link #getConfluentAccountWithHttpInfoAsync}.
658
658
*
659
- * @param accountId Confluent Account id . (required)
659
+ * @param accountId Confluent Account ID . (required)
660
660
* @return CompletableFuture<ConfluentAccountResponse>
661
661
*/
662
662
public CompletableFuture <ConfluentAccountResponse > getConfluentAccountAsync (String accountId ) {
@@ -670,7 +670,7 @@ public CompletableFuture<ConfluentAccountResponse> getConfluentAccountAsync(Stri
670
670
/**
671
671
* Get the Confluent account with the provided account ID.
672
672
*
673
- * @param accountId Confluent Account id . (required)
673
+ * @param accountId Confluent Account ID . (required)
674
674
* @return ApiResponse<ConfluentAccountResponse>
675
675
* @throws ApiException if fails to make API call
676
676
* @http.response.details
@@ -725,7 +725,7 @@ public ApiResponse<ConfluentAccountResponse> getConfluentAccountWithHttpInfo(Str
725
725
*
726
726
* <p>See {@link #getConfluentAccountWithHttpInfo}.
727
727
*
728
- * @param accountId Confluent Account id . (required)
728
+ * @param accountId Confluent Account ID . (required)
729
729
* @return CompletableFuture<ApiResponse<ConfluentAccountResponse>>
730
730
*/
731
731
public CompletableFuture <ApiResponse <ConfluentAccountResponse >>
@@ -779,7 +779,7 @@ public ApiResponse<ConfluentAccountResponse> getConfluentAccountWithHttpInfo(Str
779
779
*
780
780
* <p>See {@link #getConfluentResourceWithHttpInfo}.
781
781
*
782
- * @param accountId Confluent Account id . (required)
782
+ * @param accountId Confluent Account ID . (required)
783
783
* @param resourceId Confluent Account Resource ID. (required)
784
784
* @return ConfluentResourceResponse
785
785
* @throws ApiException if fails to make API call
@@ -794,7 +794,7 @@ public ConfluentResourceResponse getConfluentResource(String accountId, String r
794
794
*
795
795
* <p>See {@link #getConfluentResourceWithHttpInfoAsync}.
796
796
*
797
- * @param accountId Confluent Account id . (required)
797
+ * @param accountId Confluent Account ID . (required)
798
798
* @param resourceId Confluent Account Resource ID. (required)
799
799
* @return CompletableFuture<ConfluentResourceResponse>
800
800
*/
@@ -811,7 +811,7 @@ public CompletableFuture<ConfluentResourceResponse> getConfluentResourceAsync(
811
811
* Get a Confluent resource with the provided resource id for the account associated with the
812
812
* provided account ID.
813
813
*
814
- * @param accountId Confluent Account id . (required)
814
+ * @param accountId Confluent Account ID . (required)
815
815
* @param resourceId Confluent Account Resource ID. (required)
816
816
* @return ApiResponse<ConfluentResourceResponse>
817
817
* @throws ApiException if fails to make API call
@@ -875,7 +875,7 @@ public ApiResponse<ConfluentResourceResponse> getConfluentResourceWithHttpInfo(
875
875
*
876
876
* <p>See {@link #getConfluentResourceWithHttpInfo}.
877
877
*
878
- * @param accountId Confluent Account id . (required)
878
+ * @param accountId Confluent Account ID . (required)
879
879
* @param resourceId Confluent Account Resource ID. (required)
880
880
* @return CompletableFuture<ApiResponse<ConfluentResourceResponse>>
881
881
*/
@@ -1055,7 +1055,7 @@ public ApiResponse<ConfluentAccountsResponse> listConfluentAccountWithHttpInfo()
1055
1055
*
1056
1056
* <p>See {@link #listConfluentResourceWithHttpInfo}.
1057
1057
*
1058
- * @param accountId Confluent Account id . (required)
1058
+ * @param accountId Confluent Account ID . (required)
1059
1059
* @return ConfluentResourcesResponse
1060
1060
* @throws ApiException if fails to make API call
1061
1061
*/
@@ -1068,7 +1068,7 @@ public ConfluentResourcesResponse listConfluentResource(String accountId) throws
1068
1068
*
1069
1069
* <p>See {@link #listConfluentResourceWithHttpInfoAsync}.
1070
1070
*
1071
- * @param accountId Confluent Account id . (required)
1071
+ * @param accountId Confluent Account ID . (required)
1072
1072
* @return CompletableFuture<ConfluentResourcesResponse>
1073
1073
*/
1074
1074
public CompletableFuture <ConfluentResourcesResponse > listConfluentResourceAsync (
@@ -1083,7 +1083,7 @@ public CompletableFuture<ConfluentResourcesResponse> listConfluentResourceAsync(
1083
1083
/**
1084
1084
* Get a Confluent resource for the account associated with the provided ID.
1085
1085
*
1086
- * @param accountId Confluent Account id . (required)
1086
+ * @param accountId Confluent Account ID . (required)
1087
1087
* @return ApiResponse<ConfluentResourcesResponse>
1088
1088
* @throws ApiException if fails to make API call
1089
1089
* @http.response.details
@@ -1138,7 +1138,7 @@ public ApiResponse<ConfluentResourcesResponse> listConfluentResourceWithHttpInfo
1138
1138
*
1139
1139
* <p>See {@link #listConfluentResourceWithHttpInfo}.
1140
1140
*
1141
- * @param accountId Confluent Account id . (required)
1141
+ * @param accountId Confluent Account ID . (required)
1142
1142
* @return CompletableFuture<ApiResponse<ConfluentResourcesResponse>>
1143
1143
*/
1144
1144
public CompletableFuture <ApiResponse <ConfluentResourcesResponse >>
@@ -1193,7 +1193,7 @@ public ApiResponse<ConfluentResourcesResponse> listConfluentResourceWithHttpInfo
1193
1193
*
1194
1194
* <p>See {@link #updateConfluentAccountWithHttpInfo}.
1195
1195
*
1196
- * @param accountId Confluent Account id . (required)
1196
+ * @param accountId Confluent Account ID . (required)
1197
1197
* @param body Confluent payload (required)
1198
1198
* @return ConfluentAccountResponse
1199
1199
* @throws ApiException if fails to make API call
@@ -1208,7 +1208,7 @@ public ConfluentAccountResponse updateConfluentAccount(
1208
1208
*
1209
1209
* <p>See {@link #updateConfluentAccountWithHttpInfoAsync}.
1210
1210
*
1211
- * @param accountId Confluent Account id . (required)
1211
+ * @param accountId Confluent Account ID . (required)
1212
1212
* @param body Confluent payload (required)
1213
1213
* @return CompletableFuture<ConfluentAccountResponse>
1214
1214
*/
@@ -1224,7 +1224,7 @@ public CompletableFuture<ConfluentAccountResponse> updateConfluentAccountAsync(
1224
1224
/**
1225
1225
* Update the Confluent account with the provided account ID.
1226
1226
*
1227
- * @param accountId Confluent Account id . (required)
1227
+ * @param accountId Confluent Account ID . (required)
1228
1228
* @param body Confluent payload (required)
1229
1229
* @return ApiResponse<ConfluentAccountResponse>
1230
1230
* @throws ApiException if fails to make API call
@@ -1286,7 +1286,7 @@ public ApiResponse<ConfluentAccountResponse> updateConfluentAccountWithHttpInfo(
1286
1286
*
1287
1287
* <p>See {@link #updateConfluentAccountWithHttpInfo}.
1288
1288
*
1289
- * @param accountId Confluent Account id . (required)
1289
+ * @param accountId Confluent Account ID . (required)
1290
1290
* @param body Confluent payload (required)
1291
1291
* @return CompletableFuture<ApiResponse<ConfluentAccountResponse>>
1292
1292
*/
@@ -1352,7 +1352,7 @@ public ApiResponse<ConfluentAccountResponse> updateConfluentAccountWithHttpInfo(
1352
1352
*
1353
1353
* <p>See {@link #updateConfluentResourceWithHttpInfo}.
1354
1354
*
1355
- * @param accountId Confluent Account id . (required)
1355
+ * @param accountId Confluent Account ID . (required)
1356
1356
* @param resourceId Confluent Account Resource ID. (required)
1357
1357
* @param body Confluent payload (required)
1358
1358
* @return ConfluentResourceResponse
@@ -1368,7 +1368,7 @@ public ConfluentResourceResponse updateConfluentResource(
1368
1368
*
1369
1369
* <p>See {@link #updateConfluentResourceWithHttpInfoAsync}.
1370
1370
*
1371
- * @param accountId Confluent Account id . (required)
1371
+ * @param accountId Confluent Account ID . (required)
1372
1372
* @param resourceId Confluent Account Resource ID. (required)
1373
1373
* @param body Confluent payload (required)
1374
1374
* @return CompletableFuture<ConfluentResourceResponse>
@@ -1386,7 +1386,7 @@ public CompletableFuture<ConfluentResourceResponse> updateConfluentResourceAsync
1386
1386
* Update a Confluent resource with the provided resource id for the account associated with the
1387
1387
* provided account ID.
1388
1388
*
1389
- * @param accountId Confluent Account id . (required)
1389
+ * @param accountId Confluent Account ID . (required)
1390
1390
* @param resourceId Confluent Account Resource ID. (required)
1391
1391
* @param body Confluent payload (required)
1392
1392
* @return ApiResponse<ConfluentResourceResponse>
@@ -1457,7 +1457,7 @@ public ApiResponse<ConfluentResourceResponse> updateConfluentResourceWithHttpInf
1457
1457
*
1458
1458
* <p>See {@link #updateConfluentResourceWithHttpInfo}.
1459
1459
*
1460
- * @param accountId Confluent Account id . (required)
1460
+ * @param accountId Confluent Account ID . (required)
1461
1461
* @param resourceId Confluent Account Resource ID. (required)
1462
1462
* @param body Confluent payload (required)
1463
1463
* @return CompletableFuture<ApiResponse<ConfluentResourceResponse>>
0 commit comments