Class AsyncPassthroughClient
- java.lang.Object
-
- com.merge.api.resources.filestorage.asyncpassthrough.AsyncPassthroughClient
-
public class AsyncPassthroughClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncPassthroughClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncPassthroughRecieptcreate(DataPassthroughRequest request)Asynchronously pull data from an endpoint not currently supported by Merge.AsyncPassthroughRecieptcreate(DataPassthroughRequest request, RequestOptions requestOptions)Asynchronously pull data from an endpoint not currently supported by Merge.AsyncPassthroughRetrieveResponseretrieve(java.lang.String asyncPassthroughReceiptId)Retrieves data from earlier async-passthrough POST requestAsyncPassthroughRetrieveResponseretrieve(java.lang.String asyncPassthroughReceiptId, RequestOptions requestOptions)Retrieves data from earlier async-passthrough POST request
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncPassthroughClient
public AsyncPassthroughClient(ClientOptions clientOptions)
-
-
Method Detail
-
create
public AsyncPassthroughReciept create(DataPassthroughRequest request)
Asynchronously pull data from an endpoint not currently supported by Merge.
-
create
public AsyncPassthroughReciept create(DataPassthroughRequest request, RequestOptions requestOptions)
Asynchronously pull data from an endpoint not currently supported by Merge.
-
retrieve
public AsyncPassthroughRetrieveResponse retrieve(java.lang.String asyncPassthroughReceiptId)
Retrieves data from earlier async-passthrough POST request
-
retrieve
public AsyncPassthroughRetrieveResponse retrieve(java.lang.String asyncPassthroughReceiptId, RequestOptions requestOptions)
Retrieves data from earlier async-passthrough POST request
-
-