Class InboundMailItemServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.simulations.InboundMailItemServiceAsync.WithRawResponse
public final class InboundMailItemServiceAsyncImpl.WithRawResponseImpl implements InboundMailItemServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundMailItem>>create(SimulationInboundMailItemCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.create.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<InboundMailItem>> create(SimulationInboundMailItemCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.create.
-
-
-
-