public class Client
extends com.aliyun.teaopenapi.Client
_ca, _cert, _connectTimeout, _credential, _disableHttp2, _endpoint, _endpointMap, _endpointRule, _endpointType, _globalParameters, _headers, _httpProxy, _httpsProxy, _key, _maxIdleConns, _method, _network, _noProxy, _openPlatformEndpoint, _productId, _protocol, _readTimeout, _regionId, _signatureAlgorithm, _signatureVersion, _socks5NetWork, _socks5Proxy, _spi, _suffix, _tlsMinVersion, _userAgent| 构造器和说明 |
|---|
Client(com.aliyun.teaopenapi.models.Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateFieldResponse |
createField(String baseId,
String sheetIdOrName,
CreateFieldRequest request)
summary :
新增数据表字段
|
CreateFieldResponse |
createFieldWithOptions(String baseId,
String sheetIdOrName,
CreateFieldRequest request,
CreateFieldHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
新增数据表字段
|
CreateSheetResponse |
createSheet(String baseId,
CreateSheetRequest request)
summary :
创建数据表
|
CreateSheetResponse |
createSheetWithOptions(String baseId,
CreateSheetRequest request,
CreateSheetHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
创建数据表
|
DeleteFieldResponse |
deleteField(String baseId,
String sheetIdOrName,
String fieldIdOrName)
summary :
删除数据表字段
|
DeleteFieldResponse |
deleteFieldWithOptions(String baseId,
String sheetIdOrName,
String fieldIdOrName,
DeleteFieldHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
删除数据表字段
|
DeleteRecordsResponse |
deleteRecords(String baseId,
String sheetIdOrName,
DeleteRecordsRequest request)
summary :
删除数据表多行记录
|
DeleteRecordsResponse |
deleteRecordsWithOptions(String baseId,
String sheetIdOrName,
DeleteRecordsRequest request,
DeleteRecordsHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
删除数据表多行记录
|
DeleteSheetResponse |
deleteSheet(String baseId,
String sheetIdOrName)
summary :
删除数据表
|
DeleteSheetResponse |
deleteSheetWithOptions(String baseId,
String sheetIdOrName,
DeleteSheetHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
删除数据表
|
GetAllFieldsResponse |
getAllFields(String baseId,
String sheetIdOrName)
summary :
获取所有字段
|
GetAllFieldsResponse |
getAllFieldsWithOptions(String baseId,
String sheetIdOrName,
GetAllFieldsHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
获取所有字段
|
GetAllSheetsResponse |
getAllSheets(String baseId)
summary :
获取所有数据表
|
GetAllSheetsResponse |
getAllSheetsWithOptions(String baseId,
GetAllSheetsHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
获取所有数据表
|
GetRecordResponse |
getRecord(String baseId,
String sheetIdOrName,
String recordId)
summary :
获取记录
|
GetRecordsResponse |
getRecords(String baseId,
String sheetIdOrName,
GetRecordsRequest request)
summary :
获取多行记录
|
GetRecordsResponse |
getRecordsWithOptions(String baseId,
String sheetIdOrName,
GetRecordsRequest request,
GetRecordsHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
获取多行记录
|
GetRecordResponse |
getRecordWithOptions(String baseId,
String sheetIdOrName,
String recordId,
GetRecordHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
获取记录
|
GetSheetResponse |
getSheet(String baseId,
String sheetIdOrName)
summary :
获取数据表
|
GetSheetResponse |
getSheetWithOptions(String baseId,
String sheetIdOrName,
GetSheetHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
获取数据表
|
InsertRecordsResponse |
insertRecords(String baseId,
String sheetIdOrName,
InsertRecordsRequest request)
summary :
新增记录
|
InsertRecordsResponse |
insertRecordsWithOptions(String baseId,
String sheetIdOrName,
InsertRecordsRequest request,
InsertRecordsHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
新增记录
|
UpdateFieldResponse |
updateField(String baseId,
String sheetIdOrName,
String fieldIdOrName,
UpdateFieldRequest request)
summary :
更新数据表字段
|
UpdateFieldResponse |
updateFieldWithOptions(String baseId,
String sheetIdOrName,
String fieldIdOrName,
UpdateFieldRequest request,
UpdateFieldHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
更新数据表字段
|
UpdateRecordsResponse |
updateRecords(String baseId,
String sheetIdOrName,
UpdateRecordsRequest request)
summary :
更新数据表多行记录
|
UpdateRecordsResponse |
updateRecordsWithOptions(String baseId,
String sheetIdOrName,
UpdateRecordsRequest request,
UpdateRecordsHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
更新数据表多行记录
|
UpdateSheetResponse |
updateSheet(String baseId,
String sheetIdOrName,
UpdateSheetRequest request)
summary :
更新数据表
|
UpdateSheetResponse |
updateSheetWithOptions(String baseId,
String sheetIdOrName,
UpdateSheetRequest request,
UpdateSheetHeaders headers,
com.aliyun.teautil.models.RuntimeOptions runtime)
summary :
更新数据表
|
addRequestInterceptor, addResponseInterceptor, addRuntimeOptionsInterceptor, callApi, checkConfig, defaultAny, doRequest, doROARequest, doROARequestWithForm, doRPCRequest, execute, getAccessKeyId, getAccessKeySecret, getBearerToken, getRpcHeaders, getSecurityToken, getType, getUserAgent, setGatewayClient, setRpcHeaderspublic CreateFieldResponse createFieldWithOptions(String baseId, String sheetIdOrName, CreateFieldRequest request, CreateFieldHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
新增数据表字段
request - CreateFieldRequestheaders - CreateFieldHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic CreateFieldResponse createField(String baseId, String sheetIdOrName, CreateFieldRequest request) throws Exception
新增数据表字段
request - CreateFieldRequestExceptionpublic CreateSheetResponse createSheetWithOptions(String baseId, CreateSheetRequest request, CreateSheetHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
创建数据表
request - CreateSheetRequestheaders - CreateSheetHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic CreateSheetResponse createSheet(String baseId, CreateSheetRequest request) throws Exception
创建数据表
request - CreateSheetRequestExceptionpublic DeleteFieldResponse deleteFieldWithOptions(String baseId, String sheetIdOrName, String fieldIdOrName, DeleteFieldHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
删除数据表字段
headers - DeleteFieldHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic DeleteFieldResponse deleteField(String baseId, String sheetIdOrName, String fieldIdOrName) throws Exception
删除数据表字段
Exceptionpublic DeleteRecordsResponse deleteRecordsWithOptions(String baseId, String sheetIdOrName, DeleteRecordsRequest request, DeleteRecordsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
删除数据表多行记录
request - DeleteRecordsRequestheaders - DeleteRecordsHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic DeleteRecordsResponse deleteRecords(String baseId, String sheetIdOrName, DeleteRecordsRequest request) throws Exception
删除数据表多行记录
request - DeleteRecordsRequestExceptionpublic DeleteSheetResponse deleteSheetWithOptions(String baseId, String sheetIdOrName, DeleteSheetHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
删除数据表
headers - DeleteSheetHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic DeleteSheetResponse deleteSheet(String baseId, String sheetIdOrName) throws Exception
删除数据表
Exceptionpublic GetAllFieldsResponse getAllFieldsWithOptions(String baseId, String sheetIdOrName, GetAllFieldsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取所有字段
headers - GetAllFieldsHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetAllFieldsResponse getAllFields(String baseId, String sheetIdOrName) throws Exception
获取所有字段
Exceptionpublic GetAllSheetsResponse getAllSheetsWithOptions(String baseId, GetAllSheetsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取所有数据表
headers - GetAllSheetsHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetAllSheetsResponse getAllSheets(String baseId) throws Exception
获取所有数据表
Exceptionpublic GetRecordResponse getRecordWithOptions(String baseId, String sheetIdOrName, String recordId, GetRecordHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取记录
headers - GetRecordHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetRecordResponse getRecord(String baseId, String sheetIdOrName, String recordId) throws Exception
获取记录
Exceptionpublic GetRecordsResponse getRecordsWithOptions(String baseId, String sheetIdOrName, GetRecordsRequest request, GetRecordsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取多行记录
request - GetRecordsRequestheaders - GetRecordsHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetRecordsResponse getRecords(String baseId, String sheetIdOrName, GetRecordsRequest request) throws Exception
获取多行记录
request - GetRecordsRequestExceptionpublic GetSheetResponse getSheetWithOptions(String baseId, String sheetIdOrName, GetSheetHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取数据表
headers - GetSheetHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetSheetResponse getSheet(String baseId, String sheetIdOrName) throws Exception
获取数据表
Exceptionpublic InsertRecordsResponse insertRecordsWithOptions(String baseId, String sheetIdOrName, InsertRecordsRequest request, InsertRecordsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
新增记录
request - InsertRecordsRequestheaders - InsertRecordsHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic InsertRecordsResponse insertRecords(String baseId, String sheetIdOrName, InsertRecordsRequest request) throws Exception
新增记录
request - InsertRecordsRequestExceptionpublic UpdateFieldResponse updateFieldWithOptions(String baseId, String sheetIdOrName, String fieldIdOrName, UpdateFieldRequest request, UpdateFieldHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
更新数据表字段
request - UpdateFieldRequestheaders - UpdateFieldHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic UpdateFieldResponse updateField(String baseId, String sheetIdOrName, String fieldIdOrName, UpdateFieldRequest request) throws Exception
更新数据表字段
request - UpdateFieldRequestExceptionpublic UpdateRecordsResponse updateRecordsWithOptions(String baseId, String sheetIdOrName, UpdateRecordsRequest request, UpdateRecordsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
更新数据表多行记录
request - UpdateRecordsRequestheaders - UpdateRecordsHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic UpdateRecordsResponse updateRecords(String baseId, String sheetIdOrName, UpdateRecordsRequest request) throws Exception
更新数据表多行记录
request - UpdateRecordsRequestExceptionpublic UpdateSheetResponse updateSheetWithOptions(String baseId, String sheetIdOrName, UpdateSheetRequest request, UpdateSheetHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
更新数据表
request - UpdateSheetRequestheaders - UpdateSheetHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic UpdateSheetResponse updateSheet(String baseId, String sheetIdOrName, UpdateSheetRequest request) throws Exception
更新数据表
request - UpdateSheetRequestExceptionCopyright © 2025. All rights reserved.