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 HttpResponseFor<InboundMailItem>create(InboundMailItemCreateParams params)Returns a raw HTTP response for post /simulations/inbound_mail_items, but is otherwise the same as InboundMailItemService.create.abstract HttpResponseFor<InboundMailItem>create(InboundMailItemCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() HttpResponseFor<InboundMailItem> create(InboundMailItemCreateParams params)
Returns a raw HTTP response for
post /simulations/inbound_mail_items, but is otherwise the same as InboundMailItemService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<InboundMailItem> create(InboundMailItemCreateParams params, RequestOptions requestOptions)
-
-
-
-