Package com.increase.api.services.async
Interface CardPurchaseSupplementServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CardPurchaseSupplementServiceAsync.WithRawResponseA view of CardPurchaseSupplementServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract CardPurchaseSupplementServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<CardPurchaseSupplement>> retrieve(String cardPurchaseSupplementId)
Returns a raw HTTP response for
get /card_purchase_supplements/{card_purchase_supplement_id}, but is otherwise the same as CardPurchaseSupplementServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<CardPurchaseSupplement>> retrieve(String cardPurchaseSupplementId, CardPurchaseSupplementRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<CardPurchaseSupplement>> retrieve(String cardPurchaseSupplementId, CardPurchaseSupplementRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplement>> retrieve(CardPurchaseSupplementRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<CardPurchaseSupplement>> retrieve(CardPurchaseSupplementRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<CardPurchaseSupplement>> retrieve(String cardPurchaseSupplementId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>> list()
Returns a raw HTTP response for
get /card_purchase_supplements, but is otherwise the same as CardPurchaseSupplementServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>> list(CardPurchaseSupplementListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>> list(CardPurchaseSupplementListParams params)
-
list
CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-