Package com.increase.api.services.async
Class InboundMailItemServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.InboundMailItemServiceAsync.WithRawResponse
public final class InboundMailItemServiceAsyncImpl.WithRawResponseImpl implements InboundMailItemServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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.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.-
-
Method Detail
-
retrieve
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.
-
list
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.
-
-
-
-