Interface PhysicalCardProfileServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface PhysicalCardProfileServiceAsync.WithRawResponseA view of PhysicalCardProfileServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract PhysicalCardProfileServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> create(PhysicalCardProfileCreateParams params)
Returns a raw HTTP response for
post /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> create(PhysicalCardProfileCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(String physicalCardProfileId)
Returns a raw HTTP response for
get /physical_card_profiles/{physical_card_profile_id}, but is otherwise the same as PhysicalCardProfileServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(String physicalCardProfileId, PhysicalCardProfileRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(String physicalCardProfileId, PhysicalCardProfileRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(PhysicalCardProfileRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(PhysicalCardProfileRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(String physicalCardProfileId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list()
Returns a raw HTTP response for
get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list(PhysicalCardProfileListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list(PhysicalCardProfileListParams params)
-
list
CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list(RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(String physicalCardProfileId)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/archive, but is otherwise the same as PhysicalCardProfileServiceAsync.archive.
-
archive
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(String physicalCardProfileId, PhysicalCardProfileArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(String physicalCardProfileId, PhysicalCardProfileArchiveParams params)
-
archive
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(PhysicalCardProfileArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(PhysicalCardProfileArchiveParams params)
-
archive
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(String physicalCardProfileId, RequestOptions requestOptions)
-
clone
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(String physicalCardProfileId)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/clone, but is otherwise the same as PhysicalCardProfileServiceAsync.clone.
-
clone
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(String physicalCardProfileId, PhysicalCardProfileCloneParams params, RequestOptions requestOptions)
-
clone
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(String physicalCardProfileId, PhysicalCardProfileCloneParams params)
-
clone
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(PhysicalCardProfileCloneParams params, RequestOptions requestOptions)
-
clone
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(PhysicalCardProfileCloneParams params)
-
clone
CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(String physicalCardProfileId, RequestOptions requestOptions)
-
-
-
-