类 FileOperateClient
- java.lang.Object
-
- com.dss.sdk.api.base.BaseApi
-
- com.dss.sdk.api.client.FileOperateClient
-
public class FileOperateClient extends BaseApi
- 作者:
- Fadada
-
-
字段概要
-
从类继承的字段 com.dss.sdk.api.base.BaseApi
clientService
-
-
构造器概要
构造器 构造器 说明 FileOperateClient(DssClientService clientService)
-
方法概要
-
-
-
构造器详细资料
-
FileOperateClient
public FileOperateClient(DssClientService clientService)
-
-
方法详细资料
-
addWidgetsAndFill
public DssResponse<FileGetFileInfoResponse> addWidgetsAndFill(FileFormRequest formRequest) throws ApiException
- 抛出:
ApiException
-
addText
public DssResponse<FileGetFileInfoResponse> addText(FileFormRequest formRequest) throws ApiException
- 抛出:
ApiException
-
addRadio
public DssResponse<FileGetFileInfoResponse> addRadio(FileFormRequest formRequest) throws ApiException
- 抛出:
ApiException
-
addCheckbox
public DssResponse<FileGetFileInfoResponse> addCheckbox(FileFormRequest formRequest) throws ApiException
- 抛出:
ApiException
-
addTable
public DssResponse<FileGetFileInfoResponse> addTable(FileFormRequest formRequest) throws ApiException
- 抛出:
ApiException
-
addData
public DssResponse<FileGetFileInfoResponse> addData(FileFormRequest formRequest) throws ApiException
- 抛出:
ApiException
-
addImage
public DssResponse<FileGetFileInfoResponse> addImage(FileFormRequest formRequest) throws ApiException
- 抛出:
ApiException
-
addSign
public DssResponse<FileGetFileInfoResponse> addSign(FileFormRequest formRequest) throws ApiException
- 抛出:
ApiException
-
searchKeyword
public DssResponse<SearchKeywordResponse> searchKeyword(SearchKeywordRequest keywordRequest) throws ApiException
- 抛出:
ApiException
-
addWatermark
public DssResponse<FileGetFileInfoResponse> addWatermark(AddWatermarkRequest watermarkRequest) throws ApiException
- 抛出:
ApiException
-
mergeFile
public DssResponse<FileGetFileInfoResponse> mergeFile(MergeFileRequest mergeRequest) throws ApiException
- 抛出:
ApiException
-
appendOfd
public DssResponse<FileGetFileInfoResponse> appendOfd(AppendOfdRequest appendOfdRequest) throws ApiException
- 抛出:
ApiException
-
fileFormUrl
public DssResponse<FileFormUrlResponse> fileFormUrl(FileFormUrlRequest formUrlRequest) throws ApiException
- 抛出:
ApiException
-
fileFormWidget
public DssResponse<FileFormWidgetResponse> fileFormWidget(FileFormWidgetRequest fileWidgetRequest) throws ApiException
- 抛出:
ApiException
-
fileFormResult
public DssResponse<FileFormResultResponse> fileFormResult(FileFormResultRequest formResultRequest) throws ApiException
- 抛出:
ApiException
-
-