Skip to content

Commit 189edd0

Browse files
committed
20211224 update : update sdk .
1 parent 66c994b commit 189edd0

File tree

257 files changed

+291
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+291
-262
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>aspose-cells-cloud</artifactId>
66
<packaging>jar</packaging>
77
<name>aspose-cells-cloud</name>
8-
<version>21.11</version>
8+
<version>21.12</version>
99
<url>https://github.com/aspose-cells-cloud/aspose-cells-cloud-java</url>
1010
<scm>
1111
<connection>scm:git:[email protected]:aspose-cells-cloud/aspose-cells-cloud-java</connection>

src/main/java/com/aspose/cloud/cells/api/CellsApi.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10826,7 +10826,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
1082610826
* @return Call to execute
1082710827
* @throws ApiException If fail to serialize the request body object
1082810828
*/
10829-
public com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalCall(String name, String sheetName, Integer listObjectIndex, TableTotalRequest tableTotalRequests, String folder, String storageName, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {
10829+
public com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalCall(String name, String sheetName, Integer listObjectIndex, List<TableTotalRequest> tableTotalRequests, String folder, String storageName, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {
1083010830
Object localVarPostBody = tableTotalRequests;
1083110831

1083210832
// create path and map variables
@@ -10874,7 +10874,7 @@ public com.squareup.okhttp.Response intercept(com.squareup.okhttp.Interceptor.Ch
1087410874
}
1087510875

1087610876
@SuppressWarnings("rawtypes")
10877-
private com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalValidateBeforeCall(String name, String sheetName, Integer listObjectIndex, TableTotalRequest tableTotalRequests, String folder, String storageName, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {
10877+
private com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalValidateBeforeCall(String name, String sheetName, Integer listObjectIndex, List<TableTotalRequest> tableTotalRequests, String folder, String storageName, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {
1087810878

1087910879
// verify the required parameter 'name' is set
1088010880
if (name == null) {
@@ -10913,7 +10913,7 @@ private com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalVa
1091310913
* @return CellsCloudResponse
1091410914
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1091510915
*/
10916-
public CellsCloudResponse cellsListObjectsPostWorksheetListColumnsTotal(String name, String sheetName, Integer listObjectIndex, TableTotalRequest tableTotalRequests, String folder, String storageName) throws ApiException {
10916+
public CellsCloudResponse cellsListObjectsPostWorksheetListColumnsTotal(String name, String sheetName, Integer listObjectIndex, List<TableTotalRequest> tableTotalRequests, String folder, String storageName) throws ApiException {
1091710917
ApiResponse<CellsCloudResponse> resp = cellsListObjectsPostWorksheetListColumnsTotalWithHttpInfo(name, sheetName, listObjectIndex, tableTotalRequests, folder, storageName);
1091810918
return resp.getData();
1091910919
}
@@ -10930,7 +10930,7 @@ public CellsCloudResponse cellsListObjectsPostWorksheetListColumnsTotal(String n
1093010930
* @return ApiResponse&lt;CellsCloudResponse&gt;
1093110931
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1093210932
*/
10933-
public ApiResponse<CellsCloudResponse> cellsListObjectsPostWorksheetListColumnsTotalWithHttpInfo(String name, String sheetName, Integer listObjectIndex, TableTotalRequest tableTotalRequests, String folder, String storageName) throws ApiException {
10933+
public ApiResponse<CellsCloudResponse> cellsListObjectsPostWorksheetListColumnsTotalWithHttpInfo(String name, String sheetName, Integer listObjectIndex, List<TableTotalRequest> tableTotalRequests, String folder, String storageName) throws ApiException {
1093410934
com.squareup.okhttp.Call call = cellsListObjectsPostWorksheetListColumnsTotalValidateBeforeCall(name, sheetName, listObjectIndex, tableTotalRequests, folder, storageName, null, null);
1093510935
Type localVarReturnType = new TypeToken<CellsCloudResponse>(){}.getType();
1093610936
return apiClient.execute(call, localVarReturnType);
@@ -10949,7 +10949,7 @@ public ApiResponse<CellsCloudResponse> cellsListObjectsPostWorksheetListColumnsT
1094910949
* @return The request call
1095010950
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
1095110951
*/
10952-
public com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalAsync(String name, String sheetName, Integer listObjectIndex, TableTotalRequest tableTotalRequests, String folder, String storageName, final ApiCallback<CellsCloudResponse> callback) throws ApiException {
10952+
public com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalAsync(String name, String sheetName, Integer listObjectIndex, List<TableTotalRequest> tableTotalRequests, String folder, String storageName, final ApiCallback<CellsCloudResponse> callback) throws ApiException {
1095310953

1095410954
ProgressResponseBody.ProgressListener progressListener = null;
1095510955
ProgressRequestBody.ProgressRequestListener progressRequestListener = null;

src/main/java/com/aspose/cloud/cells/model/AboveAverage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* Describe the AboveAverage conditional formatting rule. This conditional formatting rule highlights cells that are above or below the average for all values in the range.
3939
*/
4040
@ApiModel(description = "Describe the AboveAverage conditional formatting rule. This conditional formatting rule highlights cells that are above or below the average for all values in the range.")
41-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T00:44:43.052-06:00")
41+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T20:05:07.092-06:00")
4242
public class AboveAverage {
4343
@SerializedName("IsAboveAverage")
4444
private Boolean isAboveAverage = null;

src/main/java/com/aspose/cloud/cells/model/AccessTokenResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* AccessTokenResponse
3939
*/
40-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T00:44:43.052-06:00")
40+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T20:05:07.092-06:00")
4141
public class AccessTokenResponse {
4242
@SerializedName("expires")
4343
private String expires = null;

src/main/java/com/aspose/cloud/cells/model/Area.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/**
4040
* Area
4141
*/
42-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T00:44:43.052-06:00")
42+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T20:05:07.092-06:00")
4343
public class Area {
4444
@SerializedName("ForegroundColor")
4545
private Color foregroundColor = null;

src/main/java/com/aspose/cloud/cells/model/AutoFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
/**
4444
* AutoFilter
4545
*/
46-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T00:44:43.052-06:00")
46+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T20:05:07.092-06:00")
4747
public class AutoFilter {
4848
@SerializedName("link")
4949
private Link link = null;

src/main/java/com/aspose/cloud/cells/model/AutoFilterResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/**
4040
* AutoFilterResponse
4141
*/
42-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T00:44:43.052-06:00")
42+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T20:05:07.092-06:00")
4343
public class AutoFilterResponse extends CellsCloudResponse {
4444
@SerializedName("AutoFilter")
4545
private AutoFilter autoFilter = null;

src/main/java/com/aspose/cloud/cells/model/AutoFitterOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* AutoFitterOptions
3939
*/
40-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T00:44:43.052-06:00")
40+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T20:05:07.092-06:00")
4141
public class AutoFitterOptions {
4242
@SerializedName("IgnoreHidden")
4343
private Boolean ignoreHidden = null;

src/main/java/com/aspose/cloud/cells/model/AutoShape.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/**
4040
* AutoShape
4141
*/
42-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T00:44:43.052-06:00")
42+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T20:05:07.092-06:00")
4343
public class AutoShape {
4444
@SerializedName("AlternativeText")
4545
private String alternativeText = null;

src/main/java/com/aspose/cloud/cells/model/AutoShapeResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/**
4040
* AutoShapeResponse
4141
*/
42-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T00:44:43.052-06:00")
42+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-12-23T20:05:07.092-06:00")
4343
public class AutoShapeResponse extends CellsCloudResponse {
4444
@SerializedName("AutoShape")
4545
private AutoShape autoShape = null;

0 commit comments

Comments
 (0)