diff --git a/Makefile b/Makefile
index 3977c9a0..67a6f560 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ GIT_REPO=equinix-sdk-java
PACKAGE_VERSION=$(shell cat version)
USER_AGENT=${GIT_REPO}/${PACKAGE_VERSION}
-OPENAPI_IMAGE_TAG=v7.12.0
+OPENAPI_IMAGE_TAG=v7.16.0
OPENAPI_IMAGE=openapitools/openapi-generator-cli:${OPENAPI_IMAGE_TAG}
CRI=docker # nerdctl
OPENAPI_GENERATOR=${CRI} run --rm -u ${CURRENT_UID}:${CURRENT_GID} -v $(CURDIR):/workdir -w /workdir ${OPENAPI_IMAGE}
diff --git a/services/fabricv4/README.md b/services/fabricv4/README.md
index c08f2edb..0368ad75 100644
--- a/services/fabricv4/README.md
+++ b/services/fabricv4/README.md
@@ -2,7 +2,7 @@
Equinix Fabric API v4
- API version: 4.26
- - Generator version: 7.12.0
+ - Generator version: 7.16.0
Equinix Fabric is an advanced software-defined interconnection solution that enables you to directly, securely and dynamically connect to distributed infrastructure and digital ecosystems on platform Equinix via a single port, Customers can use Fabric to connect to: 1. Cloud Service Providers - Clouds, network and other service providers. 2. Enterprises - Other Equinix customers, vendors and partners. 3. Myself - Another customer instance deployed at Equinix. Integrations (SDKs, Tools) links: Fabric Java SDK Fabric Go SDK Fabric Python SDK Equinix Terraform Provider Fabric Terraform Modules Equinix Pulumi Provider
diff --git a/services/fabricv4/build.gradle b/services/fabricv4/build.gradle
index acefb150..40bb0828 100644
--- a/services/fabricv4/build.gradle
+++ b/services/fabricv4/build.gradle
@@ -106,15 +106,14 @@ ext {
}
dependencies {
- implementation 'io.swagger:swagger-annotations:1.6.8'
implementation "com.google.code.findbugs:jsr305:3.0.2"
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'io.gsonfire:gson-fire:1.9.0'
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
- implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
- implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
+ implementation 'org.openapitools:jackson-databind-nullable:0.2.7'
+ implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testImplementation 'org.mockito:mockito-core:3.12.4'
diff --git a/services/fabricv4/build.sbt b/services/fabricv4/build.sbt
index 6994ef5c..2de63d0d 100644
--- a/services/fabricv4/build.sbt
+++ b/services/fabricv4/build.sbt
@@ -3,19 +3,19 @@ lazy val root = (project in file(".")).
organization := "com.equinix.sdk",
name := "fabricv4",
version := "0.7.0",
- scalaVersion := "2.11.4",
+ scalaVersion := "2.11.12",
scalacOptions ++= Seq("-feature"),
- javacOptions in compile ++= Seq("-Xlint:deprecation"),
- publishArtifact in (Compile, packageDoc) := false,
+ compile / javacOptions ++= Seq("-Xlint:deprecation"),
+ Compile / packageDoc / publishArtifact := false,
resolvers += Resolver.mavenLocal,
libraryDependencies ++= Seq(
"io.swagger" % "swagger-annotations" % "1.6.5",
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
"com.google.code.gson" % "gson" % "2.9.1",
- "org.apache.commons" % "commons-lang3" % "3.17.0",
+ "org.apache.commons" % "commons-lang3" % "3.18.0",
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
- "org.openapitools" % "jackson-databind-nullable" % "0.2.6",
+ "org.openapitools" % "jackson-databind-nullable" % "0.2.7",
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
diff --git a/services/fabricv4/pom.xml b/services/fabricv4/pom.xml
index 3de80555..897b53e7 100644
--- a/services/fabricv4/pom.xml
+++ b/services/fabricv4/pom.xml
@@ -326,8 +326,8 @@
1.9.0
4.12.0
2.10.1
- 3.17.0
- 0.2.6
+ 3.18.0
+ 0.2.7
1.3.5
2.0.2
5.10.3
diff --git a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ApiException.java b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ApiException.java
index e7c3b3d8..dc05026b 100644
--- a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ApiException.java
+++ b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ApiException.java
@@ -13,13 +13,14 @@
import java.util.Map;
import java.util.List;
+import java.util.Locale;
/**
*
ApiException class.
*/
@SuppressWarnings("serial")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
@@ -159,7 +160,7 @@ public String getResponseBody() {
* @return The exception message
*/
public String getMessage() {
- return String.format("Message: %s%nHTTP response code: %s%nHTTP response body: %s%nHTTP response headers: %s",
+ return String.format(Locale.ROOT, "Message: %s%nHTTP response code: %s%nHTTP response body: %s%nHTTP response headers: %s",
super.getMessage(), this.getCode(), this.getResponseBody(), this.getResponseHeaders());
}
}
diff --git a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/Configuration.java b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/Configuration.java
index 35affc7a..7a8e924e 100644
--- a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/Configuration.java
+++ b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/Configuration.java
@@ -11,29 +11,51 @@
package com.equinix.sdk.fabricv4;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0")
+import java.util.Objects;
+import java.util.concurrent.atomic.AtomicReference;
+import java.util.function.Supplier;
+
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
public class Configuration {
- public static final String VERSION = "0.7.0";
-
- private static volatile ApiClient defaultApiClient = new ApiClient();
-
- /**
- * Get the default API client, which would be used when creating API
- * instances without providing an API client.
- *
- * @return Default API client
- */
- public static ApiClient getDefaultApiClient() {
- return defaultApiClient;
- }
+ public static final String VERSION = "0.7.0";
+
+ private static final AtomicReference defaultApiClient = new AtomicReference<>();
+ private static volatile Supplier apiClientFactory = ApiClient::new;
- /**
- * Set the default API client, which would be used when creating API
- * instances without providing an API client.
- *
- * @param apiClient API client
- */
- public static void setDefaultApiClient(ApiClient apiClient) {
- defaultApiClient = apiClient;
+ /**
+ * Get the default API client, which would be used when creating API instances without providing an API client.
+ *
+ * @return Default API client
+ */
+ public static ApiClient getDefaultApiClient() {
+ ApiClient client = defaultApiClient.get();
+ if (client == null) {
+ client = defaultApiClient.updateAndGet(val -> {
+ if (val != null) { // changed by another thread
+ return val;
+ }
+ return apiClientFactory.get();
+ });
}
-}
+ return client;
+ }
+
+ /**
+ * Set the default API client, which would be used when creating API instances without providing an API client.
+ *
+ * @param apiClient API client
+ */
+ public static void setDefaultApiClient(ApiClient apiClient) {
+ defaultApiClient.set(apiClient);
+ }
+
+ /**
+ * set the callback used to create new ApiClient objects
+ */
+ public static void setApiClientFactory(Supplier factory) {
+ apiClientFactory = Objects.requireNonNull(factory);
+ }
+
+ private Configuration() {
+ }
+}
\ No newline at end of file
diff --git a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/Pair.java b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/Pair.java
index 4ca75d4e..8144fe33 100644
--- a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/Pair.java
+++ b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/Pair.java
@@ -11,45 +11,25 @@
package com.equinix.sdk.fabricv4;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
public class Pair {
- private String name = "";
- private String value = "";
+ private final String name;
+ private final String value;
- public Pair (String name, String value) {
- setName(name);
- setValue(value);
- }
+ public Pair(String name, String value) {
+ this.name = isValidString(name) ? name : "";
+ this.value = isValidString(value) ? value : "";
+ }
- private void setName(String name) {
- if (!isValidString(name)) {
- return;
- }
+ public String getName() {
+ return this.name;
+ }
- this.name = name;
- }
+ public String getValue() {
+ return this.value;
+ }
- private void setValue(String value) {
- if (!isValidString(value)) {
- return;
- }
-
- this.value = value;
- }
-
- public String getName() {
- return this.name;
- }
-
- public String getValue() {
- return this.value;
- }
-
- private boolean isValidString(String arg) {
- if (arg == null) {
- return false;
- }
-
- return true;
- }
+ private static boolean isValidString(String arg) {
+ return arg != null;
+ }
}
diff --git a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ServerConfiguration.java b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ServerConfiguration.java
index 2452b00e..f7b4a1f5 100644
--- a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ServerConfiguration.java
+++ b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ServerConfiguration.java
@@ -16,7 +16,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
public class ServerConfiguration {
public String URL;
public String description;
diff --git a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ServerVariable.java b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ServerVariable.java
index ccd9706d..5a219a66 100644
--- a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ServerVariable.java
+++ b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/ServerVariable.java
@@ -16,7 +16,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
public class ServerVariable {
public String description;
public String defaultValue;
diff --git a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/StringUtil.java b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/StringUtil.java
index 9fd48eed..d2ba1c92 100644
--- a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/StringUtil.java
+++ b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/StringUtil.java
@@ -14,7 +14,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
diff --git a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/CloudEventsApi.java b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/CloudEventsApi.java
index ad799f21..03c29ef9 100644
--- a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/CloudEventsApi.java
+++ b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/CloudEventsApi.java
@@ -93,7 +93,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudEventCall(UUID cloudEventId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudEventCall(@javax.annotation.Nonnull UUID cloudEventId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -139,7 +139,7 @@ public okhttp3.Call getCloudEventCall(UUID cloudEventId, final ApiCallback _call
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getCloudEventValidateBeforeCall(UUID cloudEventId, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getCloudEventValidateBeforeCall(@javax.annotation.Nonnull UUID cloudEventId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'cloudEventId' is set
if (cloudEventId == null) {
throw new ApiException("Missing the required parameter 'cloudEventId' when calling getCloudEvent(Async)");
@@ -166,7 +166,7 @@ private okhttp3.Call getCloudEventValidateBeforeCall(UUID cloudEventId, final Ap
| 500 | Internal server error | - |
*/
- public CloudEvent getCloudEvent(UUID cloudEventId) throws ApiException {
+ public CloudEvent getCloudEvent(@javax.annotation.Nonnull UUID cloudEventId) throws ApiException {
ApiResponse localVarResp = getCloudEventWithHttpInfo(cloudEventId);
return localVarResp.getData();
}
@@ -188,7 +188,7 @@ public CloudEvent getCloudEvent(UUID cloudEventId) throws ApiException {
| 500 | Internal server error | - |
*/
- public ApiResponse getCloudEventWithHttpInfo(UUID cloudEventId) throws ApiException {
+ public ApiResponse getCloudEventWithHttpInfo(@javax.annotation.Nonnull UUID cloudEventId) throws ApiException {
okhttp3.Call localVarCall = getCloudEventValidateBeforeCall(cloudEventId, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -212,7 +212,7 @@ public ApiResponse getCloudEventWithHttpInfo(UUID cloudEventId) thro
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudEventAsync(UUID cloudEventId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudEventAsync(@javax.annotation.Nonnull UUID cloudEventId, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = getCloudEventValidateBeforeCall(cloudEventId, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -241,7 +241,7 @@ public okhttp3.Call getCloudEventAsync(UUID cloudEventId, final ApiCallback 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudEventByAssetIdCall(CloudEventAssetType asset, UUID assetId, OffsetDateTime fromDateTime, OffsetDateTime toDateTime, Integer offset, Integer limit, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudEventByAssetIdCall(@javax.annotation.Nonnull CloudEventAssetType asset, @javax.annotation.Nonnull UUID assetId, @javax.annotation.Nullable OffsetDateTime fromDateTime, @javax.annotation.Nullable OffsetDateTime toDateTime, @javax.annotation.Nullable Integer offset, @javax.annotation.Nullable Integer limit, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -304,7 +304,7 @@ public okhttp3.Call getCloudEventByAssetIdCall(CloudEventAssetType asset, UUID a
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getCloudEventByAssetIdValidateBeforeCall(CloudEventAssetType asset, UUID assetId, OffsetDateTime fromDateTime, OffsetDateTime toDateTime, Integer offset, Integer limit, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getCloudEventByAssetIdValidateBeforeCall(@javax.annotation.Nonnull CloudEventAssetType asset, @javax.annotation.Nonnull UUID assetId, @javax.annotation.Nullable OffsetDateTime fromDateTime, @javax.annotation.Nullable OffsetDateTime toDateTime, @javax.annotation.Nullable Integer offset, @javax.annotation.Nullable Integer limit, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'asset' is set
if (asset == null) {
throw new ApiException("Missing the required parameter 'asset' when calling getCloudEventByAssetId(Async)");
@@ -341,7 +341,7 @@ private okhttp3.Call getCloudEventByAssetIdValidateBeforeCall(CloudEventAssetTyp
| 500 | Internal server error | - |
*/
- public GetCloudEventsByAssetResponse getCloudEventByAssetId(CloudEventAssetType asset, UUID assetId, OffsetDateTime fromDateTime, OffsetDateTime toDateTime, Integer offset, Integer limit) throws ApiException {
+ public GetCloudEventsByAssetResponse getCloudEventByAssetId(@javax.annotation.Nonnull CloudEventAssetType asset, @javax.annotation.Nonnull UUID assetId, @javax.annotation.Nullable OffsetDateTime fromDateTime, @javax.annotation.Nullable OffsetDateTime toDateTime, @javax.annotation.Nullable Integer offset, @javax.annotation.Nullable Integer limit) throws ApiException {
ApiResponse localVarResp = getCloudEventByAssetIdWithHttpInfo(asset, assetId, fromDateTime, toDateTime, offset, limit);
return localVarResp.getData();
}
@@ -368,7 +368,7 @@ public GetCloudEventsByAssetResponse getCloudEventByAssetId(CloudEventAssetType
| 500 | Internal server error | - |
*/
- public ApiResponse getCloudEventByAssetIdWithHttpInfo(CloudEventAssetType asset, UUID assetId, OffsetDateTime fromDateTime, OffsetDateTime toDateTime, Integer offset, Integer limit) throws ApiException {
+ public ApiResponse getCloudEventByAssetIdWithHttpInfo(@javax.annotation.Nonnull CloudEventAssetType asset, @javax.annotation.Nonnull UUID assetId, @javax.annotation.Nullable OffsetDateTime fromDateTime, @javax.annotation.Nullable OffsetDateTime toDateTime, @javax.annotation.Nullable Integer offset, @javax.annotation.Nullable Integer limit) throws ApiException {
okhttp3.Call localVarCall = getCloudEventByAssetIdValidateBeforeCall(asset, assetId, fromDateTime, toDateTime, offset, limit, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -397,7 +397,7 @@ public ApiResponse getCloudEventByAssetIdWithHttp
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudEventByAssetIdAsync(CloudEventAssetType asset, UUID assetId, OffsetDateTime fromDateTime, OffsetDateTime toDateTime, Integer offset, Integer limit, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudEventByAssetIdAsync(@javax.annotation.Nonnull CloudEventAssetType asset, @javax.annotation.Nonnull UUID assetId, @javax.annotation.Nullable OffsetDateTime fromDateTime, @javax.annotation.Nullable OffsetDateTime toDateTime, @javax.annotation.Nullable Integer offset, @javax.annotation.Nullable Integer limit, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = getCloudEventByAssetIdValidateBeforeCall(asset, assetId, fromDateTime, toDateTime, offset, limit, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -421,7 +421,7 @@ public okhttp3.Call getCloudEventByAssetIdAsync(CloudEventAssetType asset, UUID
| 500 | Internal server error | - |
*/
- public okhttp3.Call searchCloudEventsCall(CloudEventSearchRequest cloudEventSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchCloudEventsCall(@javax.annotation.Nonnull CloudEventSearchRequest cloudEventSearchRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -467,7 +467,7 @@ public okhttp3.Call searchCloudEventsCall(CloudEventSearchRequest cloudEventSear
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call searchCloudEventsValidateBeforeCall(CloudEventSearchRequest cloudEventSearchRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call searchCloudEventsValidateBeforeCall(@javax.annotation.Nonnull CloudEventSearchRequest cloudEventSearchRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'cloudEventSearchRequest' is set
if (cloudEventSearchRequest == null) {
throw new ApiException("Missing the required parameter 'cloudEventSearchRequest' when calling searchCloudEvents(Async)");
@@ -494,7 +494,7 @@ private okhttp3.Call searchCloudEventsValidateBeforeCall(CloudEventSearchRequest
| 500 | Internal server error | - |
*/
- public GetCloudEventsByAssetResponse searchCloudEvents(CloudEventSearchRequest cloudEventSearchRequest) throws ApiException {
+ public GetCloudEventsByAssetResponse searchCloudEvents(@javax.annotation.Nonnull CloudEventSearchRequest cloudEventSearchRequest) throws ApiException {
ApiResponse localVarResp = searchCloudEventsWithHttpInfo(cloudEventSearchRequest);
return localVarResp.getData();
}
@@ -516,7 +516,7 @@ public GetCloudEventsByAssetResponse searchCloudEvents(CloudEventSearchRequest c
| 500 | Internal server error | - |
*/
- public ApiResponse searchCloudEventsWithHttpInfo(CloudEventSearchRequest cloudEventSearchRequest) throws ApiException {
+ public ApiResponse searchCloudEventsWithHttpInfo(@javax.annotation.Nonnull CloudEventSearchRequest cloudEventSearchRequest) throws ApiException {
okhttp3.Call localVarCall = searchCloudEventsValidateBeforeCall(cloudEventSearchRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -540,7 +540,7 @@ public ApiResponse searchCloudEventsWithHttpInfo(
| 500 | Internal server error | - |
*/
- public okhttp3.Call searchCloudEventsAsync(CloudEventSearchRequest cloudEventSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchCloudEventsAsync(@javax.annotation.Nonnull CloudEventSearchRequest cloudEventSearchRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = searchCloudEventsValidateBeforeCall(cloudEventSearchRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
diff --git a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/CloudRoutersApi.java b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/CloudRoutersApi.java
index 04f10dc3..52108962 100644
--- a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/CloudRoutersApi.java
+++ b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/CloudRoutersApi.java
@@ -112,7 +112,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
| 500 | Internal server error | - |
*/
- public okhttp3.Call createCloudRouterCall(CloudRouterPostRequest cloudRouterPostRequest, Boolean dryRun, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call createCloudRouterCall(@javax.annotation.Nonnull CloudRouterPostRequest cloudRouterPostRequest, @javax.annotation.Nullable Boolean dryRun, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -162,7 +162,7 @@ public okhttp3.Call createCloudRouterCall(CloudRouterPostRequest cloudRouterPost
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call createCloudRouterValidateBeforeCall(CloudRouterPostRequest cloudRouterPostRequest, Boolean dryRun, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call createCloudRouterValidateBeforeCall(@javax.annotation.Nonnull CloudRouterPostRequest cloudRouterPostRequest, @javax.annotation.Nullable Boolean dryRun, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'cloudRouterPostRequest' is set
if (cloudRouterPostRequest == null) {
throw new ApiException("Missing the required parameter 'cloudRouterPostRequest' when calling createCloudRouter(Async)");
@@ -191,7 +191,7 @@ private okhttp3.Call createCloudRouterValidateBeforeCall(CloudRouterPostRequest
| 500 | Internal server error | - |
*/
- public CloudRouter createCloudRouter(CloudRouterPostRequest cloudRouterPostRequest, Boolean dryRun) throws ApiException {
+ public CloudRouter createCloudRouter(@javax.annotation.Nonnull CloudRouterPostRequest cloudRouterPostRequest, @javax.annotation.Nullable Boolean dryRun) throws ApiException {
ApiResponse localVarResp = createCloudRouterWithHttpInfo(cloudRouterPostRequest, dryRun);
return localVarResp.getData();
}
@@ -215,7 +215,7 @@ public CloudRouter createCloudRouter(CloudRouterPostRequest cloudRouterPostReque
| 500 | Internal server error | - |
*/
- public ApiResponse createCloudRouterWithHttpInfo(CloudRouterPostRequest cloudRouterPostRequest, Boolean dryRun) throws ApiException {
+ public ApiResponse createCloudRouterWithHttpInfo(@javax.annotation.Nonnull CloudRouterPostRequest cloudRouterPostRequest, @javax.annotation.Nullable Boolean dryRun) throws ApiException {
okhttp3.Call localVarCall = createCloudRouterValidateBeforeCall(cloudRouterPostRequest, dryRun, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -241,7 +241,7 @@ public ApiResponse createCloudRouterWithHttpInfo(CloudRouterPostReq
| 500 | Internal server error | - |
*/
- public okhttp3.Call createCloudRouterAsync(CloudRouterPostRequest cloudRouterPostRequest, Boolean dryRun, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call createCloudRouterAsync(@javax.annotation.Nonnull CloudRouterPostRequest cloudRouterPostRequest, @javax.annotation.Nullable Boolean dryRun, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = createCloudRouterValidateBeforeCall(cloudRouterPostRequest, dryRun, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -268,7 +268,7 @@ public okhttp3.Call createCloudRouterAsync(CloudRouterPostRequest cloudRouterPos
| 500 | Internal server error | - |
*/
- public okhttp3.Call createCloudRouterActionCall(UUID routerId, CloudRouterActionRequest cloudRouterActionRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call createCloudRouterActionCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterActionRequest cloudRouterActionRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -315,7 +315,7 @@ public okhttp3.Call createCloudRouterActionCall(UUID routerId, CloudRouterAction
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call createCloudRouterActionValidateBeforeCall(UUID routerId, CloudRouterActionRequest cloudRouterActionRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call createCloudRouterActionValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterActionRequest cloudRouterActionRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling createCloudRouterAction(Async)");
@@ -350,7 +350,7 @@ private okhttp3.Call createCloudRouterActionValidateBeforeCall(UUID routerId, Cl
| 500 | Internal server error | - |
*/
- public CloudRouterActionResponse createCloudRouterAction(UUID routerId, CloudRouterActionRequest cloudRouterActionRequest) throws ApiException {
+ public CloudRouterActionResponse createCloudRouterAction(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterActionRequest cloudRouterActionRequest) throws ApiException {
ApiResponse localVarResp = createCloudRouterActionWithHttpInfo(routerId, cloudRouterActionRequest);
return localVarResp.getData();
}
@@ -375,7 +375,7 @@ public CloudRouterActionResponse createCloudRouterAction(UUID routerId, CloudRou
| 500 | Internal server error | - |
*/
- public ApiResponse createCloudRouterActionWithHttpInfo(UUID routerId, CloudRouterActionRequest cloudRouterActionRequest) throws ApiException {
+ public ApiResponse createCloudRouterActionWithHttpInfo(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterActionRequest cloudRouterActionRequest) throws ApiException {
okhttp3.Call localVarCall = createCloudRouterActionValidateBeforeCall(routerId, cloudRouterActionRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -402,7 +402,7 @@ public ApiResponse createCloudRouterActionWithHttpInf
| 500 | Internal server error | - |
*/
- public okhttp3.Call createCloudRouterActionAsync(UUID routerId, CloudRouterActionRequest cloudRouterActionRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call createCloudRouterActionAsync(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterActionRequest cloudRouterActionRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = createCloudRouterActionValidateBeforeCall(routerId, cloudRouterActionRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -429,7 +429,7 @@ public okhttp3.Call createCloudRouterActionAsync(UUID routerId, CloudRouterActio
| 500 | Internal server error | - |
*/
- public okhttp3.Call createCloudRouterCommandCall(UUID routerId, CloudRouterCommandPostRequest cloudRouterCommandPostRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call createCloudRouterCommandCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterCommandPostRequest cloudRouterCommandPostRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -476,7 +476,7 @@ public okhttp3.Call createCloudRouterCommandCall(UUID routerId, CloudRouterComma
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call createCloudRouterCommandValidateBeforeCall(UUID routerId, CloudRouterCommandPostRequest cloudRouterCommandPostRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call createCloudRouterCommandValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterCommandPostRequest cloudRouterCommandPostRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling createCloudRouterCommand(Async)");
@@ -511,7 +511,7 @@ private okhttp3.Call createCloudRouterCommandValidateBeforeCall(UUID routerId, C
| 500 | Internal server error | - |
*/
- public CloudRouterCommand createCloudRouterCommand(UUID routerId, CloudRouterCommandPostRequest cloudRouterCommandPostRequest) throws ApiException {
+ public CloudRouterCommand createCloudRouterCommand(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterCommandPostRequest cloudRouterCommandPostRequest) throws ApiException {
ApiResponse localVarResp = createCloudRouterCommandWithHttpInfo(routerId, cloudRouterCommandPostRequest);
return localVarResp.getData();
}
@@ -536,7 +536,7 @@ public CloudRouterCommand createCloudRouterCommand(UUID routerId, CloudRouterCom
| 500 | Internal server error | - |
*/
- public ApiResponse createCloudRouterCommandWithHttpInfo(UUID routerId, CloudRouterCommandPostRequest cloudRouterCommandPostRequest) throws ApiException {
+ public ApiResponse createCloudRouterCommandWithHttpInfo(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterCommandPostRequest cloudRouterCommandPostRequest) throws ApiException {
okhttp3.Call localVarCall = createCloudRouterCommandValidateBeforeCall(routerId, cloudRouterCommandPostRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -563,7 +563,7 @@ public ApiResponse createCloudRouterCommandWithHttpInfo(UUID
| 500 | Internal server error | - |
*/
- public okhttp3.Call createCloudRouterCommandAsync(UUID routerId, CloudRouterCommandPostRequest cloudRouterCommandPostRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call createCloudRouterCommandAsync(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterCommandPostRequest cloudRouterCommandPostRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = createCloudRouterCommandValidateBeforeCall(routerId, cloudRouterCommandPostRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -588,7 +588,7 @@ public okhttp3.Call createCloudRouterCommandAsync(UUID routerId, CloudRouterComm
| 500 | Internal server error | - |
*/
- public okhttp3.Call deleteCloudRouterByUuidCall(UUID routerId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call deleteCloudRouterByUuidCall(@javax.annotation.Nonnull UUID routerId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -634,7 +634,7 @@ public okhttp3.Call deleteCloudRouterByUuidCall(UUID routerId, final ApiCallback
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call deleteCloudRouterByUuidValidateBeforeCall(UUID routerId, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call deleteCloudRouterByUuidValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling deleteCloudRouterByUuid(Async)");
@@ -661,7 +661,7 @@ private okhttp3.Call deleteCloudRouterByUuidValidateBeforeCall(UUID routerId, fi
| 500 | Internal server error | - |
*/
- public void deleteCloudRouterByUuid(UUID routerId) throws ApiException {
+ public void deleteCloudRouterByUuid(@javax.annotation.Nonnull UUID routerId) throws ApiException {
deleteCloudRouterByUuidWithHttpInfo(routerId);
}
@@ -683,7 +683,7 @@ public void deleteCloudRouterByUuid(UUID routerId) throws ApiException {
| 500 | Internal server error | - |
*/
- public ApiResponse deleteCloudRouterByUuidWithHttpInfo(UUID routerId) throws ApiException {
+ public ApiResponse deleteCloudRouterByUuidWithHttpInfo(@javax.annotation.Nonnull UUID routerId) throws ApiException {
okhttp3.Call localVarCall = deleteCloudRouterByUuidValidateBeforeCall(routerId, null);
return localVarApiClient.execute(localVarCall);
}
@@ -707,7 +707,7 @@ public ApiResponse deleteCloudRouterByUuidWithHttpInfo(UUID routerId) thro
| 500 | Internal server error | - |
*/
- public okhttp3.Call deleteCloudRouterByUuidAsync(UUID routerId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call deleteCloudRouterByUuidAsync(@javax.annotation.Nonnull UUID routerId, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = deleteCloudRouterByUuidValidateBeforeCall(routerId, _callback);
localVarApiClient.executeAsync(localVarCall, _callback);
@@ -732,7 +732,7 @@ public okhttp3.Call deleteCloudRouterByUuidAsync(UUID routerId, final ApiCallbac
| 500 | Internal server error | - |
*/
- public okhttp3.Call deleteCloudRouterCommandByUuidCall(UUID routerId, UUID commandId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call deleteCloudRouterCommandByUuidCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID commandId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -779,7 +779,7 @@ public okhttp3.Call deleteCloudRouterCommandByUuidCall(UUID routerId, UUID comma
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call deleteCloudRouterCommandByUuidValidateBeforeCall(UUID routerId, UUID commandId, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call deleteCloudRouterCommandByUuidValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID commandId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling deleteCloudRouterCommandByUuid(Async)");
@@ -812,7 +812,7 @@ private okhttp3.Call deleteCloudRouterCommandByUuidValidateBeforeCall(UUID route
| 500 | Internal server error | - |
*/
- public void deleteCloudRouterCommandByUuid(UUID routerId, UUID commandId) throws ApiException {
+ public void deleteCloudRouterCommandByUuid(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID commandId) throws ApiException {
deleteCloudRouterCommandByUuidWithHttpInfo(routerId, commandId);
}
@@ -835,7 +835,7 @@ public void deleteCloudRouterCommandByUuid(UUID routerId, UUID commandId) throws
| 500 | Internal server error | - |
*/
- public ApiResponse deleteCloudRouterCommandByUuidWithHttpInfo(UUID routerId, UUID commandId) throws ApiException {
+ public ApiResponse deleteCloudRouterCommandByUuidWithHttpInfo(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID commandId) throws ApiException {
okhttp3.Call localVarCall = deleteCloudRouterCommandByUuidValidateBeforeCall(routerId, commandId, null);
return localVarApiClient.execute(localVarCall);
}
@@ -860,7 +860,7 @@ public ApiResponse deleteCloudRouterCommandByUuidWithHttpInfo(UUID routerI
| 500 | Internal server error | - |
*/
- public okhttp3.Call deleteCloudRouterCommandByUuidAsync(UUID routerId, UUID commandId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call deleteCloudRouterCommandByUuidAsync(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID commandId, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = deleteCloudRouterCommandByUuidValidateBeforeCall(routerId, commandId, _callback);
localVarApiClient.executeAsync(localVarCall, _callback);
@@ -885,7 +885,7 @@ public okhttp3.Call deleteCloudRouterCommandByUuidAsync(UUID routerId, UUID comm
| 500 | Internal server error | - |
*/
- public okhttp3.Call getAllCloudRouterCommandsCall(UUID routerId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getAllCloudRouterCommandsCall(@javax.annotation.Nonnull UUID routerId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -931,7 +931,7 @@ public okhttp3.Call getAllCloudRouterCommandsCall(UUID routerId, final ApiCallba
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getAllCloudRouterCommandsValidateBeforeCall(UUID routerId, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getAllCloudRouterCommandsValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling getAllCloudRouterCommands(Async)");
@@ -960,7 +960,7 @@ private okhttp3.Call getAllCloudRouterCommandsValidateBeforeCall(UUID routerId,
| 500 | Internal server error | - |
*/
- public GetAllCloudRouterCommands getAllCloudRouterCommands(UUID routerId) throws ApiException {
+ public GetAllCloudRouterCommands getAllCloudRouterCommands(@javax.annotation.Nonnull UUID routerId) throws ApiException {
ApiResponse localVarResp = getAllCloudRouterCommandsWithHttpInfo(routerId);
return localVarResp.getData();
}
@@ -984,7 +984,7 @@ public GetAllCloudRouterCommands getAllCloudRouterCommands(UUID routerId) throws
| 500 | Internal server error | - |
*/
- public ApiResponse getAllCloudRouterCommandsWithHttpInfo(UUID routerId) throws ApiException {
+ public ApiResponse getAllCloudRouterCommandsWithHttpInfo(@javax.annotation.Nonnull UUID routerId) throws ApiException {
okhttp3.Call localVarCall = getAllCloudRouterCommandsValidateBeforeCall(routerId, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -1010,7 +1010,7 @@ public ApiResponse getAllCloudRouterCommandsWithHttpI
| 500 | Internal server error | - |
*/
- public okhttp3.Call getAllCloudRouterCommandsAsync(UUID routerId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getAllCloudRouterCommandsAsync(@javax.annotation.Nonnull UUID routerId, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = getAllCloudRouterCommandsValidateBeforeCall(routerId, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -1037,7 +1037,7 @@ public okhttp3.Call getAllCloudRouterCommandsAsync(UUID routerId, final ApiCallb
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterActionsCall(UUID routerId, CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterActionsCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nullable CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -1087,7 +1087,7 @@ public okhttp3.Call getCloudRouterActionsCall(UUID routerId, CloudRouterActionSt
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getCloudRouterActionsValidateBeforeCall(UUID routerId, CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getCloudRouterActionsValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nullable CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling getCloudRouterActions(Async)");
@@ -1117,7 +1117,7 @@ private okhttp3.Call getCloudRouterActionsValidateBeforeCall(UUID routerId, Clou
| 500 | Internal server error | - |
*/
- public CloudRouterActionResponse getCloudRouterActions(UUID routerId, CloudRouterActionState state) throws ApiException {
+ public CloudRouterActionResponse getCloudRouterActions(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nullable CloudRouterActionState state) throws ApiException {
ApiResponse localVarResp = getCloudRouterActionsWithHttpInfo(routerId, state);
return localVarResp.getData();
}
@@ -1142,7 +1142,7 @@ public CloudRouterActionResponse getCloudRouterActions(UUID routerId, CloudRoute
| 500 | Internal server error | - |
*/
- public ApiResponse getCloudRouterActionsWithHttpInfo(UUID routerId, CloudRouterActionState state) throws ApiException {
+ public ApiResponse getCloudRouterActionsWithHttpInfo(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nullable CloudRouterActionState state) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterActionsValidateBeforeCall(routerId, state, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -1169,7 +1169,7 @@ public ApiResponse getCloudRouterActionsWithHttpInfo(
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterActionsAsync(UUID routerId, CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterActionsAsync(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nullable CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterActionsValidateBeforeCall(routerId, state, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -1197,7 +1197,7 @@ public okhttp3.Call getCloudRouterActionsAsync(UUID routerId, CloudRouterActionS
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterActionsByUuidCall(UUID routerId, UUID actionId, CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterActionsByUuidCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID actionId, @javax.annotation.Nullable CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -1248,7 +1248,7 @@ public okhttp3.Call getCloudRouterActionsByUuidCall(UUID routerId, UUID actionId
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getCloudRouterActionsByUuidValidateBeforeCall(UUID routerId, UUID actionId, CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getCloudRouterActionsByUuidValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID actionId, @javax.annotation.Nullable CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling getCloudRouterActionsByUuid(Async)");
@@ -1284,7 +1284,7 @@ private okhttp3.Call getCloudRouterActionsByUuidValidateBeforeCall(UUID routerId
| 500 | Internal server error | - |
*/
- public CloudRouterActionResponse getCloudRouterActionsByUuid(UUID routerId, UUID actionId, CloudRouterActionState state) throws ApiException {
+ public CloudRouterActionResponse getCloudRouterActionsByUuid(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID actionId, @javax.annotation.Nullable CloudRouterActionState state) throws ApiException {
ApiResponse localVarResp = getCloudRouterActionsByUuidWithHttpInfo(routerId, actionId, state);
return localVarResp.getData();
}
@@ -1310,7 +1310,7 @@ public CloudRouterActionResponse getCloudRouterActionsByUuid(UUID routerId, UUID
| 500 | Internal server error | - |
*/
- public ApiResponse getCloudRouterActionsByUuidWithHttpInfo(UUID routerId, UUID actionId, CloudRouterActionState state) throws ApiException {
+ public ApiResponse getCloudRouterActionsByUuidWithHttpInfo(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID actionId, @javax.annotation.Nullable CloudRouterActionState state) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterActionsByUuidValidateBeforeCall(routerId, actionId, state, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -1338,7 +1338,7 @@ public ApiResponse getCloudRouterActionsByUuidWithHtt
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterActionsByUuidAsync(UUID routerId, UUID actionId, CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterActionsByUuidAsync(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID actionId, @javax.annotation.Nullable CloudRouterActionState state, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterActionsByUuidValidateBeforeCall(routerId, actionId, state, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -1362,7 +1362,7 @@ public okhttp3.Call getCloudRouterActionsByUuidAsync(UUID routerId, UUID actionI
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterByUuidCall(UUID routerId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterByUuidCall(@javax.annotation.Nonnull UUID routerId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -1408,7 +1408,7 @@ public okhttp3.Call getCloudRouterByUuidCall(UUID routerId, final ApiCallback _c
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getCloudRouterByUuidValidateBeforeCall(UUID routerId, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getCloudRouterByUuidValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling getCloudRouterByUuid(Async)");
@@ -1435,7 +1435,7 @@ private okhttp3.Call getCloudRouterByUuidValidateBeforeCall(UUID routerId, final
| 500 | Internal server error | - |
*/
- public CloudRouter getCloudRouterByUuid(UUID routerId) throws ApiException {
+ public CloudRouter getCloudRouterByUuid(@javax.annotation.Nonnull UUID routerId) throws ApiException {
ApiResponse localVarResp = getCloudRouterByUuidWithHttpInfo(routerId);
return localVarResp.getData();
}
@@ -1457,7 +1457,7 @@ public CloudRouter getCloudRouterByUuid(UUID routerId) throws ApiException {
| 500 | Internal server error | - |
*/
- public ApiResponse getCloudRouterByUuidWithHttpInfo(UUID routerId) throws ApiException {
+ public ApiResponse getCloudRouterByUuidWithHttpInfo(@javax.annotation.Nonnull UUID routerId) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterByUuidValidateBeforeCall(routerId, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -1481,7 +1481,7 @@ public ApiResponse getCloudRouterByUuidWithHttpInfo(UUID routerId)
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterByUuidAsync(UUID routerId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterByUuidAsync(@javax.annotation.Nonnull UUID routerId, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterByUuidValidateBeforeCall(routerId, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -1508,7 +1508,7 @@ public okhttp3.Call getCloudRouterByUuidAsync(UUID routerId, final ApiCallback 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterCommandCall(UUID routerId, UUID commandId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterCommandCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID commandId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -1555,7 +1555,7 @@ public okhttp3.Call getCloudRouterCommandCall(UUID routerId, UUID commandId, fin
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getCloudRouterCommandValidateBeforeCall(UUID routerId, UUID commandId, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getCloudRouterCommandValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID commandId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling getCloudRouterCommand(Async)");
@@ -1590,7 +1590,7 @@ private okhttp3.Call getCloudRouterCommandValidateBeforeCall(UUID routerId, UUID
| 500 | Internal server error | - |
*/
- public CloudRouterCommand getCloudRouterCommand(UUID routerId, UUID commandId) throws ApiException {
+ public CloudRouterCommand getCloudRouterCommand(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID commandId) throws ApiException {
ApiResponse localVarResp = getCloudRouterCommandWithHttpInfo(routerId, commandId);
return localVarResp.getData();
}
@@ -1615,7 +1615,7 @@ public CloudRouterCommand getCloudRouterCommand(UUID routerId, UUID commandId) t
| 500 | Internal server error | - |
*/
- public ApiResponse getCloudRouterCommandWithHttpInfo(UUID routerId, UUID commandId) throws ApiException {
+ public ApiResponse getCloudRouterCommandWithHttpInfo(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID commandId) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterCommandValidateBeforeCall(routerId, commandId, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -1642,7 +1642,7 @@ public ApiResponse getCloudRouterCommandWithHttpInfo(UUID ro
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterCommandAsync(UUID routerId, UUID commandId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterCommandAsync(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull UUID commandId, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterCommandValidateBeforeCall(routerId, commandId, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -1667,7 +1667,7 @@ public okhttp3.Call getCloudRouterCommandAsync(UUID routerId, UUID commandId, fi
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterPackageByCodeCall(RouterPackageCode routerPackageCode, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterPackageByCodeCall(@javax.annotation.Nonnull RouterPackageCode routerPackageCode, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -1713,7 +1713,7 @@ public okhttp3.Call getCloudRouterPackageByCodeCall(RouterPackageCode routerPack
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getCloudRouterPackageByCodeValidateBeforeCall(RouterPackageCode routerPackageCode, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getCloudRouterPackageByCodeValidateBeforeCall(@javax.annotation.Nonnull RouterPackageCode routerPackageCode, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerPackageCode' is set
if (routerPackageCode == null) {
throw new ApiException("Missing the required parameter 'routerPackageCode' when calling getCloudRouterPackageByCode(Async)");
@@ -1741,7 +1741,7 @@ private okhttp3.Call getCloudRouterPackageByCodeValidateBeforeCall(RouterPackage
| 500 | Internal server error | - |
*/
- public CloudRouterPackage getCloudRouterPackageByCode(RouterPackageCode routerPackageCode) throws ApiException {
+ public CloudRouterPackage getCloudRouterPackageByCode(@javax.annotation.Nonnull RouterPackageCode routerPackageCode) throws ApiException {
ApiResponse localVarResp = getCloudRouterPackageByCodeWithHttpInfo(routerPackageCode);
return localVarResp.getData();
}
@@ -1764,7 +1764,7 @@ public CloudRouterPackage getCloudRouterPackageByCode(RouterPackageCode routerPa
| 500 | Internal server error | - |
*/
- public ApiResponse getCloudRouterPackageByCodeWithHttpInfo(RouterPackageCode routerPackageCode) throws ApiException {
+ public ApiResponse getCloudRouterPackageByCodeWithHttpInfo(@javax.annotation.Nonnull RouterPackageCode routerPackageCode) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterPackageByCodeValidateBeforeCall(routerPackageCode, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -1789,7 +1789,7 @@ public ApiResponse getCloudRouterPackageByCodeWithHttpInfo(R
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterPackageByCodeAsync(RouterPackageCode routerPackageCode, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterPackageByCodeAsync(@javax.annotation.Nonnull RouterPackageCode routerPackageCode, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterPackageByCodeValidateBeforeCall(routerPackageCode, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -1814,7 +1814,7 @@ public okhttp3.Call getCloudRouterPackageByCodeAsync(RouterPackageCode routerPac
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterPackagesCall(Integer offset, Integer limit, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterPackagesCall(@javax.annotation.Nullable Integer offset, @javax.annotation.Nullable Integer limit, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -1867,7 +1867,7 @@ public okhttp3.Call getCloudRouterPackagesCall(Integer offset, Integer limit, fi
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getCloudRouterPackagesValidateBeforeCall(Integer offset, Integer limit, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getCloudRouterPackagesValidateBeforeCall(@javax.annotation.Nullable Integer offset, @javax.annotation.Nullable Integer limit, final ApiCallback _callback) throws ApiException {
return getCloudRouterPackagesCall(offset, limit, _callback);
}
@@ -1890,7 +1890,7 @@ private okhttp3.Call getCloudRouterPackagesValidateBeforeCall(Integer offset, In
| 500 | Internal server error | - |
*/
- public PackageResponse getCloudRouterPackages(Integer offset, Integer limit) throws ApiException {
+ public PackageResponse getCloudRouterPackages(@javax.annotation.Nullable Integer offset, @javax.annotation.Nullable Integer limit) throws ApiException {
ApiResponse localVarResp = getCloudRouterPackagesWithHttpInfo(offset, limit);
return localVarResp.getData();
}
@@ -1913,7 +1913,7 @@ public PackageResponse getCloudRouterPackages(Integer offset, Integer limit) thr
| 500 | Internal server error | - |
*/
- public ApiResponse getCloudRouterPackagesWithHttpInfo(Integer offset, Integer limit) throws ApiException {
+ public ApiResponse getCloudRouterPackagesWithHttpInfo(@javax.annotation.Nullable Integer offset, @javax.annotation.Nullable Integer limit) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterPackagesValidateBeforeCall(offset, limit, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -1938,7 +1938,7 @@ public ApiResponse getCloudRouterPackagesWithHttpInfo(Integer o
| 500 | Internal server error | - |
*/
- public okhttp3.Call getCloudRouterPackagesAsync(Integer offset, Integer limit, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getCloudRouterPackagesAsync(@javax.annotation.Nullable Integer offset, @javax.annotation.Nullable Integer limit, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = getCloudRouterPackagesValidateBeforeCall(offset, limit, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -1965,7 +1965,7 @@ public okhttp3.Call getCloudRouterPackagesAsync(Integer offset, Integer limit, f
| 500 | Internal server error | - |
*/
- public okhttp3.Call searchCloudRouterCommandsCall(UUID routerId, CloudRouterCommandSearchRequest cloudRouterCommandSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchCloudRouterCommandsCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterCommandSearchRequest cloudRouterCommandSearchRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -2012,7 +2012,7 @@ public okhttp3.Call searchCloudRouterCommandsCall(UUID routerId, CloudRouterComm
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call searchCloudRouterCommandsValidateBeforeCall(UUID routerId, CloudRouterCommandSearchRequest cloudRouterCommandSearchRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call searchCloudRouterCommandsValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterCommandSearchRequest cloudRouterCommandSearchRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling searchCloudRouterCommands(Async)");
@@ -2047,7 +2047,7 @@ private okhttp3.Call searchCloudRouterCommandsValidateBeforeCall(UUID routerId,
| 500 | Internal server error | - |
*/
- public CloudRouterCommandSearchResponse searchCloudRouterCommands(UUID routerId, CloudRouterCommandSearchRequest cloudRouterCommandSearchRequest) throws ApiException {
+ public CloudRouterCommandSearchResponse searchCloudRouterCommands(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterCommandSearchRequest cloudRouterCommandSearchRequest) throws ApiException {
ApiResponse localVarResp = searchCloudRouterCommandsWithHttpInfo(routerId, cloudRouterCommandSearchRequest);
return localVarResp.getData();
}
@@ -2072,7 +2072,7 @@ public CloudRouterCommandSearchResponse searchCloudRouterCommands(UUID routerId,
| 500 | Internal server error | - |
*/
- public ApiResponse searchCloudRouterCommandsWithHttpInfo(UUID routerId, CloudRouterCommandSearchRequest cloudRouterCommandSearchRequest) throws ApiException {
+ public ApiResponse searchCloudRouterCommandsWithHttpInfo(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterCommandSearchRequest cloudRouterCommandSearchRequest) throws ApiException {
okhttp3.Call localVarCall = searchCloudRouterCommandsValidateBeforeCall(routerId, cloudRouterCommandSearchRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -2099,7 +2099,7 @@ public ApiResponse searchCloudRouterCommandsWi
| 500 | Internal server error | - |
*/
- public okhttp3.Call searchCloudRouterCommandsAsync(UUID routerId, CloudRouterCommandSearchRequest cloudRouterCommandSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchCloudRouterCommandsAsync(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterCommandSearchRequest cloudRouterCommandSearchRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = searchCloudRouterCommandsValidateBeforeCall(routerId, cloudRouterCommandSearchRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -2126,7 +2126,7 @@ public okhttp3.Call searchCloudRouterCommandsAsync(UUID routerId, CloudRouterCom
| 500 | Internal server error | - |
*/
- public okhttp3.Call searchCloudRouterRoutesCall(UUID routerId, RouteTableEntrySearchRequest routeTableEntrySearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchCloudRouterRoutesCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull RouteTableEntrySearchRequest routeTableEntrySearchRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -2173,7 +2173,7 @@ public okhttp3.Call searchCloudRouterRoutesCall(UUID routerId, RouteTableEntrySe
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call searchCloudRouterRoutesValidateBeforeCall(UUID routerId, RouteTableEntrySearchRequest routeTableEntrySearchRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call searchCloudRouterRoutesValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull RouteTableEntrySearchRequest routeTableEntrySearchRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling searchCloudRouterRoutes(Async)");
@@ -2208,7 +2208,7 @@ private okhttp3.Call searchCloudRouterRoutesValidateBeforeCall(UUID routerId, Ro
| 500 | Internal server error | - |
*/
- public RouteTableEntrySearchResponse searchCloudRouterRoutes(UUID routerId, RouteTableEntrySearchRequest routeTableEntrySearchRequest) throws ApiException {
+ public RouteTableEntrySearchResponse searchCloudRouterRoutes(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull RouteTableEntrySearchRequest routeTableEntrySearchRequest) throws ApiException {
ApiResponse localVarResp = searchCloudRouterRoutesWithHttpInfo(routerId, routeTableEntrySearchRequest);
return localVarResp.getData();
}
@@ -2233,7 +2233,7 @@ public RouteTableEntrySearchResponse searchCloudRouterRoutes(UUID routerId, Rout
| 500 | Internal server error | - |
*/
- public ApiResponse searchCloudRouterRoutesWithHttpInfo(UUID routerId, RouteTableEntrySearchRequest routeTableEntrySearchRequest) throws ApiException {
+ public ApiResponse searchCloudRouterRoutesWithHttpInfo(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull RouteTableEntrySearchRequest routeTableEntrySearchRequest) throws ApiException {
okhttp3.Call localVarCall = searchCloudRouterRoutesValidateBeforeCall(routerId, routeTableEntrySearchRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -2260,7 +2260,7 @@ public ApiResponse searchCloudRouterRoutesWithHtt
| 500 | Internal server error | - |
*/
- public okhttp3.Call searchCloudRouterRoutesAsync(UUID routerId, RouteTableEntrySearchRequest routeTableEntrySearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchCloudRouterRoutesAsync(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull RouteTableEntrySearchRequest routeTableEntrySearchRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = searchCloudRouterRoutesValidateBeforeCall(routerId, routeTableEntrySearchRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -2285,7 +2285,7 @@ public okhttp3.Call searchCloudRouterRoutesAsync(UUID routerId, RouteTableEntryS
| 500 | Internal server error | - |
*/
- public okhttp3.Call searchCloudRoutersCall(CloudRouterSearchRequest cloudRouterSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchCloudRoutersCall(@javax.annotation.Nonnull CloudRouterSearchRequest cloudRouterSearchRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -2331,7 +2331,7 @@ public okhttp3.Call searchCloudRoutersCall(CloudRouterSearchRequest cloudRouterS
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call searchCloudRoutersValidateBeforeCall(CloudRouterSearchRequest cloudRouterSearchRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call searchCloudRoutersValidateBeforeCall(@javax.annotation.Nonnull CloudRouterSearchRequest cloudRouterSearchRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'cloudRouterSearchRequest' is set
if (cloudRouterSearchRequest == null) {
throw new ApiException("Missing the required parameter 'cloudRouterSearchRequest' when calling searchCloudRouters(Async)");
@@ -2359,7 +2359,7 @@ private okhttp3.Call searchCloudRoutersValidateBeforeCall(CloudRouterSearchReque
| 500 | Internal server error | - |
*/
- public SearchResponse searchCloudRouters(CloudRouterSearchRequest cloudRouterSearchRequest) throws ApiException {
+ public SearchResponse searchCloudRouters(@javax.annotation.Nonnull CloudRouterSearchRequest cloudRouterSearchRequest) throws ApiException {
ApiResponse localVarResp = searchCloudRoutersWithHttpInfo(cloudRouterSearchRequest);
return localVarResp.getData();
}
@@ -2382,7 +2382,7 @@ public SearchResponse searchCloudRouters(CloudRouterSearchRequest cloudRouterSea
| 500 | Internal server error | - |
*/
- public ApiResponse searchCloudRoutersWithHttpInfo(CloudRouterSearchRequest cloudRouterSearchRequest) throws ApiException {
+ public ApiResponse searchCloudRoutersWithHttpInfo(@javax.annotation.Nonnull CloudRouterSearchRequest cloudRouterSearchRequest) throws ApiException {
okhttp3.Call localVarCall = searchCloudRoutersValidateBeforeCall(cloudRouterSearchRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -2407,7 +2407,7 @@ public ApiResponse searchCloudRoutersWithHttpInfo(CloudRouterSea
| 500 | Internal server error | - |
*/
- public okhttp3.Call searchCloudRoutersAsync(CloudRouterSearchRequest cloudRouterSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchCloudRoutersAsync(@javax.annotation.Nonnull CloudRouterSearchRequest cloudRouterSearchRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = searchCloudRoutersValidateBeforeCall(cloudRouterSearchRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -2432,7 +2432,7 @@ public okhttp3.Call searchCloudRoutersAsync(CloudRouterSearchRequest cloudRouter
| 404 | Not Found | - |
*/
- public okhttp3.Call searchConnectionAdvertisedRoutesCall(String connectionId, ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchConnectionAdvertisedRoutesCall(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -2479,7 +2479,7 @@ public okhttp3.Call searchConnectionAdvertisedRoutesCall(String connectionId, Co
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call searchConnectionAdvertisedRoutesValidateBeforeCall(String connectionId, ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call searchConnectionAdvertisedRoutesValidateBeforeCall(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'connectionId' is set
if (connectionId == null) {
throw new ApiException("Missing the required parameter 'connectionId' when calling searchConnectionAdvertisedRoutes(Async)");
@@ -2512,7 +2512,7 @@ private okhttp3.Call searchConnectionAdvertisedRoutesValidateBeforeCall(String c
| 404 | Not Found | - |
*/
- public ConnectionRouteTableEntrySearchResponse searchConnectionAdvertisedRoutes(String connectionId, ConnectionRouteSearchRequest connectionRouteSearchRequest) throws ApiException {
+ public ConnectionRouteTableEntrySearchResponse searchConnectionAdvertisedRoutes(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionRouteSearchRequest connectionRouteSearchRequest) throws ApiException {
ApiResponse localVarResp = searchConnectionAdvertisedRoutesWithHttpInfo(connectionId, connectionRouteSearchRequest);
return localVarResp.getData();
}
@@ -2535,7 +2535,7 @@ public ConnectionRouteTableEntrySearchResponse searchConnectionAdvertisedRoutes(
| 404 | Not Found | - |
*/
- public ApiResponse searchConnectionAdvertisedRoutesWithHttpInfo(String connectionId, ConnectionRouteSearchRequest connectionRouteSearchRequest) throws ApiException {
+ public ApiResponse searchConnectionAdvertisedRoutesWithHttpInfo(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionRouteSearchRequest connectionRouteSearchRequest) throws ApiException {
okhttp3.Call localVarCall = searchConnectionAdvertisedRoutesValidateBeforeCall(connectionId, connectionRouteSearchRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -2560,7 +2560,7 @@ public ApiResponse searchConnectionAdve
| 404 | Not Found | - |
*/
- public okhttp3.Call searchConnectionAdvertisedRoutesAsync(String connectionId, ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchConnectionAdvertisedRoutesAsync(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = searchConnectionAdvertisedRoutesValidateBeforeCall(connectionId, connectionRouteSearchRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -2585,7 +2585,7 @@ public okhttp3.Call searchConnectionAdvertisedRoutesAsync(String connectionId, C
| 404 | Not Found | - |
*/
- public okhttp3.Call searchConnectionReceivedRoutesCall(String connectionId, ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchConnectionReceivedRoutesCall(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -2632,7 +2632,7 @@ public okhttp3.Call searchConnectionReceivedRoutesCall(String connectionId, Conn
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call searchConnectionReceivedRoutesValidateBeforeCall(String connectionId, ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call searchConnectionReceivedRoutesValidateBeforeCall(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'connectionId' is set
if (connectionId == null) {
throw new ApiException("Missing the required parameter 'connectionId' when calling searchConnectionReceivedRoutes(Async)");
@@ -2665,7 +2665,7 @@ private okhttp3.Call searchConnectionReceivedRoutesValidateBeforeCall(String con
| 404 | Not Found | - |
*/
- public ConnectionRouteTableEntrySearchResponse searchConnectionReceivedRoutes(String connectionId, ConnectionRouteSearchRequest connectionRouteSearchRequest) throws ApiException {
+ public ConnectionRouteTableEntrySearchResponse searchConnectionReceivedRoutes(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionRouteSearchRequest connectionRouteSearchRequest) throws ApiException {
ApiResponse localVarResp = searchConnectionReceivedRoutesWithHttpInfo(connectionId, connectionRouteSearchRequest);
return localVarResp.getData();
}
@@ -2688,7 +2688,7 @@ public ConnectionRouteTableEntrySearchResponse searchConnectionReceivedRoutes(St
| 404 | Not Found | - |
*/
- public ApiResponse searchConnectionReceivedRoutesWithHttpInfo(String connectionId, ConnectionRouteSearchRequest connectionRouteSearchRequest) throws ApiException {
+ public ApiResponse searchConnectionReceivedRoutesWithHttpInfo(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionRouteSearchRequest connectionRouteSearchRequest) throws ApiException {
okhttp3.Call localVarCall = searchConnectionReceivedRoutesValidateBeforeCall(connectionId, connectionRouteSearchRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -2713,7 +2713,7 @@ public ApiResponse searchConnectionRece
| 404 | Not Found | - |
*/
- public okhttp3.Call searchConnectionReceivedRoutesAsync(String connectionId, ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchConnectionReceivedRoutesAsync(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionRouteSearchRequest connectionRouteSearchRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = searchConnectionReceivedRoutesValidateBeforeCall(connectionId, connectionRouteSearchRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -2740,7 +2740,7 @@ public okhttp3.Call searchConnectionReceivedRoutesAsync(String connectionId, Con
| 500 | Internal server error | - |
*/
- public okhttp3.Call searchRouterActionsCall(UUID routerId, CloudRouterActionsSearchRequest cloudRouterActionsSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchRouterActionsCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterActionsSearchRequest cloudRouterActionsSearchRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -2787,7 +2787,7 @@ public okhttp3.Call searchRouterActionsCall(UUID routerId, CloudRouterActionsSea
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call searchRouterActionsValidateBeforeCall(UUID routerId, CloudRouterActionsSearchRequest cloudRouterActionsSearchRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call searchRouterActionsValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterActionsSearchRequest cloudRouterActionsSearchRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling searchRouterActions(Async)");
@@ -2822,7 +2822,7 @@ private okhttp3.Call searchRouterActionsValidateBeforeCall(UUID routerId, CloudR
| 500 | Internal server error | - |
*/
- public CloudRouterActionsSearchResponse searchRouterActions(UUID routerId, CloudRouterActionsSearchRequest cloudRouterActionsSearchRequest) throws ApiException {
+ public CloudRouterActionsSearchResponse searchRouterActions(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterActionsSearchRequest cloudRouterActionsSearchRequest) throws ApiException {
ApiResponse localVarResp = searchRouterActionsWithHttpInfo(routerId, cloudRouterActionsSearchRequest);
return localVarResp.getData();
}
@@ -2847,7 +2847,7 @@ public CloudRouterActionsSearchResponse searchRouterActions(UUID routerId, Cloud
| 500 | Internal server error | - |
*/
- public ApiResponse searchRouterActionsWithHttpInfo(UUID routerId, CloudRouterActionsSearchRequest cloudRouterActionsSearchRequest) throws ApiException {
+ public ApiResponse searchRouterActionsWithHttpInfo(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterActionsSearchRequest cloudRouterActionsSearchRequest) throws ApiException {
okhttp3.Call localVarCall = searchRouterActionsValidateBeforeCall(routerId, cloudRouterActionsSearchRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -2874,7 +2874,7 @@ public ApiResponse searchRouterActionsWithHttp
| 500 | Internal server error | - |
*/
- public okhttp3.Call searchRouterActionsAsync(UUID routerId, CloudRouterActionsSearchRequest cloudRouterActionsSearchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchRouterActionsAsync(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull CloudRouterActionsSearchRequest cloudRouterActionsSearchRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = searchRouterActionsValidateBeforeCall(routerId, cloudRouterActionsSearchRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -2901,7 +2901,7 @@ public okhttp3.Call searchRouterActionsAsync(UUID routerId, CloudRouterActionsSe
| 500 | Internal server error | - |
*/
- public okhttp3.Call updateCloudRouterByUuidCall(UUID routerId, List cloudRouterChangeOperation, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call updateCloudRouterByUuidCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull List cloudRouterChangeOperation, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -2948,7 +2948,7 @@ public okhttp3.Call updateCloudRouterByUuidCall(UUID routerId, List cloudRouterChangeOperation, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call updateCloudRouterByUuidValidateBeforeCall(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull List cloudRouterChangeOperation, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'routerId' is set
if (routerId == null) {
throw new ApiException("Missing the required parameter 'routerId' when calling updateCloudRouterByUuid(Async)");
@@ -2983,7 +2983,7 @@ private okhttp3.Call updateCloudRouterByUuidValidateBeforeCall(UUID routerId, Li
| 500 | Internal server error | - |
*/
- public CloudRouter updateCloudRouterByUuid(UUID routerId, List cloudRouterChangeOperation) throws ApiException {
+ public CloudRouter updateCloudRouterByUuid(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull List cloudRouterChangeOperation) throws ApiException {
ApiResponse localVarResp = updateCloudRouterByUuidWithHttpInfo(routerId, cloudRouterChangeOperation);
return localVarResp.getData();
}
@@ -3008,7 +3008,7 @@ public CloudRouter updateCloudRouterByUuid(UUID routerId, List 500 | Internal server error | - |
*/
- public ApiResponse updateCloudRouterByUuidWithHttpInfo(UUID routerId, List cloudRouterChangeOperation) throws ApiException {
+ public ApiResponse updateCloudRouterByUuidWithHttpInfo(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull List cloudRouterChangeOperation) throws ApiException {
okhttp3.Call localVarCall = updateCloudRouterByUuidValidateBeforeCall(routerId, cloudRouterChangeOperation, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -3035,7 +3035,7 @@ public ApiResponse updateCloudRouterByUuidWithHttpInfo(UUID routerI
| 500 | Internal server error | - |
*/
- public okhttp3.Call updateCloudRouterByUuidAsync(UUID routerId, List cloudRouterChangeOperation, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call updateCloudRouterByUuidAsync(@javax.annotation.Nonnull UUID routerId, @javax.annotation.Nonnull List cloudRouterChangeOperation, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = updateCloudRouterByUuidValidateBeforeCall(routerId, cloudRouterChangeOperation, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
diff --git a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/ConnectionsApi.java b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/ConnectionsApi.java
index 7ad1994b..8645da45 100644
--- a/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/ConnectionsApi.java
+++ b/services/fabricv4/src/main/java/com/equinix/sdk/fabricv4/api/ConnectionsApi.java
@@ -99,7 +99,7 @@ public void setCustomBaseUrl(String customBaseUrl) {
| 405 | Method not allowed | - |
*/
- public okhttp3.Call createConnectionCall(ConnectionPostRequest connectionPostRequest, Boolean dryRun, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call createConnectionCall(@javax.annotation.Nonnull ConnectionPostRequest connectionPostRequest, @javax.annotation.Nullable Boolean dryRun, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -149,7 +149,7 @@ public okhttp3.Call createConnectionCall(ConnectionPostRequest connectionPostReq
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call createConnectionValidateBeforeCall(ConnectionPostRequest connectionPostRequest, Boolean dryRun, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call createConnectionValidateBeforeCall(@javax.annotation.Nonnull ConnectionPostRequest connectionPostRequest, @javax.annotation.Nullable Boolean dryRun, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'connectionPostRequest' is set
if (connectionPostRequest == null) {
throw new ApiException("Missing the required parameter 'connectionPostRequest' when calling createConnection(Async)");
@@ -178,7 +178,7 @@ private okhttp3.Call createConnectionValidateBeforeCall(ConnectionPostRequest co
| 405 | Method not allowed | - |
*/
- public Connection createConnection(ConnectionPostRequest connectionPostRequest, Boolean dryRun) throws ApiException {
+ public Connection createConnection(@javax.annotation.Nonnull ConnectionPostRequest connectionPostRequest, @javax.annotation.Nullable Boolean dryRun) throws ApiException {
ApiResponse localVarResp = createConnectionWithHttpInfo(connectionPostRequest, dryRun);
return localVarResp.getData();
}
@@ -202,7 +202,7 @@ public Connection createConnection(ConnectionPostRequest connectionPostRequest,
| 405 | Method not allowed | - |
*/
- public ApiResponse createConnectionWithHttpInfo(ConnectionPostRequest connectionPostRequest, Boolean dryRun) throws ApiException {
+ public ApiResponse createConnectionWithHttpInfo(@javax.annotation.Nonnull ConnectionPostRequest connectionPostRequest, @javax.annotation.Nullable Boolean dryRun) throws ApiException {
okhttp3.Call localVarCall = createConnectionValidateBeforeCall(connectionPostRequest, dryRun, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -228,7 +228,7 @@ public ApiResponse createConnectionWithHttpInfo(ConnectionPostReques
| 405 | Method not allowed | - |
*/
- public okhttp3.Call createConnectionAsync(ConnectionPostRequest connectionPostRequest, Boolean dryRun, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call createConnectionAsync(@javax.annotation.Nonnull ConnectionPostRequest connectionPostRequest, @javax.annotation.Nullable Boolean dryRun, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = createConnectionValidateBeforeCall(connectionPostRequest, dryRun, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -253,7 +253,7 @@ public okhttp3.Call createConnectionAsync(ConnectionPostRequest connectionPostRe
| 404 | Not Found | - |
*/
- public okhttp3.Call createConnectionActionCall(String connectionId, ConnectionActionRequest connectionActionRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call createConnectionActionCall(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionActionRequest connectionActionRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -300,7 +300,7 @@ public okhttp3.Call createConnectionActionCall(String connectionId, ConnectionAc
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call createConnectionActionValidateBeforeCall(String connectionId, ConnectionActionRequest connectionActionRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call createConnectionActionValidateBeforeCall(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionActionRequest connectionActionRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'connectionId' is set
if (connectionId == null) {
throw new ApiException("Missing the required parameter 'connectionId' when calling createConnectionAction(Async)");
@@ -333,7 +333,7 @@ private okhttp3.Call createConnectionActionValidateBeforeCall(String connectionI
| 404 | Not Found | - |
*/
- public ConnectionAction createConnectionAction(String connectionId, ConnectionActionRequest connectionActionRequest) throws ApiException {
+ public ConnectionAction createConnectionAction(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionActionRequest connectionActionRequest) throws ApiException {
ApiResponse localVarResp = createConnectionActionWithHttpInfo(connectionId, connectionActionRequest);
return localVarResp.getData();
}
@@ -356,7 +356,7 @@ public ConnectionAction createConnectionAction(String connectionId, ConnectionAc
| 404 | Not Found | - |
*/
- public ApiResponse createConnectionActionWithHttpInfo(String connectionId, ConnectionActionRequest connectionActionRequest) throws ApiException {
+ public ApiResponse createConnectionActionWithHttpInfo(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionActionRequest connectionActionRequest) throws ApiException {
okhttp3.Call localVarCall = createConnectionActionValidateBeforeCall(connectionId, connectionActionRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -381,7 +381,7 @@ public ApiResponse createConnectionActionWithHttpInfo(String c
| 404 | Not Found | - |
*/
- public okhttp3.Call createConnectionActionAsync(String connectionId, ConnectionActionRequest connectionActionRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call createConnectionActionAsync(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull ConnectionActionRequest connectionActionRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = createConnectionActionValidateBeforeCall(connectionId, connectionActionRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -406,7 +406,7 @@ public okhttp3.Call createConnectionActionAsync(String connectionId, ConnectionA
| 405 | Method not allowed | - |
*/
- public okhttp3.Call deleteConnectionByUuidCall(String connectionId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call deleteConnectionByUuidCall(@javax.annotation.Nonnull String connectionId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -452,7 +452,7 @@ public okhttp3.Call deleteConnectionByUuidCall(String connectionId, final ApiCal
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call deleteConnectionByUuidValidateBeforeCall(String connectionId, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call deleteConnectionByUuidValidateBeforeCall(@javax.annotation.Nonnull String connectionId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'connectionId' is set
if (connectionId == null) {
throw new ApiException("Missing the required parameter 'connectionId' when calling deleteConnectionByUuid(Async)");
@@ -480,7 +480,7 @@ private okhttp3.Call deleteConnectionByUuidValidateBeforeCall(String connectionI
| 405 | Method not allowed | - |
*/
- public Connection deleteConnectionByUuid(String connectionId) throws ApiException {
+ public Connection deleteConnectionByUuid(@javax.annotation.Nonnull String connectionId) throws ApiException {
ApiResponse localVarResp = deleteConnectionByUuidWithHttpInfo(connectionId);
return localVarResp.getData();
}
@@ -503,7 +503,7 @@ public Connection deleteConnectionByUuid(String connectionId) throws ApiExceptio
| 405 | Method not allowed | - |
*/
- public ApiResponse deleteConnectionByUuidWithHttpInfo(String connectionId) throws ApiException {
+ public ApiResponse deleteConnectionByUuidWithHttpInfo(@javax.annotation.Nonnull String connectionId) throws ApiException {
okhttp3.Call localVarCall = deleteConnectionByUuidValidateBeforeCall(connectionId, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -528,7 +528,7 @@ public ApiResponse deleteConnectionByUuidWithHttpInfo(String connect
| 405 | Method not allowed | - |
*/
- public okhttp3.Call deleteConnectionByUuidAsync(String connectionId, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call deleteConnectionByUuidAsync(@javax.annotation.Nonnull String connectionId, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = deleteConnectionByUuidValidateBeforeCall(connectionId, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -552,7 +552,7 @@ public okhttp3.Call deleteConnectionByUuidAsync(String connectionId, final ApiCa
| 404 | Not Found | - |
*/
- public okhttp3.Call getConnectionByUuidCall(String connectionId, ConnectionDirection direction, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getConnectionByUuidCall(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nullable ConnectionDirection direction, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -602,7 +602,7 @@ public okhttp3.Call getConnectionByUuidCall(String connectionId, ConnectionDirec
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getConnectionByUuidValidateBeforeCall(String connectionId, ConnectionDirection direction, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getConnectionByUuidValidateBeforeCall(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nullable ConnectionDirection direction, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'connectionId' is set
if (connectionId == null) {
throw new ApiException("Missing the required parameter 'connectionId' when calling getConnectionByUuid(Async)");
@@ -629,7 +629,7 @@ private okhttp3.Call getConnectionByUuidValidateBeforeCall(String connectionId,
| 404 | Not Found | - |
*/
- public Connection getConnectionByUuid(String connectionId, ConnectionDirection direction) throws ApiException {
+ public Connection getConnectionByUuid(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nullable ConnectionDirection direction) throws ApiException {
ApiResponse localVarResp = getConnectionByUuidWithHttpInfo(connectionId, direction);
return localVarResp.getData();
}
@@ -651,7 +651,7 @@ public Connection getConnectionByUuid(String connectionId, ConnectionDirection d
| 404 | Not Found | - |
*/
- public ApiResponse getConnectionByUuidWithHttpInfo(String connectionId, ConnectionDirection direction) throws ApiException {
+ public ApiResponse getConnectionByUuidWithHttpInfo(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nullable ConnectionDirection direction) throws ApiException {
okhttp3.Call localVarCall = getConnectionByUuidValidateBeforeCall(connectionId, direction, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -675,7 +675,7 @@ public ApiResponse getConnectionByUuidWithHttpInfo(String connection
| 404 | Not Found | - |
*/
- public okhttp3.Call getConnectionByUuidAsync(String connectionId, ConnectionDirection direction, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getConnectionByUuidAsync(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nullable ConnectionDirection direction, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = getConnectionByUuidValidateBeforeCall(connectionId, direction, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -699,7 +699,7 @@ public okhttp3.Call getConnectionByUuidAsync(String connectionId, ConnectionDire
| 404 | Not Found | - |
*/
- public okhttp3.Call searchConnectionsCall(SearchRequest searchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchConnectionsCall(@javax.annotation.Nonnull SearchRequest searchRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -745,7 +745,7 @@ public okhttp3.Call searchConnectionsCall(SearchRequest searchRequest, final Api
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call searchConnectionsValidateBeforeCall(SearchRequest searchRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call searchConnectionsValidateBeforeCall(@javax.annotation.Nonnull SearchRequest searchRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'searchRequest' is set
if (searchRequest == null) {
throw new ApiException("Missing the required parameter 'searchRequest' when calling searchConnections(Async)");
@@ -772,7 +772,7 @@ private okhttp3.Call searchConnectionsValidateBeforeCall(SearchRequest searchReq
| 404 | Not Found | - |
*/
- public ConnectionSearchResponse searchConnections(SearchRequest searchRequest) throws ApiException {
+ public ConnectionSearchResponse searchConnections(@javax.annotation.Nonnull SearchRequest searchRequest) throws ApiException {
ApiResponse localVarResp = searchConnectionsWithHttpInfo(searchRequest);
return localVarResp.getData();
}
@@ -794,7 +794,7 @@ public ConnectionSearchResponse searchConnections(SearchRequest searchRequest) t
| 404 | Not Found | - |
*/
- public ApiResponse searchConnectionsWithHttpInfo(SearchRequest searchRequest) throws ApiException {
+ public ApiResponse searchConnectionsWithHttpInfo(@javax.annotation.Nonnull SearchRequest searchRequest) throws ApiException {
okhttp3.Call localVarCall = searchConnectionsValidateBeforeCall(searchRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -818,7 +818,7 @@ public ApiResponse searchConnectionsWithHttpInfo(Searc
| 404 | Not Found | - |
*/
- public okhttp3.Call searchConnectionsAsync(SearchRequest searchRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call searchConnectionsAsync(@javax.annotation.Nonnull SearchRequest searchRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = searchConnectionsValidateBeforeCall(searchRequest, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -845,7 +845,7 @@ public okhttp3.Call searchConnectionsAsync(SearchRequest searchRequest, final Ap
| 404 | Not Found | - |
*/
- public okhttp3.Call updateConnectionByUuidCall(String connectionId, List connectionChangeOperation, Boolean dryRun, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call updateConnectionByUuidCall(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull List connectionChangeOperation, @javax.annotation.Nullable Boolean dryRun, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -896,7 +896,7 @@ public okhttp3.Call updateConnectionByUuidCall(String connectionId, List connectionChangeOperation, Boolean dryRun, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call updateConnectionByUuidValidateBeforeCall(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull List connectionChangeOperation, @javax.annotation.Nullable Boolean dryRun, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'connectionId' is set
if (connectionId == null) {
throw new ApiException("Missing the required parameter 'connectionId' when calling updateConnectionByUuid(Async)");
@@ -931,7 +931,7 @@ private okhttp3.Call updateConnectionByUuidValidateBeforeCall(String connectionI
| 404 | Not Found | - |
*/
- public Connection updateConnectionByUuid(String connectionId, List connectionChangeOperation, Boolean dryRun) throws ApiException {
+ public Connection updateConnectionByUuid(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull List connectionChangeOperation, @javax.annotation.Nullable Boolean dryRun) throws ApiException {
ApiResponse localVarResp = updateConnectionByUuidWithHttpInfo(connectionId, connectionChangeOperation, dryRun);
return localVarResp.getData();
}
@@ -956,7 +956,7 @@ public Connection updateConnectionByUuid(String connectionId, List 404 | Not Found | - |
*/
- public ApiResponse updateConnectionByUuidWithHttpInfo(String connectionId, List connectionChangeOperation, Boolean dryRun) throws ApiException {
+ public ApiResponse updateConnectionByUuidWithHttpInfo(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull List connectionChangeOperation, @javax.annotation.Nullable Boolean dryRun) throws ApiException {
okhttp3.Call localVarCall = updateConnectionByUuidValidateBeforeCall(connectionId, connectionChangeOperation, dryRun, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -983,7 +983,7 @@ public ApiResponse updateConnectionByUuidWithHttpInfo(String connect
| 404 | Not Found | - |
*/
- public okhttp3.Call updateConnectionByUuidAsync(String connectionId, List connectionChangeOperation, Boolean dryRun, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call updateConnectionByUuidAsync(@javax.annotation.Nonnull String connectionId, @javax.annotation.Nonnull List connectionChangeOperation, @javax.annotation.Nullable Boolean dryRun, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = updateConnectionByUuidValidateBeforeCall(connectionId, connectionChangeOperation, dryRun, _callback);
Type localVarReturnType = new TypeToken(){}.getType();
@@ -1004,7 +1004,7 @@ public okhttp3.Call updateConnectionByUuidAsync(String connectionId, List 400 | Bad request | - |
*/
- public okhttp3.Call validateConnectionsCall(ValidateRequest validateRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call validateConnectionsCall(@javax.annotation.Nonnull ValidateRequest validateRequest, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -1050,7 +1050,7 @@ public okhttp3.Call validateConnectionsCall(ValidateRequest validateRequest, fin
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call validateConnectionsValidateBeforeCall(ValidateRequest validateRequest, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call validateConnectionsValidateBeforeCall(@javax.annotation.Nonnull ValidateRequest validateRequest, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'validateRequest' is set
if (validateRequest == null) {
throw new ApiException("Missing the required parameter 'validateRequest' when calling validateConnections(Async)");
@@ -1074,7 +1074,7 @@ private okhttp3.Call validateConnectionsValidateBeforeCall(ValidateRequest valid
| 400 | Bad request | - |
*/
- public ConnectionResponse validateConnections(ValidateRequest validateRequest) throws ApiException {
+ public ConnectionResponse validateConnections(@javax.annotation.Nonnull ValidateRequest validateRequest) throws ApiException {
ApiResponse localVarResp = validateConnectionsWithHttpInfo(validateRequest);
return localVarResp.getData();
}
@@ -1093,7 +1093,7 @@ public ConnectionResponse validateConnections(ValidateRequest validateRequest) t
| 400 | Bad request | - |
*/
- public ApiResponse validateConnectionsWithHttpInfo(ValidateRequest validateRequest) throws ApiException {
+ public ApiResponse validateConnectionsWithHttpInfo(@javax.annotation.Nonnull ValidateRequest validateRequest) throws ApiException {
okhttp3.Call localVarCall = validateConnectionsValidateBeforeCall(validateRequest, null);
Type localVarReturnType = new TypeToken(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
@@ -1114,7 +1114,7 @@ public ApiResponse validateConnectionsWithHttpInfo(ValidateR
| 400 | Bad request | - |
*/
- public okhttp3.Call validateConnectionsAsync(ValidateRequest validateRequest, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call validateConnectionsAsync(@javax.annotation.Nonnull ValidateRequest validateRequest, final ApiCallback _callback) throws ApiException {
okhttp3.Call localVarCall = validateConnectionsValidateBeforeCall(validateRequest, _callback);
Type localVarReturnType = new TypeToken