Interface DigitalCardProfileServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DigitalCardProfileServiceAsync.WithRawResponseA view of DigitalCardProfileServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalCardProfile>> create(DigitalCardProfileCreateParams params)
Returns a raw HTTP response for
post /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<DigitalCardProfile>> create(DigitalCardProfileCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalCardProfile>> retrieve(DigitalCardProfileRetrieveParams params)
Returns a raw HTTP response for
get /digital_card_profiles/{digital_card_profile_id}, but is otherwise the same as DigitalCardProfileServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<DigitalCardProfile>> retrieve(DigitalCardProfileRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>> list()
Returns a raw HTTP response for
get /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>> list(DigitalCardProfileListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>> list(DigitalCardProfileListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>> list(RequestOptions requestOptions)
-
archive
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalCardProfile>> archive(DigitalCardProfileArchiveParams params)
Returns a raw HTTP response for
post /digital_card_profiles/{digital_card_profile_id}/archive, but is otherwise the same as DigitalCardProfileServiceAsync.archive.
-
archive
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<DigitalCardProfile>> archive(DigitalCardProfileArchiveParams params, RequestOptions requestOptions)
-
clone
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalCardProfile>> clone(DigitalCardProfileCloneParams params)
Returns a raw HTTP response for
post /digital_card_profiles/{digital_card_profile_id}/clone, but is otherwise the same as DigitalCardProfileServiceAsync.clone.
-
clone
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<DigitalCardProfile>> clone(DigitalCardProfileCloneParams params, RequestOptions requestOptions)
-
-
-
-