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