Interface PhysicalCardServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface PhysicalCardServiceAsync.WithRawResponseA view of PhysicalCardServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract PhysicalCardServiceAsync.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<PhysicalCard>> create(String physicalCardId, PhysicalCardCreateParams params)
Returns a raw HTTP response for
post /simulations/physical_cards/{physical_card_id}/tracking_updates, but is otherwise the same as PhysicalCardServiceAsync.create.
-
create
CompletableFuture<HttpResponseFor<PhysicalCard>> create(String physicalCardId, PhysicalCardCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<HttpResponseFor<PhysicalCard>> create(PhysicalCardCreateParams params)
-
create
abstract CompletableFuture<HttpResponseFor<PhysicalCard>> create(PhysicalCardCreateParams params, RequestOptions requestOptions)
-
advanceShipment
CompletableFuture<HttpResponseFor<PhysicalCard>> advanceShipment(String physicalCardId, PhysicalCardAdvanceShipmentParams params)
Returns a raw HTTP response for
post /simulations/physical_cards/{physical_card_id}/advance_shipment, but is otherwise the same as PhysicalCardServiceAsync.advanceShipment.
-
advanceShipment
CompletableFuture<HttpResponseFor<PhysicalCard>> advanceShipment(String physicalCardId, PhysicalCardAdvanceShipmentParams params, RequestOptions requestOptions)
-
advanceShipment
CompletableFuture<HttpResponseFor<PhysicalCard>> advanceShipment(PhysicalCardAdvanceShipmentParams params)
-
advanceShipment
abstract CompletableFuture<HttpResponseFor<PhysicalCard>> advanceShipment(PhysicalCardAdvanceShipmentParams params, RequestOptions requestOptions)
-
-
-
-