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
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplement>>retrieve(CardPurchaseSupplementRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /card_purchase_supplements/{card_purchase_supplement_id}, but is otherwise the same as CardPurchaseSupplementServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplement>>retrieve(CardPurchaseSupplementRetrieveParams params)Returns a raw HTTP response for get /card_purchase_supplements/{card_purchase_supplement_id}, but is otherwise the same as CardPurchaseSupplementServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>>list(CardPurchaseSupplementListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /card_purchase_supplements, but is otherwise the same as CardPurchaseSupplementServiceAsync.list.abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>>list(CardPurchaseSupplementListParams params)Returns a raw HTTP response for get /card_purchase_supplements, but is otherwise the same as CardPurchaseSupplementServiceAsync.list.abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>>list()Returns a raw HTTP response for get /card_purchase_supplements, but is otherwise the same as CardPurchaseSupplementServiceAsync.list.CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /card_purchase_supplements, but is otherwise the same as CardPurchaseSupplementServiceAsync.list.-
-
Method Detail
-
retrieve
abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplement>> retrieve(CardPurchaseSupplementRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /card_purchase_supplements/{card_purchase_supplement_id}, but is otherwise the same as CardPurchaseSupplementServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplement>> retrieve(CardPurchaseSupplementRetrieveParams params)
Returns a raw HTTP response for
get /card_purchase_supplements/{card_purchase_supplement_id}, but is otherwise the same as CardPurchaseSupplementServiceAsync.retrieve.
-
list
abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>> list(CardPurchaseSupplementListParams params, RequestOptions requestOptions)
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)
Returns a raw HTTP response for
get /card_purchase_supplements, but is otherwise the same as CardPurchaseSupplementServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>> list()
Returns a raw HTTP response for
get /card_purchase_supplements, but is otherwise the same as CardPurchaseSupplementServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<CardPurchaseSupplementListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /card_purchase_supplements, but is otherwise the same as CardPurchaseSupplementServiceAsync.list.
-
-
-
-