Package com.increase.api.services.async
Class PhysicalCardProfileServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.PhysicalCardProfileServiceAsync.WithRawResponse
public final class PhysicalCardProfileServiceAsyncImpl.WithRawResponseImpl implements PhysicalCardProfileServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<PhysicalCardProfile>>create(PhysicalCardProfileCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PhysicalCardProfile>>retrieve(PhysicalCardProfileRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>>list(PhysicalCardProfileListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PhysicalCardProfile>>archive(PhysicalCardProfileArchiveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PhysicalCardProfile>>clone(PhysicalCardProfileCloneParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> create(PhysicalCardProfileCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(PhysicalCardProfileRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list(PhysicalCardProfileListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(PhysicalCardProfileArchiveParams params, RequestOptions requestOptions)
-
clone
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(PhysicalCardProfileCloneParams params, RequestOptions requestOptions)
-
-
-
-