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)CompletableFuture<HttpResponseFor<PhysicalCard>>retrieve(PhysicalCardRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PhysicalCard>>update(PhysicalCardUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PhysicalCardListPageAsync>>list(PhysicalCardListParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<PhysicalCard>> create(PhysicalCardCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<PhysicalCard>> retrieve(PhysicalCardRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<PhysicalCard>> update(PhysicalCardUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<PhysicalCardListPageAsync>> list(PhysicalCardListParams params, RequestOptions requestOptions)
-
-
-
-