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 abstract CompletableFuture<HttpResponseFor<InboundMailItem>>retrieve(InboundMailItemRetrieveParams params, RequestOptions requestOptions)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)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<InboundMailItemListPageAsync>>list(InboundMailItemListParams params, RequestOptions requestOptions)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)Returns a raw HTTP response for get /inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.list.abstract CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>>list()Returns a raw HTTP response for get /inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.list.CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.list.-
-
Method Detail
-
retrieve
abstract CompletableFuture<HttpResponseFor<InboundMailItem>> retrieve(InboundMailItemRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_mail_items/{inbound_mail_item_id}, but is otherwise the same as InboundMailItemServiceAsync.retrieve.
-
retrieve
abstract 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.
-
list
abstract CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>> list(InboundMailItemListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>> list(InboundMailItemListParams params)
Returns a raw HTTP response for
get /inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>> list()
Returns a raw HTTP response for
get /inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<InboundMailItemListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_mail_items, but is otherwise the same as InboundMailItemServiceAsync.list.
-
-
-
-