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
Modifier and Type Method Description abstract 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.abstract CompletableFuture<HttpResponseFor<DigitalCardProfile>>create(DigitalCardProfileCreateParams params)Returns a raw HTTP response for post /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.create.abstract 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.abstract 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.abstract 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.abstract CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>>list(DigitalCardProfileListParams params)Returns a raw HTTP response for get /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.list.abstract CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>>list()Returns a raw HTTP response for get /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.list.CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.list.abstract 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.abstract 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.abstract 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.abstract 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.-
-
Method Detail
-
create
abstract 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.
-
create
abstract CompletableFuture<HttpResponseFor<DigitalCardProfile>> create(DigitalCardProfileCreateParams params)
Returns a raw HTTP response for
post /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.create.
-
retrieve
abstract 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.
-
retrieve
abstract 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.
-
list
abstract 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.
-
list
abstract CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>> list(DigitalCardProfileListParams params)
Returns a raw HTTP response for
get /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>> list()
Returns a raw HTTP response for
get /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<DigitalCardProfileListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_card_profiles, but is otherwise the same as DigitalCardProfileServiceAsync.list.
-
archive
abstract 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.
-
archive
abstract 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.
-
clone
abstract 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.
-
clone
abstract 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.
-
-
-
-