Package com.increase.api.services.async
Class DigitalCardProfileServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.DigitalCardProfileServiceAsync.WithRawResponse
public final class DigitalCardProfileServiceAsyncImpl.WithRawResponseImpl implements DigitalCardProfileServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<DigitalCardProfile>>create(DigitalCardProfileCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.create.CompletableFuture<HttpResponseFor<DigitalCardProfile>>retrieve(DigitalCardProfileRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /digital_card_profiles/{digital_card_profile_id}, but is otherwise the same as DigitalCardProfileServiceAsync.retrieve.CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>>list(DigitalCardProfileListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.list.CompletableFuture<HttpResponseFor<DigitalCardProfile>>archive(DigitalCardProfileArchiveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /digital_card_profiles/{digital_card_profile_id}/archive, but is otherwise the same as DigitalCardProfileServiceAsync.archive.CompletableFuture<HttpResponseFor<DigitalCardProfile>>clone(DigitalCardProfileCloneParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /digital_card_profiles/{digital_card_profile_id}/clone, but is otherwise the same as DigitalCardProfileServiceAsync.clone.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<DigitalCardProfile>> create(DigitalCardProfileCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<DigitalCardProfile>> retrieve(DigitalCardProfileRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_card_profiles/{digital_card_profile_id}, but is otherwise the same as DigitalCardProfileServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>> list(DigitalCardProfileListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.list.
-
archive
CompletableFuture<HttpResponseFor<DigitalCardProfile>> archive(DigitalCardProfileArchiveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /digital_card_profiles/{digital_card_profile_id}/archive, but is otherwise the same as DigitalCardProfileServiceAsync.archive.
-
clone
CompletableFuture<HttpResponseFor<DigitalCardProfile>> clone(DigitalCardProfileCloneParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /digital_card_profiles/{digital_card_profile_id}/clone, but is otherwise the same as DigitalCardProfileServiceAsync.clone.
-
-
-
-