public class AttachmentApi extends AbstractApi
apiHttpClient| 构造器和说明 |
|---|
AttachmentApi(ApiHttpClient apiHttpClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
Attachment |
upload(String datasheetId,
File file) |
Attachment |
upload(String datasheetId,
FormDataMap formData) |
Attachment |
upload(String datasheetId,
ResourceLoader loader) |
getDefaultHttpClient, getDefaultPerPagepublic AttachmentApi(ApiHttpClient apiHttpClient)
public Attachment upload(String datasheetId, ResourceLoader loader) throws ApiException
ApiExceptionpublic Attachment upload(String datasheetId, File file) throws ApiException
ApiExceptionpublic Attachment upload(String datasheetId, FormDataMap formData) throws ApiException
ApiExceptionCopyright © 2022 Vikadata LTD. All rights reserved.