@@ -575,13 +575,6 @@ public CompletableFuture<TeamConnectionsResponse> createTeamConnectionsAsync(
575575 */
576576 public ApiResponse <TeamConnectionsResponse > createTeamConnectionsWithHttpInfo (
577577 TeamConnectionCreateRequest body ) throws ApiException {
578- // Check if unstable operation is enabled
579- String operationId = "createTeamConnections" ;
580- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
581- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
582- } else {
583- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
584- }
585578 Object localVarPostBody = body ;
586579
587580 // verify the required parameter 'body' is set
@@ -624,16 +617,6 @@ public ApiResponse<TeamConnectionsResponse> createTeamConnectionsWithHttpInfo(
624617 */
625618 public CompletableFuture <ApiResponse <TeamConnectionsResponse >>
626619 createTeamConnectionsWithHttpInfoAsync (TeamConnectionCreateRequest body ) {
627- // Check if unstable operation is enabled
628- String operationId = "createTeamConnections" ;
629- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
630- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
631- } else {
632- CompletableFuture <ApiResponse <TeamConnectionsResponse >> result = new CompletableFuture <>();
633- result .completeExceptionally (
634- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
635- return result ;
636- }
637620 Object localVarPostBody = body ;
638621
639622 // verify the required parameter 'body' is set
@@ -1174,13 +1157,6 @@ public CompletableFuture<Void> deleteTeamConnectionsAsync(TeamConnectionDeleteRe
11741157 */
11751158 public ApiResponse <Void > deleteTeamConnectionsWithHttpInfo (TeamConnectionDeleteRequest body )
11761159 throws ApiException {
1177- // Check if unstable operation is enabled
1178- String operationId = "deleteTeamConnections" ;
1179- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
1180- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
1181- } else {
1182- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
1183- }
11841160 Object localVarPostBody = body ;
11851161
11861162 // verify the required parameter 'body' is set
@@ -1223,16 +1199,6 @@ public ApiResponse<Void> deleteTeamConnectionsWithHttpInfo(TeamConnectionDeleteR
12231199 */
12241200 public CompletableFuture <ApiResponse <Void >> deleteTeamConnectionsWithHttpInfoAsync (
12251201 TeamConnectionDeleteRequest body ) {
1226- // Check if unstable operation is enabled
1227- String operationId = "deleteTeamConnections" ;
1228- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
1229- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
1230- } else {
1231- CompletableFuture <ApiResponse <Void >> result = new CompletableFuture <>();
1232- result .completeExceptionally (
1233- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
1234- return result ;
1235- }
12361202 Object localVarPostBody = body ;
12371203
12381204 // verify the required parameter 'body' is set
@@ -2637,13 +2603,6 @@ public CompletableFuture<TeamSyncResponse> getTeamSyncAsync(
26372603 */
26382604 public ApiResponse <TeamSyncResponse > getTeamSyncWithHttpInfo (
26392605 TeamSyncAttributesSource filterSource ) throws ApiException {
2640- // Check if unstable operation is enabled
2641- String operationId = "getTeamSync" ;
2642- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
2643- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
2644- } else {
2645- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
2646- }
26472606 Object localVarPostBody = null ;
26482607
26492608 // verify the required parameter 'filterSource' is set
@@ -2689,16 +2648,6 @@ public ApiResponse<TeamSyncResponse> getTeamSyncWithHttpInfo(
26892648 */
26902649 public CompletableFuture <ApiResponse <TeamSyncResponse >> getTeamSyncWithHttpInfoAsync (
26912650 TeamSyncAttributesSource filterSource ) {
2692- // Check if unstable operation is enabled
2693- String operationId = "getTeamSync" ;
2694- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
2695- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
2696- } else {
2697- CompletableFuture <ApiResponse <TeamSyncResponse >> result = new CompletableFuture <>();
2698- result .completeExceptionally (
2699- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
2700- return result ;
2701- }
27022651 Object localVarPostBody = null ;
27032652
27042653 // verify the required parameter 'filterSource' is set
@@ -3411,13 +3360,6 @@ public PaginationIterable<TeamConnection> listTeamConnectionsWithPagination(
34113360 */
34123361 public ApiResponse <TeamConnectionsResponse > listTeamConnectionsWithHttpInfo (
34133362 ListTeamConnectionsOptionalParameters parameters ) throws ApiException {
3414- // Check if unstable operation is enabled
3415- String operationId = "listTeamConnections" ;
3416- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
3417- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
3418- } else {
3419- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
3420- }
34213363 Object localVarPostBody = null ;
34223364 Long pageSize = parameters .pageSize ;
34233365 Long pageNumber = parameters .pageNumber ;
@@ -3471,16 +3413,6 @@ public ApiResponse<TeamConnectionsResponse> listTeamConnectionsWithHttpInfo(
34713413 */
34723414 public CompletableFuture <ApiResponse <TeamConnectionsResponse >>
34733415 listTeamConnectionsWithHttpInfoAsync (ListTeamConnectionsOptionalParameters parameters ) {
3474- // Check if unstable operation is enabled
3475- String operationId = "listTeamConnections" ;
3476- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
3477- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
3478- } else {
3479- CompletableFuture <ApiResponse <TeamConnectionsResponse >> result = new CompletableFuture <>();
3480- result .completeExceptionally (
3481- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
3482- return result ;
3483- }
34843416 Object localVarPostBody = null ;
34853417 Long pageSize = parameters .pageSize ;
34863418 Long pageNumber = parameters .pageNumber ;
@@ -4501,13 +4433,6 @@ public CompletableFuture<Void> syncTeamsAsync(TeamSyncRequest body) {
45014433 * </table>
45024434 */
45034435 public ApiResponse <Void > syncTeamsWithHttpInfo (TeamSyncRequest body ) throws ApiException {
4504- // Check if unstable operation is enabled
4505- String operationId = "syncTeams" ;
4506- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
4507- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
4508- } else {
4509- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
4510- }
45114436 Object localVarPostBody = body ;
45124437
45134438 // verify the required parameter 'body' is set
@@ -4548,16 +4473,6 @@ public ApiResponse<Void> syncTeamsWithHttpInfo(TeamSyncRequest body) throws ApiE
45484473 * @return CompletableFuture<ApiResponse<Void>>
45494474 */
45504475 public CompletableFuture <ApiResponse <Void >> syncTeamsWithHttpInfoAsync (TeamSyncRequest body ) {
4551- // Check if unstable operation is enabled
4552- String operationId = "syncTeams" ;
4553- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
4554- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
4555- } else {
4556- CompletableFuture <ApiResponse <Void >> result = new CompletableFuture <>();
4557- result .completeExceptionally (
4558- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
4559- return result ;
4560- }
45614476 Object localVarPostBody = body ;
45624477
45634478 // verify the required parameter 'body' is set
0 commit comments