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
-
create
@MustBeClosed() 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
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> create(PhysicalCardProfileCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(PhysicalCardProfileRetrieveParams params)
Returns a raw HTTP response for
get /physical_card_profiles/{physical_card_profile_id}, but is otherwise the same as PhysicalCardProfileServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(PhysicalCardProfileRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list()
Returns a raw HTTP response for
get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list(PhysicalCardProfileListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list(PhysicalCardProfileListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list(RequestOptions requestOptions)
-
archive
@MustBeClosed() CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(PhysicalCardProfileArchiveParams params)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/archive, but is otherwise the same as PhysicalCardProfileServiceAsync.archive.
-
archive
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(PhysicalCardProfileArchiveParams params, RequestOptions requestOptions)
-
clone
@MustBeClosed() CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(PhysicalCardProfileCloneParams params)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/clone, but is otherwise the same as PhysicalCardProfileServiceAsync.clone.
-
clone
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(PhysicalCardProfileCloneParams params, RequestOptions requestOptions)
-
-
-
-