Package com.increase.api.services.async
Class PhysicalCardServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.PhysicalCardServiceAsync.WithRawResponse
public final class PhysicalCardServiceAsyncImpl.WithRawResponseImpl implements PhysicalCardServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<PhysicalCard>>create(PhysicalCardCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /physical_cards, but is otherwise the same as PhysicalCardServiceAsync.create.CompletableFuture<HttpResponseFor<PhysicalCard>>retrieve(PhysicalCardRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /physical_cards/{physical_card_id}, but is otherwise the same as PhysicalCardServiceAsync.retrieve.CompletableFuture<HttpResponseFor<PhysicalCard>>update(PhysicalCardUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for patch /physical_cards/{physical_card_id}, but is otherwise the same as PhysicalCardServiceAsync.update.CompletableFuture<HttpResponseFor<PhysicalCardListPageAsync>>list(PhysicalCardListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /physical_cards, but is otherwise the same as PhysicalCardServiceAsync.list.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<PhysicalCard>> create(PhysicalCardCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /physical_cards, but is otherwise the same as PhysicalCardServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<PhysicalCard>> retrieve(PhysicalCardRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /physical_cards/{physical_card_id}, but is otherwise the same as PhysicalCardServiceAsync.retrieve.
-
update
CompletableFuture<HttpResponseFor<PhysicalCard>> update(PhysicalCardUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
patch /physical_cards/{physical_card_id}, but is otherwise the same as PhysicalCardServiceAsync.update.
-
list
CompletableFuture<HttpResponseFor<PhysicalCardListPageAsync>> list(PhysicalCardListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /physical_cards, but is otherwise the same as PhysicalCardServiceAsync.list.
-
-
-
-