public class MultipartCollectionFetcher<TEntity,TFetcher extends OrcEntityFetcher,TOperations extends OrcOperations> extends OrcCollectionFetcher<TEntity,TFetcher,TOperations>
clazz, parent, urlComponent| Constructor and Description |
|---|
MultipartCollectionFetcher(java.lang.String urlComponent,
OrcExecutable parent,
java.lang.Class<TEntity> clazz,
java.lang.Class<TOperations> operationClazz)
Instantiates a new OrcCollectionFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<java.lang.Void> |
add(java.util.List<MultiPartElement> multiPartElements)
Add listenable future.
|
add, addHeader, addParameter, addRaw, expand, filter, getById, getOperations, oDataExecute, orderBy, read, readRaw, reset, select, setPathForCollections, skip, topaddByteArrayResultCallback, getResolver, setSelectorUrladdCustomHeader, addCustomParameter, as, getHeaders, getParameters, logpublic MultipartCollectionFetcher(java.lang.String urlComponent,
OrcExecutable parent,
java.lang.Class<TEntity> clazz,
java.lang.Class<TOperations> operationClazz)
urlComponent - the url componentparent - the parentclazz - the clazzoperationClazz - the operation clazzpublic com.google.common.util.concurrent.ListenableFuture<java.lang.Void> add(java.util.List<MultiPartElement> multiPartElements)
multiPartElements - the parts