| Package | Description |
|---|---|
| com.aquaticinformatics.aquarius.sdk.helpers | |
| com.aquaticinformatics.aquarius.sdk.samples |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipartBuilder.addContentPart(ContentPart contentPart) |
| Modifier and Type | Method and Description |
|---|---|
<TResponse> |
SdkServiceClient.postFileWithRequest(InputStream contentToUpload,
String fileName,
net.servicestack.client.IReturn<TResponse> requestDto,
String fieldName,
ArrayList<ContentPart> contentParts) |
| Modifier and Type | Method and Description |
|---|---|
<TResponse> |
SamplesClient.postFileWithRequest(File fileToUpload,
net.servicestack.client.IReturn<TResponse> requestDto,
ContentPart contentPart) |
<TResponse> |
SamplesClient.postFileWithRequest(InputStream contentToUpload,
String fileName,
net.servicestack.client.IReturn<TResponse> requestDto,
ContentPart contentPart) |
Copyright © 2022. All rights reserved.