Interface InboundMailItemService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundMailItemService.WithRawResponseA view of InboundMailItemService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract HttpResponseFor<InboundMailItem>create(SimulationInboundMailItemCreateParams params)Returns a raw HTTP response for post /simulations/inbound_mail_items, but is otherwise the same as InboundMailItemService.create.-
-
Method Detail
-
create
abstract 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.
-
create
abstract HttpResponseFor<InboundMailItem> create(SimulationInboundMailItemCreateParams params)
Returns a raw HTTP response for
post /simulations/inbound_mail_items, but is otherwise the same as InboundMailItemService.create.
-
-
-
-