Class PassthroughClient
- java.lang.Object
-
- com.merge.api.resources.ats.passthrough.PassthroughClient
-
public class PassthroughClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description PassthroughClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteResponsecreate(DataPassthroughRequest request)Pull data from an endpoint not currently supported by Merge.RemoteResponsecreate(DataPassthroughRequest request, RequestOptions requestOptions)Pull data from an endpoint not currently supported by Merge.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
PassthroughClient
public PassthroughClient(ClientOptions clientOptions)
-
-
Method Detail
-
create
public RemoteResponse create(DataPassthroughRequest request)
Pull data from an endpoint not currently supported by Merge.
-
create
public RemoteResponse create(DataPassthroughRequest request, RequestOptions requestOptions)
Pull data from an endpoint not currently supported by Merge.
-
-