Package com.increase.api.services.async
Interface InboundMailItemServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundMailItemServiceAsync.WithRawResponseA view of InboundMailItemServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundMailItem>>retrieve(InboundMailItemRetrieveParams params)Returns a raw HTTP response for get /inbound_mail_items/{inbound_mail_item_id}, but is otherwise the same as InboundMailItemServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<InboundMailItem>>retrieve(InboundMailItemRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>>list()Returns a raw HTTP response for get /inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.list.abstract CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>>list(InboundMailItemListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>>list(InboundMailItemListParams params)CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>>list(RequestOptions requestOptions)-
-
Method Detail
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundMailItem>> retrieve(InboundMailItemRetrieveParams params)
Returns a raw HTTP response for
get /inbound_mail_items/{inbound_mail_item_id}, but is otherwise the same as InboundMailItemServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundMailItem>> retrieve(InboundMailItemRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>> list()
Returns a raw HTTP response for
get /inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>> list(InboundMailItemListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>> list(InboundMailItemListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-