diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION
index 4bc5d618..758bb9c8 100644
--- a/.openapi-generator/VERSION
+++ b/.openapi-generator/VERSION
@@ -1 +1 @@
-7.9.0
+7.10.0
diff --git a/README.md b/README.md
index f417e672..7f29d440 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Bandwidth
- API version: 1.0.0
- - Generator version: 7.9.0
+ - Generator version: 7.10.0
Bandwidth's Communication APIs
diff --git a/build.gradle b/build.gradle
index bd34defb..4873c2ba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -114,7 +114,7 @@ dependencies {
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.12.0'
+ implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.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/build.sbt b/build.sbt
index 56dc9700..374d4ba7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -13,7 +13,7 @@ lazy val root = (project in file(".")).
"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.12.0",
+ "org.apache.commons" % "commons-lang3" % "3.17.0",
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
diff --git a/custom_templates/api.mustache b/custom_templates/api.mustache
deleted file mode 100644
index da2d1c2c..00000000
--- a/custom_templates/api.mustache
+++ /dev/null
@@ -1,597 +0,0 @@
-{{>licenseInfo}}
-
-package {{package}};
-
-import {{invokerPackage}}.ApiCallback;
-import {{invokerPackage}}.ApiClient;
-import {{invokerPackage}}.ApiException;
-{{#dynamicOperations}}
-import {{invokerPackage}}.ApiOperation;
-{{/dynamicOperations}}
-import {{invokerPackage}}.ApiResponse;
-import {{invokerPackage}}.Configuration;
-import {{invokerPackage}}.Pair;
-import {{invokerPackage}}.ProgressRequestBody;
-import {{invokerPackage}}.ProgressResponseBody;
-{{#performBeanValidation}}
-import {{invokerPackage}}.BeanValidationException;
-{{/performBeanValidation}}
-
-import com.google.gson.reflect.TypeToken;
-{{#dynamicOperations}}
-import io.swagger.v3.oas.models.Operation;
-import io.swagger.v3.oas.models.parameters.Parameter;
-{{/dynamicOperations}}
-
-import java.io.IOException;
-
-{{#useBeanValidation}}
-import {{javaxPackage}}.validation.constraints.*;
-import {{javaxPackage}}.validation.Valid;
-{{/useBeanValidation}}
-{{#performBeanValidation}}
-import {{javaxPackage}}.validation.ConstraintViolation;
-import {{javaxPackage}}.validation.Validation;
-import {{javaxPackage}}.validation.ValidatorFactory;
-import {{javaxPackage}}.validation.executable.ExecutableValidator;
-import java.util.Set;
-import java.lang.reflect.Method;
-import java.lang.reflect.Type;
-{{/performBeanValidation}}
-
-{{#imports}}import {{import}};
-{{/imports}}
-
-import java.lang.reflect.Type;
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-{{#supportStreaming}}
-import java.io.InputStream;
-{{/supportStreaming}}
-
-{{#operations}}
-public class {{classname}} {
- private ApiClient localVarApiClient;
- private int localHostIndex;
- private String localCustomBaseUrl;
-
- public {{classname}}() {
- this(Configuration.getDefaultApiClient());
- }
-
- public {{classname}}(ApiClient apiClient) {
- this.localVarApiClient = apiClient;
- }
-
- public ApiClient getApiClient() {
- return localVarApiClient;
- }
-
- public void setApiClient(ApiClient apiClient) {
- this.localVarApiClient = apiClient;
- }
-
- public int getHostIndex() {
- return localHostIndex;
- }
-
- public void setHostIndex(int hostIndex) {
- this.localHostIndex = hostIndex;
- }
-
- public String getCustomBaseUrl() {
- return localCustomBaseUrl;
- }
-
- public void setCustomBaseUrl(String customBaseUrl) {
- this.localCustomBaseUrl = customBaseUrl;
- }
-
- {{#operation}}
- {{^vendorExtensions.x-group-parameters}}/**
- * Build call for {{operationId}}{{#allParams}}
- * @param {{paramName}} {{description}}{{#required}} (required){{/required}}{{^required}} (optional{{^isContainer}}{{#defaultValue}}, default to {{.}}{{/defaultValue}}{{/isContainer}}){{/required}}{{/allParams}}
- * @param _callback Callback for upload/download progress
- * @return Call to execute
- * @throws ApiException If fail to serialize the request body object
- {{#responses.0}}
- * @http.response.details
-
- Status Code | Description | Response Headers |
- {{#responses}}
- {{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
- {{/responses}}
-
- {{/responses.0}}
- {{#isDeprecated}}
- * @deprecated
- {{/isDeprecated}}
- {{#externalDocs}}
- * {{description}}
- * @see {{summary}} Documentation
- {{/externalDocs}}
- */
- {{#isDeprecated}}
- @Deprecated
- {{/isDeprecated}}
- public{{/vendorExtensions.x-group-parameters}}{{#vendorExtensions.x-group-parameters}}private{{/vendorExtensions.x-group-parameters}} okhttp3.Call {{operationId}}Call({{#allParams}}{{{dataType}}} {{paramName}}, {{/allParams}}final ApiCallback _callback) throws ApiException {
- String basePath = null;
- // Operation Servers
- String[] localBasePaths = new String[] { {{#servers}}"{{{url}}}"{{^-last}}, {{/-last}}{{/servers}} };
-
- // Determine Base Path to Use
- if (localCustomBaseUrl != null){
- basePath = localCustomBaseUrl;
- } else if ( localBasePaths.length > 0 ) {
- basePath = localBasePaths[localHostIndex];
- } else {
- basePath = null;
- }
-
- Object localVarPostBody = {{#bodyParam}}{{paramName}}{{/bodyParam}}{{^bodyParam}}null{{/bodyParam}};
-
- // create path and map variables
- {{^dynamicOperations}}
- String localVarPath = "{{{path}}}"{{#pathParams}}
- .replace("{" + "{{baseName}}" + "}", localVarApiClient.escapeString({{#collectionFormat}}localVarApiClient.collectionPathParameterToString("{{{collectionFormat}}}", {{{paramName}}}){{/collectionFormat}}{{^collectionFormat}}{{{paramName}}}.toString(){{/collectionFormat}})){{/pathParams}};
- {{/dynamicOperations}}
- {{#dynamicOperations}}
- ApiOperation apiOperation = localVarApiClient.getOperationLookupMap().get("{{{operationId}}}");
- if (apiOperation == null) {
- throw new ApiException("Operation not found in OAS");
- }
- Operation operation = apiOperation.getOperation();
- String localVarPath = apiOperation.getPath();
- Map paramMap = new HashMap<>();
- {{#allParams}}
- {{^isFormParam}}
- {{^isBodyParam}}
- paramMap.put("{{baseName}}", {{paramName}});
- {{/isBodyParam}}
- {{/isFormParam}}
- {{/allParams}}
- {{/dynamicOperations}}
-
- List localVarQueryParams = new ArrayList();
- List localVarCollectionQueryParams = new ArrayList();
- Map localVarHeaderParams = new HashMap();
- Map localVarCookieParams = new HashMap();
- Map localVarFormParams = new HashMap();
-
- {{#formParams}}
- if ({{paramName}} != null) {
- localVarFormParams.put("{{baseName}}", {{paramName}});
- }
-
- {{/formParams}}
- {{^dynamicOperations}}
- {{#queryParams}}
- if ({{paramName}} != null) {
- {{#isFreeFormObject}}localVarQueryParams.addAll(localVarApiClient.freeFormParameterToPairs({{paramName}}));{{/isFreeFormObject}}{{^isFreeFormObject}}{{#collectionFormat}}localVarCollectionQueryParams.addAll(localVarApiClient.parameterToPairs("{{{.}}}", {{/collectionFormat}}{{^collectionFormat}}localVarQueryParams.addAll(localVarApiClient.parameterToPair({{/collectionFormat}}"{{baseName}}", {{paramName}}));{{/isFreeFormObject}}
- }
-
- {{/queryParams}}
- {{#constantParams}}
- {{#isQueryParam}}
- // Set client side default value of Query Param "{{baseName}}".
- localVarCollectionQueryParams.add(new Pair("{{baseName}}", {{#_enum}}"{{{.}}}"{{/_enum}}));
-
- {{/isQueryParam}}
- {{/constantParams}}
- {{#constantParams}}
- {{#isHeaderParam}}
- // Set client side default value of Header Param "{{baseName}}".
- localVarHeaderParams.put("{{baseName}}", {{#_enum}}"{{{.}}}"{{/_enum}});
-
- {{/isHeaderParam}}
- {{/constantParams}}
- {{#cookieParams}}
- if ({{paramName}} != null) {
- localVarCookieParams.put("{{baseName}}", localVarApiClient.parameterToString({{paramName}}));
- }
-
- {{/cookieParams}}
- {{#constantParams}}
- {{#isCookieParam}}
- // Set client side default value of Cookie Param "{{baseName}}".
- localVarCookieParams.put("{{baseName}}", {{#_enum}}"{{{.}}}"{{/_enum}});
-
- {{/isCookieParam}}
- {{/constantParams}}
- {{/dynamicOperations}}
- {{#dynamicOperations}}
- localVarPath = localVarApiClient.fillParametersFromOperation(operation, paramMap, localVarPath, localVarQueryParams, localVarCollectionQueryParams, localVarHeaderParams, localVarCookieParams);
-
- {{/dynamicOperations}}
- final String[] localVarAccepts = {
- {{#produces}}
- "{{{mediaType}}}"{{^-last}},{{/-last}}
- {{/produces}}
- };
- final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
- if (localVarAccept != null) {
- localVarHeaderParams.put("Accept", localVarAccept);
- }
-
- final String[] localVarContentTypes = {
- {{#consumes}}
- "{{{mediaType}}}"{{^-last}},{{/-last}}
- {{/consumes}}
- };
- final String localVarContentType = localVarApiClient.selectHeaderContentType(localVarContentTypes);
- if (localVarContentType != null) {
- localVarHeaderParams.put("Content-Type", localVarContentType);
- }
- {{#headerParams}}
-
- if ({{paramName}} != null) {
- localVarHeaderParams.put("{{baseName}}", localVarApiClient.parameterToString({{paramName}}));
- }
-
- {{/headerParams}}
-
- String[] localVarAuthNames = new String[] { {{#withAWSV4Signature}}"AWS4Auth"{{/withAWSV4Signature}}{{#authMethods}}{{#-first}}{{#withAWSV4Signature}}, {{/withAWSV4Signature}}{{/-first}}"{{name}}"{{^-last}}, {{/-last}}{{/authMethods}} };
- return localVarApiClient.buildCall(basePath, localVarPath, {{^dynamicOperations}}"{{httpMethod}}"{{/dynamicOperations}}{{#dynamicOperations}}apiOperation.getMethod(){{/dynamicOperations}}, localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarCookieParams, localVarFormParams, localVarAuthNames, _callback);
- }
-
- {{#isDeprecated}}
- @Deprecated
- {{/isDeprecated}}
- @SuppressWarnings("rawtypes")
- private okhttp3.Call {{operationId}}ValidateBeforeCall({{#allParams}}{{{dataType}}} {{paramName}}, {{/allParams}}final ApiCallback _callback) throws ApiException {
- {{^performBeanValidation}}
- {{#allParams}}
- {{#required}}
- // verify the required parameter '{{paramName}}' is set
- if ({{paramName}} == null) {
- throw new ApiException("Missing the required parameter '{{paramName}}' when calling {{operationId}}(Async)");
- }
-
- {{/required}}
- {{/allParams}}
- return {{operationId}}Call({{#allParams}}{{paramName}}, {{/allParams}}_callback);
-
- {{/performBeanValidation}}
- {{#performBeanValidation}}
- try {
- ValidatorFactory factory = Validation.buildDefaultValidatorFactory();
- ExecutableValidator executableValidator = factory.getValidator().forExecutables();
-
- Object[] parameterValues = { {{#allParams}}{{paramName}}{{^-last}}, {{/-last}}{{/allParams}} };
- Method method = this.getClass().getMethod("{{operationId}}WithHttpInfo"{{#allParams}}, {{#isArray}}java.util.List{{/isArray}}{{#isMap}}java.util.Map{{/isMap}}{{^isArray}}{{^isMap}}{{{dataType}}}{{/isMap}}{{/isArray}}.class{{/allParams}});
- Set> violations = executableValidator.validateParameters(this, method,
- parameterValues);
-
- if (violations.size() == 0) {
- return {{operationId}}Call({{#allParams}}{{paramName}}, {{/allParams}}_callback);
- } else {
- throw new BeanValidationException((Set) violations);
- }
- } catch (NoSuchMethodException e) {
- e.printStackTrace();
- throw new ApiException(e.getMessage());
- } catch (SecurityException e) {
- e.printStackTrace();
- throw new ApiException(e.getMessage());
- }
- {{/performBeanValidation}}
- }
-
- {{^vendorExtensions.x-group-parameters}}
- /**
- * {{summary}}
- * {{notes}}{{#allParams}}
- * @param {{paramName}} {{description}}{{#required}} (required){{/required}}{{^required}} (optional{{^isContainer}}{{#defaultValue}}, default to {{.}}{{/defaultValue}}{{/isContainer}}){{/required}}{{/allParams}}{{#returnType}}
- * @return {{.}}{{/returnType}}
- * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
- {{#responses.0}}
- * @http.response.details
-
- Status Code | Description | Response Headers |
- {{#responses}}
- {{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
- {{/responses}}
-
- {{/responses.0}}
- {{#isDeprecated}}
- * @deprecated
- {{/isDeprecated}}
- {{#externalDocs}}
- * {{description}}
- * @see {{summary}} Documentation
- {{/externalDocs}}
- */
- {{#isDeprecated}}
- @Deprecated
- {{/isDeprecated}}
- {{#vendorExtensions.x-streaming}}
- public {{#returnType}}InputStream {{/returnType}}{{^returnType}}void {{/returnType}}{{operationId}}({{#allParams}}{{{dataType}}} {{paramName}}{{^-last}}, {{/-last}}{{/allParams}}) throws ApiException {
- {{#returnType}}InputStream localVarResp = {{/returnType}}{{operationId}}WithHttpInfo({{#allParams}}{{paramName}}{{^-last}}, {{/-last}}{{/allParams}});{{#returnType}}
- return localVarResp;{{/returnType}}
- }
- {{/vendorExtensions.x-streaming}}
- {{^vendorExtensions.x-streaming}}
- public {{#returnType}}{{{.}}} {{/returnType}}{{^returnType}}void {{/returnType}}{{operationId}}({{#allParams}}{{{dataType}}} {{paramName}}{{^-last}}, {{/-last}}{{/allParams}}) throws ApiException {
- {{#returnType}}ApiResponse<{{{.}}}> localVarResp = {{/returnType}}{{operationId}}WithHttpInfo({{#allParams}}{{paramName}}{{^-last}}, {{/-last}}{{/allParams}});{{#returnType}}
- return localVarResp.getData();{{/returnType}}
- }
- {{/vendorExtensions.x-streaming}}
- {{/vendorExtensions.x-group-parameters}}
-
- {{^vendorExtensions.x-group-parameters}}/**
- * {{summary}}
- * {{notes}}{{#allParams}}
- * @param {{paramName}} {{description}}{{#required}} (required){{/required}}{{^required}} (optional{{^isContainer}}{{#defaultValue}}, default to {{.}}{{/defaultValue}}{{/isContainer}}){{/required}}{{/allParams}}
- * @return ApiResponse<{{returnType}}{{^returnType}}Void{{/returnType}}>
- * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
- {{#responses.0}}
- * @http.response.details
-
- Status Code | Description | Response Headers |
- {{#responses}}
- {{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
- {{/responses}}
-
- {{/responses.0}}
- {{#isDeprecated}}
- * @deprecated
- {{/isDeprecated}}
- {{#externalDocs}}
- * {{description}}
- * @see {{summary}} Documentation
- {{/externalDocs}}
- */
- {{#isDeprecated}}
- @Deprecated
- {{/isDeprecated}}
- public{{/vendorExtensions.x-group-parameters}}{{#vendorExtensions.x-group-parameters}}private{{/vendorExtensions.x-group-parameters}}{{#vendorExtensions.x-streaming}} InputStream {{operationId}}WithHttpInfo({{#allParams}}{{#useBeanValidation}}{{>beanValidationQueryParams}}{{/useBeanValidation}}{{{dataType}}} {{paramName}}{{^-last}}, {{/-last}}{{/allParams}}) throws ApiException {
- okhttp3.Call localVarCall = {{operationId}}ValidateBeforeCall({{#allParams}}{{paramName}}, {{/allParams}}null);
- {{#returnType}}
- {{#errorObjectType}}
- try {
- Type localVarReturnType = new TypeToken<{{{returnType}}}>(){}.getType();
- return localVarApiClient.executeStream(localVarCall, localVarReturnType);
- } catch (ApiException e) {
- e.setErrorObject(localVarApiClient.getJSON().getGson().fromJson(e.getResponseBody(), new TypeToken<{{{errorObjectType}}}>(){}.getType()));
- throw e;
- }
- {{/errorObjectType}}
- {{^errorObjectType}}
- Type localVarReturnType = new TypeToken<{{{returnType}}}>(){}.getType();
- return localVarApiClient.executeStream(localVarCall, localVarReturnType);
- {{/errorObjectType}}
- {{/returnType}}
- }
- {{/vendorExtensions.x-streaming}}{{^vendorExtensions.x-streaming}} ApiResponse<{{#returnType}}{{{returnType}}}{{/returnType}}{{^returnType}}Void{{/returnType}}> {{operationId}}WithHttpInfo({{#allParams}}{{#useBeanValidation}}{{>beanValidationQueryParams}}{{/useBeanValidation}}{{{dataType}}} {{paramName}}{{^-last}}, {{/-last}}{{/allParams}}) throws ApiException {
- okhttp3.Call localVarCall = {{operationId}}ValidateBeforeCall({{#allParams}}{{paramName}}, {{/allParams}}null);
- {{^returnType}}
- return localVarApiClient.execute(localVarCall);
- {{/returnType}}
- {{#returnType}}
- {{#errorObjectType}}
- try {
- Type localVarReturnType = new TypeToken<{{{returnType}}}>(){}.getType();
- return localVarApiClient.execute(localVarCall, localVarReturnType);
- } catch (ApiException e) {
- e.setErrorObject(localVarApiClient.getJSON().getGson().fromJson(e.getResponseBody(), new TypeToken<{{{errorObjectType}}}>(){}.getType()));
- throw e;
- }
- {{/errorObjectType}}
- {{^errorObjectType}}
- Type localVarReturnType = new TypeToken<{{{returnType}}}>(){}.getType();
- return localVarApiClient.execute(localVarCall, localVarReturnType);
- {{/errorObjectType}}
- {{/returnType}}
- }
- {{/vendorExtensions.x-streaming}}
-
- {{^vendorExtensions.x-group-parameters}}/**
- * {{summary}} (asynchronously)
- * {{notes}}{{#allParams}}
- * @param {{paramName}} {{description}}{{#required}} (required){{/required}}{{^required}} (optional{{^isContainer}}{{#defaultValue}}, default to {{.}}{{/defaultValue}}{{/isContainer}}){{/required}}{{/allParams}}
- * @param _callback The callback to be executed when the API call finishes
- * @return The request call
- * @throws ApiException If fail to process the API call, e.g. serializing the request body object
- {{#responses.0}}
- * @http.response.details
-
- Status Code | Description | Response Headers |
- {{#responses}}
- {{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
- {{/responses}}
-
- {{/responses.0}}
- {{#isDeprecated}}
- * @deprecated
- {{/isDeprecated}}
- {{#externalDocs}}
- * {{description}}
- * @see {{summary}} Documentation
- {{/externalDocs}}
- */
- {{#isDeprecated}}
- @Deprecated
- {{/isDeprecated}}
- public{{/vendorExtensions.x-group-parameters}}{{#vendorExtensions.x-group-parameters}}private{{/vendorExtensions.x-group-parameters}} okhttp3.Call {{operationId}}Async({{#allParams}}{{{dataType}}} {{paramName}}, {{/allParams}}final ApiCallback<{{{returnType}}}{{^returnType}}Void{{/returnType}}> _callback) throws ApiException {
-
- okhttp3.Call localVarCall = {{operationId}}ValidateBeforeCall({{#allParams}}{{paramName}}, {{/allParams}}_callback);
- {{#returnType}}Type localVarReturnType = new TypeToken<{{{returnType}}}>(){}.getType();
- localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);{{/returnType}}{{^returnType}}localVarApiClient.executeAsync(localVarCall, _callback);{{/returnType}}
- return localVarCall;
- }
- {{#vendorExtensions.x-group-parameters}}
-
- public class API{{operationId}}Request {
- {{#requiredParams}}
- private final {{{dataType}}} {{paramName}};
- {{/requiredParams}}
- {{#optionalParams}}
- private {{{dataType}}} {{paramName}};
- {{/optionalParams}}
-
- private API{{operationId}}Request({{#requiredParams}}{{{dataType}}} {{paramName}}{{^-last}}, {{/-last}}{{/requiredParams}}) {
- {{#requiredParams}}
- this.{{paramName}} = {{paramName}};
- {{/requiredParams}}
- }
-
- {{#optionalParams}}
- /**
- * Set {{paramName}}
- * @param {{paramName}} {{description}} (optional{{^isContainer}}{{#defaultValue}}, default to {{.}}{{/defaultValue}}{{/isContainer}})
- * @return API{{operationId}}Request
- */
- public API{{operationId}}Request {{paramName}}({{{dataType}}} {{paramName}}) {
- this.{{paramName}} = {{paramName}};
- return this;
- }
-
- {{/optionalParams}}
- /**
- * Build call for {{operationId}}
- * @param _callback ApiCallback API callback
- * @return Call to execute
- * @throws ApiException If fail to serialize the request body object
- {{#responses.0}}
- * @http.response.details
-
- Status Code | Description | Response Headers |
- {{#responses}}
- {{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
- {{/responses}}
-
- {{/responses.0}}
- {{#isDeprecated}}
- * @deprecated
- {{/isDeprecated}}
- */
- {{#isDeprecated}}
- @Deprecated
- {{/isDeprecated}}
- public okhttp3.Call buildCall(final ApiCallback _callback) throws ApiException {
- return {{operationId}}Call({{#allParams}}{{paramName}}, {{/allParams}}_callback);
- }
-
- /**
- * Execute {{operationId}} request{{#returnType}}
- * @return {{.}}{{/returnType}}
- * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
- {{#responses.0}}
- * @http.response.details
-
- Status Code | Description | Response Headers |
- {{#responses}}
- {{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
- {{/responses}}
-
- {{/responses.0}}
- {{#isDeprecated}}
- * @deprecated
- {{/isDeprecated}}
- */
- {{#isDeprecated}}
- @Deprecated
- {{/isDeprecated}}
- {{^vendorExtensions.x-streaming}}
- public {{{returnType}}}{{^returnType}}void{{/returnType}} execute() throws ApiException {
- {{#returnType}}ApiResponse<{{{.}}}> localVarResp = {{/returnType}}{{operationId}}WithHttpInfo({{#allParams}}{{paramName}}{{^-last}}, {{/-last}}{{/allParams}});{{#returnType}}
- return localVarResp.getData();{{/returnType}}
- }
- {{/vendorExtensions.x-streaming}}
- {{#vendorExtensions.x-streaming}}
- public InputStream execute() throws ApiException {
- return {{operationId}}WithHttpInfo({{#allParams}}{{paramName}}{{^-last}}, {{/-last}}{{/allParams}});
- }
- {{/vendorExtensions.x-streaming}}
-
- /**
- * Execute {{operationId}} request with HTTP info returned
- * @return ApiResponse<{{returnType}}{{^returnType}}Void{{/returnType}}>
- * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
- {{#responses.0}}
- * @http.response.details
-
- Status Code | Description | Response Headers |
- {{#responses}}
- {{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
- {{/responses}}
-
- {{/responses.0}}
- {{#isDeprecated}}
- * @deprecated
- {{/isDeprecated}}
- */
- {{#isDeprecated}}
- @Deprecated
- {{/isDeprecated}}
- {{^vendorExtensions.x-streaming}}
- public ApiResponse<{{{returnType}}}{{^returnType}}Void{{/returnType}}> executeWithHttpInfo() throws ApiException {
- return {{operationId}}WithHttpInfo({{#allParams}}{{paramName}}{{^-last}}, {{/-last}}{{/allParams}});
- }
- {{/vendorExtensions.x-streaming}}
- {{#vendorExtensions.x-streaming}}
- public InputStream executeWithHttpInfo() throws ApiException {
- return {{operationId}}WithHttpInfo({{#allParams}}{{paramName}}{{^-last}}, {{/-last}}{{/allParams}});
- }
- {{/vendorExtensions.x-streaming}}
-
- /**
- * Execute {{operationId}} request (asynchronously)
- * @param _callback The callback to be executed when the API call finishes
- * @return The request call
- * @throws ApiException If fail to process the API call, e.g. serializing the request body object
- {{#responses.0}}
- * @http.response.details
-
- Status Code | Description | Response Headers |
- {{#responses}}
- {{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
- {{/responses}}
-
- {{/responses.0}}
- {{#isDeprecated}}
- * @deprecated
- {{/isDeprecated}}
- */
- {{#isDeprecated}}
- @Deprecated
- {{/isDeprecated}}
- public okhttp3.Call executeAsync(final ApiCallback<{{{returnType}}}{{^returnType}}Void{{/returnType}}> _callback) throws ApiException {
- return {{operationId}}Async({{#allParams}}{{paramName}}, {{/allParams}}_callback);
- }
- }
-
- /**
- * {{summary}}
- * {{notes}}{{#requiredParams}}
- * @param {{paramName}} {{description}} (required){{/requiredParams}}
- * @return API{{operationId}}Request
- {{#responses.0}}
- * @http.response.details
-
- Status Code | Description | Response Headers |
- {{#responses}}
- {{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
- {{/responses}}
-
- {{/responses.0}}
- {{#isDeprecated}}
- * @deprecated
- {{/isDeprecated}}
- {{#externalDocs}}
- * {{description}}
- * @see {{summary}} Documentation
- {{/externalDocs}}
- */
- {{#isDeprecated}}
- @Deprecated
- {{/isDeprecated}}
- public API{{operationId}}Request {{operationId}}({{#requiredParams}}{{{dataType}}} {{paramName}}{{^-last}}, {{/-last}}{{/requiredParams}}) {
- return new API{{operationId}}Request({{#requiredParams}}{{paramName}}{{^-last}}, {{/-last}}{{/requiredParams}});
- }
- {{/vendorExtensions.x-group-parameters}}
- {{/operation}}
-}
-{{/operations}}
diff --git a/openapitools.json b/openapitools.json
index f80faaa6..f8d07ce1 100644
--- a/openapitools.json
+++ b/openapitools.json
@@ -2,6 +2,6 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
- "version": "7.9.0"
+ "version": "7.10.0"
}
}
diff --git a/src/main/java/com/bandwidth/sdk/ApiClient.java b/src/main/java/com/bandwidth/sdk/ApiClient.java
index c8ac2feb..2fcd6ffb 100644
--- a/src/main/java/com/bandwidth/sdk/ApiClient.java
+++ b/src/main/java/com/bandwidth/sdk/ApiClient.java
@@ -735,7 +735,7 @@ public List parameterToPairs(String collectionFormat, String name, Collect
return params;
}
- /**
+ /**
* Formats the specified free-form query parameters to a list of {@code Pair} objects.
*
* @param value The free-form query parameters.
@@ -749,6 +749,7 @@ public List freeFormParameterToPairs(Object value) {
return params;
}
+ @SuppressWarnings("unchecked")
final Map valuesMap = (Map) value;
for (Map.Entry entry : valuesMap.entrySet()) {
diff --git a/src/main/java/com/bandwidth/sdk/ApiException.java b/src/main/java/com/bandwidth/sdk/ApiException.java
index bbd45785..1bb97746 100644
--- a/src/main/java/com/bandwidth/sdk/ApiException.java
+++ b/src/main/java/com/bandwidth/sdk/ApiException.java
@@ -21,7 +21,7 @@
* ApiException class.
*/
@SuppressWarnings("serial")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.10.0")
public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
diff --git a/src/main/java/com/bandwidth/sdk/Configuration.java b/src/main/java/com/bandwidth/sdk/Configuration.java
index 5aa614dc..c84c9cef 100644
--- a/src/main/java/com/bandwidth/sdk/Configuration.java
+++ b/src/main/java/com/bandwidth/sdk/Configuration.java
@@ -13,7 +13,7 @@
package com.bandwidth.sdk;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.10.0")
public class Configuration {
public static final String VERSION = "1.0.0-dev";
diff --git a/src/main/java/com/bandwidth/sdk/Pair.java b/src/main/java/com/bandwidth/sdk/Pair.java
index 161813c1..a04697ce 100644
--- a/src/main/java/com/bandwidth/sdk/Pair.java
+++ b/src/main/java/com/bandwidth/sdk/Pair.java
@@ -13,7 +13,7 @@
package com.bandwidth.sdk;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.10.0")
public class Pair {
private String name = "";
private String value = "";
diff --git a/src/main/java/com/bandwidth/sdk/ServerConfiguration.java b/src/main/java/com/bandwidth/sdk/ServerConfiguration.java
index 756f34a3..c74fbd03 100644
--- a/src/main/java/com/bandwidth/sdk/ServerConfiguration.java
+++ b/src/main/java/com/bandwidth/sdk/ServerConfiguration.java
@@ -18,7 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.10.0")
public class ServerConfiguration {
public String URL;
public String description;
diff --git a/src/main/java/com/bandwidth/sdk/ServerVariable.java b/src/main/java/com/bandwidth/sdk/ServerVariable.java
index 9786d338..beaab482 100644
--- a/src/main/java/com/bandwidth/sdk/ServerVariable.java
+++ b/src/main/java/com/bandwidth/sdk/ServerVariable.java
@@ -18,7 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.10.0")
public class ServerVariable {
public String description;
public String defaultValue;
diff --git a/src/main/java/com/bandwidth/sdk/StringUtil.java b/src/main/java/com/bandwidth/sdk/StringUtil.java
index 6169441b..6ef9eb8c 100644
--- a/src/main/java/com/bandwidth/sdk/StringUtil.java
+++ b/src/main/java/com/bandwidth/sdk/StringUtil.java
@@ -16,7 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.10.0")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
diff --git a/src/main/java/com/bandwidth/sdk/api/CallsApi.java b/src/main/java/com/bandwidth/sdk/api/CallsApi.java
index 0310cdf7..c80844d8 100644
--- a/src/main/java/com/bandwidth/sdk/api/CallsApi.java
+++ b/src/main/java/com/bandwidth/sdk/api/CallsApi.java
@@ -84,7 +84,8 @@ public void setCustomBaseUrl(String customBaseUrl) {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
201 | Created | * Location - The URL for further interactions with this call |
400 | Bad Request | - |
@@ -167,7 +168,8 @@ private okhttp3.Call createCallValidateBeforeCall(String accountId, CreateCall c
* @return CreateCallResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
201 | Created | * Location - The URL for further interactions with this call |
400 | Bad Request | - |
@@ -193,7 +195,8 @@ public CreateCallResponse createCall(String accountId, CreateCall createCall) th
* @return ApiResponse<CreateCallResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
201 | Created | * Location - The URL for further interactions with this call |
400 | Bad Request | - |
@@ -221,7 +224,8 @@ public ApiResponse createCallWithHttpInfo(String accountId,
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
201 | Created | * Location - The URL for further interactions with this call |
400 | Bad Request | - |
@@ -249,7 +253,8 @@ public okhttp3.Call createCallAsync(String accountId, CreateCall createCall, fin
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -332,7 +337,8 @@ private okhttp3.Call getCallStateValidateBeforeCall(String accountId, String cal
* @return CallState
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -358,7 +364,8 @@ public CallState getCallState(String accountId, String callId) throws ApiExcepti
* @return ApiResponse<CallState>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -386,7 +393,8 @@ public ApiResponse getCallStateWithHttpInfo(String accountId, String
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -420,7 +428,8 @@ public okhttp3.Call getCallStateAsync(String accountId, String callId, final Api
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -531,7 +540,8 @@ private okhttp3.Call listCallsValidateBeforeCall(String accountId, String to, St
* @return List<CallState>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -563,7 +573,8 @@ public List listCalls(String accountId, String to, String from, Strin
* @return ApiResponse<List<CallState>>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -597,7 +608,8 @@ public ApiResponse> listCallsWithHttpInfo(String accountId, Stri
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -626,7 +638,8 @@ public okhttp3.Call listCallsAsync(String accountId, String to, String from, Str
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -716,7 +729,8 @@ private okhttp3.Call updateCallValidateBeforeCall(String accountId, String callI
* @param updateCall JSON object containing information to redirect an existing call to a new BXML document (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -743,7 +757,8 @@ public void updateCall(String accountId, String callId, UpdateCall updateCall) t
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -772,7 +787,8 @@ public ApiResponse updateCallWithHttpInfo(String accountId, String callId,
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -801,7 +817,8 @@ public okhttp3.Call updateCallAsync(String accountId, String callId, UpdateCall
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Call BXML was successfully replaced. | - |
400 | Bad Request | - |
@@ -891,7 +908,8 @@ private okhttp3.Call updateCallBxmlValidateBeforeCall(String accountId, String c
* @param body (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Call BXML was successfully replaced. | - |
400 | Bad Request | - |
@@ -918,7 +936,8 @@ public void updateCallBxml(String accountId, String callId, String body) throws
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Call BXML was successfully replaced. | - |
400 | Bad Request | - |
@@ -947,7 +966,8 @@ public ApiResponse updateCallBxmlWithHttpInfo(String accountId, String cal
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Call BXML was successfully replaced. | - |
400 | Bad Request | - |
diff --git a/src/main/java/com/bandwidth/sdk/api/ConferencesApi.java b/src/main/java/com/bandwidth/sdk/api/ConferencesApi.java
index 650e00e5..aaf24a61 100644
--- a/src/main/java/com/bandwidth/sdk/api/ConferencesApi.java
+++ b/src/main/java/com/bandwidth/sdk/api/ConferencesApi.java
@@ -87,7 +87,8 @@ public void setCustomBaseUrl(String customBaseUrl) {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -179,7 +180,8 @@ private okhttp3.Call downloadConferenceRecordingValidateBeforeCall(String accoun
* @return File
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -206,7 +208,8 @@ public File downloadConferenceRecording(String accountId, String conferenceId, S
* @return ApiResponse<File>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -235,7 +238,8 @@ public ApiResponse downloadConferenceRecordingWithHttpInfo(String accountI
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -263,7 +267,8 @@ public okhttp3.Call downloadConferenceRecordingAsync(String accountId, String co
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -346,7 +351,8 @@ private okhttp3.Call getConferenceValidateBeforeCall(String accountId, String co
* @return Conference
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -372,7 +378,8 @@ public Conference getConference(String accountId, String conferenceId) throws Ap
* @return ApiResponse<Conference>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -400,7 +407,8 @@ public ApiResponse getConferenceWithHttpInfo(String accountId, Strin
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -429,7 +437,8 @@ public okhttp3.Call getConferenceAsync(String accountId, String conferenceId, fi
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -519,7 +528,8 @@ private okhttp3.Call getConferenceMemberValidateBeforeCall(String accountId, Str
* @return ConferenceMember
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -546,7 +556,8 @@ public ConferenceMember getConferenceMember(String accountId, String conferenceI
* @return ApiResponse<ConferenceMember>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -575,7 +586,8 @@ public ApiResponse getConferenceMemberWithHttpInfo(String acco
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -604,7 +616,8 @@ public okhttp3.Call getConferenceMemberAsync(String accountId, String conference
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -694,7 +707,8 @@ private okhttp3.Call getConferenceRecordingValidateBeforeCall(String accountId,
* @return ConferenceRecordingMetadata
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -721,7 +735,8 @@ public ConferenceRecordingMetadata getConferenceRecording(String accountId, Stri
* @return ApiResponse<ConferenceRecordingMetadata>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -750,7 +765,8 @@ public ApiResponse getConferenceRecordingWithHttpIn
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -778,7 +794,8 @@ public okhttp3.Call getConferenceRecordingAsync(String accountId, String confere
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -861,7 +878,8 @@ private okhttp3.Call listConferenceRecordingsValidateBeforeCall(String accountId
* @return List<ConferenceRecordingMetadata>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -887,7 +905,8 @@ public List listConferenceRecordings(String account
* @return ApiResponse<List<ConferenceRecordingMetadata>>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -915,7 +934,8 @@ public ApiResponse> listConferenceRecordingsWi
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -947,7 +967,8 @@ public okhttp3.Call listConferenceRecordingsAsync(String accountId, String confe
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -1048,7 +1069,8 @@ private okhttp3.Call listConferencesValidateBeforeCall(String accountId, String
* @return List<Conference>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -1078,7 +1100,8 @@ public List listConferences(String accountId, String name, String mi
* @return ApiResponse<List<Conference>>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -1110,7 +1133,8 @@ public ApiResponse> listConferencesWithHttpInfo(String accountI
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -1139,7 +1163,8 @@ public okhttp3.Call listConferencesAsync(String accountId, String name, String m
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference was successfully modified. | - |
400 | Bad Request | - |
@@ -1228,7 +1253,8 @@ private okhttp3.Call updateConferenceValidateBeforeCall(String accountId, String
* @param updateConference (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference was successfully modified. | - |
400 | Bad Request | - |
@@ -1254,7 +1280,8 @@ public void updateConference(String accountId, String conferenceId, UpdateConfer
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference was successfully modified. | - |
400 | Bad Request | - |
@@ -1282,7 +1309,8 @@ public ApiResponse updateConferenceWithHttpInfo(String accountId, String c
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference was successfully modified. | - |
400 | Bad Request | - |
@@ -1310,7 +1338,8 @@ public okhttp3.Call updateConferenceAsync(String accountId, String conferenceId,
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference successfully modified. | - |
400 | Bad Request | - |
@@ -1399,7 +1428,8 @@ private okhttp3.Call updateConferenceBxmlValidateBeforeCall(String accountId, St
* @param body (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference successfully modified. | - |
400 | Bad Request | - |
@@ -1425,7 +1455,8 @@ public void updateConferenceBxml(String accountId, String conferenceId, String b
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference successfully modified. | - |
400 | Bad Request | - |
@@ -1453,7 +1484,8 @@ public ApiResponse updateConferenceBxmlWithHttpInfo(String accountId, Stri
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference successfully modified. | - |
400 | Bad Request | - |
@@ -1482,7 +1514,8 @@ public okhttp3.Call updateConferenceBxmlAsync(String accountId, String conferenc
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference member was successfully modified. | - |
400 | Bad Request | - |
@@ -1578,7 +1611,8 @@ private okhttp3.Call updateConferenceMemberValidateBeforeCall(String accountId,
* @param updateConferenceMember (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference member was successfully modified. | - |
400 | Bad Request | - |
@@ -1605,7 +1639,8 @@ public void updateConferenceMember(String accountId, String conferenceId, String
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference member was successfully modified. | - |
400 | Bad Request | - |
@@ -1634,7 +1669,8 @@ public ApiResponse updateConferenceMemberWithHttpInfo(String accountId, St
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Conference member was successfully modified. | - |
400 | Bad Request | - |
diff --git a/src/main/java/com/bandwidth/sdk/api/MediaApi.java b/src/main/java/com/bandwidth/sdk/api/MediaApi.java
index 6612638a..82f67b12 100644
--- a/src/main/java/com/bandwidth/sdk/api/MediaApi.java
+++ b/src/main/java/com/bandwidth/sdk/api/MediaApi.java
@@ -82,7 +82,8 @@ public void setCustomBaseUrl(String customBaseUrl) {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | No Content | - |
400 | Bad Request | - |
@@ -164,7 +165,8 @@ private okhttp3.Call deleteMediaValidateBeforeCall(String accountId, String medi
* @param mediaId Media ID to retrieve. (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | No Content | - |
400 | Bad Request | - |
@@ -189,7 +191,8 @@ public void deleteMedia(String accountId, String mediaId) throws ApiException {
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | No Content | - |
400 | Bad Request | - |
@@ -216,7 +219,8 @@ public ApiResponse deleteMediaWithHttpInfo(String accountId, String mediaI
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | No Content | - |
400 | Bad Request | - |
@@ -243,7 +247,8 @@ public okhttp3.Call deleteMediaAsync(String accountId, String mediaId, final Api
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -327,7 +332,8 @@ private okhttp3.Call getMediaValidateBeforeCall(String accountId, String mediaId
* @return File
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -353,7 +359,8 @@ public File getMedia(String accountId, String mediaId) throws ApiException {
* @return ApiResponse<File>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -381,7 +388,8 @@ public ApiResponse getMediaWithHttpInfo(String accountId, String mediaId)
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -409,7 +417,8 @@ public okhttp3.Call getMediaAsync(String accountId, String mediaId, final ApiCal
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | * Continuation-Token - Continuation token used to retrieve subsequent media. |
400 | Bad Request | - |
@@ -491,7 +500,8 @@ private okhttp3.Call listMediaValidateBeforeCall(String accountId, String contin
* @return List<Media>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | * Continuation-Token - Continuation token used to retrieve subsequent media. |
400 | Bad Request | - |
@@ -517,7 +527,8 @@ public List listMedia(String accountId, String continuationToken) throws
* @return ApiResponse<List<Media>>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | * Continuation-Token - Continuation token used to retrieve subsequent media. |
400 | Bad Request | - |
@@ -545,7 +556,8 @@ public ApiResponse> listMediaWithHttpInfo(String accountId, String c
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | * Continuation-Token - Continuation token used to retrieve subsequent media. |
400 | Bad Request | - |
@@ -576,7 +588,8 @@ public okhttp3.Call listMediaAsync(String accountId, String continuationToken, f
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | No Content | - |
400 | Bad Request | - |
@@ -720,7 +733,8 @@ private okhttp3.Call uploadMediaValidateBeforeCall(String accountId, String medi
* @param cacheControl General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain. (optional)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | No Content | - |
400 | Bad Request | - |
@@ -748,7 +762,8 @@ public void uploadMedia(String accountId, String mediaId, File body, String cont
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | No Content | - |
400 | Bad Request | - |
@@ -778,7 +793,8 @@ public ApiResponse uploadMediaWithHttpInfo(String accountId, String mediaI
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | No Content | - |
400 | Bad Request | - |
diff --git a/src/main/java/com/bandwidth/sdk/api/MessagesApi.java b/src/main/java/com/bandwidth/sdk/api/MessagesApi.java
index cf9c9914..bd4db0c3 100644
--- a/src/main/java/com/bandwidth/sdk/api/MessagesApi.java
+++ b/src/main/java/com/bandwidth/sdk/api/MessagesApi.java
@@ -87,7 +87,8 @@ public void setCustomBaseUrl(String customBaseUrl) {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
202 | Accepted | - |
400 | Bad Request | - |
@@ -170,7 +171,8 @@ private okhttp3.Call createMessageValidateBeforeCall(String accountId, MessageRe
* @return Message
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
202 | Accepted | - |
400 | Bad Request | - |
@@ -196,7 +198,8 @@ public Message createMessage(String accountId, MessageRequest messageRequest) th
* @return ApiResponse<Message>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
202 | Accepted | - |
400 | Bad Request | - |
@@ -224,7 +227,8 @@ public ApiResponse createMessageWithHttpInfo(String accountId, MessageR
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
202 | Accepted | - |
400 | Bad Request | - |
@@ -266,7 +270,8 @@ public okhttp3.Call createMessageAsync(String accountId, MessageRequest messageR
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -416,7 +421,8 @@ private okhttp3.Call listMessagesValidateBeforeCall(String accountId, String mes
* @return MessagesList
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -455,7 +461,8 @@ public MessagesList listMessages(String accountId, String messageId, String sour
* @return ApiResponse<MessagesList>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -496,7 +503,8 @@ public ApiResponse listMessagesWithHttpInfo(String accountId, Stri
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
diff --git a/src/main/java/com/bandwidth/sdk/api/MfaApi.java b/src/main/java/com/bandwidth/sdk/api/MfaApi.java
index 20a0b22f..d13c9a70 100644
--- a/src/main/java/com/bandwidth/sdk/api/MfaApi.java
+++ b/src/main/java/com/bandwidth/sdk/api/MfaApi.java
@@ -87,7 +87,8 @@ public void setCustomBaseUrl(String customBaseUrl) {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -166,7 +167,8 @@ private okhttp3.Call generateMessagingCodeValidateBeforeCall(String accountId, C
* @return MessagingCodeResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -188,7 +190,8 @@ public MessagingCodeResponse generateMessagingCode(String accountId, CodeRequest
* @return ApiResponse<MessagingCodeResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -212,7 +215,8 @@ public ApiResponse generateMessagingCodeWithHttpInfo(Stri
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -236,7 +240,8 @@ public okhttp3.Call generateMessagingCodeAsync(String accountId, CodeRequest cod
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -315,7 +320,8 @@ private okhttp3.Call generateVoiceCodeValidateBeforeCall(String accountId, CodeR
* @return VoiceCodeResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -337,7 +343,8 @@ public VoiceCodeResponse generateVoiceCode(String accountId, CodeRequest codeReq
* @return ApiResponse<VoiceCodeResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -361,7 +368,8 @@ public ApiResponse generateVoiceCodeWithHttpInfo(String accou
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -385,7 +393,8 @@ public okhttp3.Call generateVoiceCodeAsync(String accountId, CodeRequest codeReq
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -465,7 +474,8 @@ private okhttp3.Call verifyCodeValidateBeforeCall(String accountId, VerifyCodeRe
* @return VerifyCodeResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -488,7 +498,8 @@ public VerifyCodeResponse verifyCode(String accountId, VerifyCodeRequest verifyC
* @return ApiResponse<VerifyCodeResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -513,7 +524,8 @@ public ApiResponse verifyCodeWithHttpInfo(String accountId,
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
diff --git a/src/main/java/com/bandwidth/sdk/api/PhoneNumberLookupApi.java b/src/main/java/com/bandwidth/sdk/api/PhoneNumberLookupApi.java
index 36eec73b..11ff5ab2 100644
--- a/src/main/java/com/bandwidth/sdk/api/PhoneNumberLookupApi.java
+++ b/src/main/java/com/bandwidth/sdk/api/PhoneNumberLookupApi.java
@@ -83,7 +83,8 @@ public void setCustomBaseUrl(String customBaseUrl) {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
202 | Accepted | - |
400 | Bad Request | - |
@@ -164,7 +165,8 @@ private okhttp3.Call createLookupValidateBeforeCall(String accountId, LookupRequ
* @return CreateLookupResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
202 | Accepted | - |
400 | Bad Request | - |
@@ -188,7 +190,8 @@ public CreateLookupResponse createLookup(String accountId, LookupRequest lookupR
* @return ApiResponse<CreateLookupResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
202 | Accepted | - |
400 | Bad Request | - |
@@ -214,7 +217,8 @@ public ApiResponse createLookupWithHttpInfo(String account
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
202 | Accepted | - |
400 | Bad Request | - |
@@ -240,7 +244,8 @@ public okhttp3.Call createLookupAsync(String accountId, LookupRequest lookupRequ
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -321,7 +326,8 @@ private okhttp3.Call getLookupStatusValidateBeforeCall(String accountId, String
* @return LookupStatus
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -345,7 +351,8 @@ public LookupStatus getLookupStatus(String accountId, String requestId) throws A
* @return ApiResponse<LookupStatus>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
@@ -371,7 +378,8 @@ public ApiResponse getLookupStatusWithHttpInfo(String accountId, S
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | OK | - |
400 | Bad Request | - |
diff --git a/src/main/java/com/bandwidth/sdk/api/RecordingsApi.java b/src/main/java/com/bandwidth/sdk/api/RecordingsApi.java
index 07b69c33..e4700c63 100644
--- a/src/main/java/com/bandwidth/sdk/api/RecordingsApi.java
+++ b/src/main/java/com/bandwidth/sdk/api/RecordingsApi.java
@@ -86,7 +86,8 @@ public void setCustomBaseUrl(String customBaseUrl) {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Recording was deleted. | - |
400 | Bad Request | - |
@@ -175,7 +176,8 @@ private okhttp3.Call deleteRecordingValidateBeforeCall(String accountId, String
* @param recordingId Programmable Voice API Recording ID. (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
204 | Recording was deleted. | - |
400 | Bad Request | - |
@@ -201,7 +203,8 @@ public void deleteRecording(String accountId, String callId, String recordingId)
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
|