Class PhysicalCardServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.PhysicalCardService.WithRawResponse
public final class PhysicalCardServiceImpl.WithRawResponseImpl implements PhysicalCardService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<PhysicalCard>create(PhysicalCardCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /physical_cards, but is otherwise the same as PhysicalCardService.create.HttpResponseFor<PhysicalCard>retrieve(PhysicalCardRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /physical_cards/{physical_card_id}, but is otherwise the same as PhysicalCardService.retrieve.HttpResponseFor<PhysicalCard>update(PhysicalCardUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for patch /physical_cards/{physical_card_id}, but is otherwise the same as PhysicalCardService.update.HttpResponseFor<PhysicalCardListPage>list(PhysicalCardListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /physical_cards, but is otherwise the same as PhysicalCardService.list.-
-
Method Detail
-
create
HttpResponseFor<PhysicalCard> create(PhysicalCardCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /physical_cards, but is otherwise the same as PhysicalCardService.create.
-
retrieve
HttpResponseFor<PhysicalCard> retrieve(PhysicalCardRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /physical_cards/{physical_card_id}, but is otherwise the same as PhysicalCardService.retrieve.
-
update
HttpResponseFor<PhysicalCard> update(PhysicalCardUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
patch /physical_cards/{physical_card_id}, but is otherwise the same as PhysicalCardService.update.
-
list
HttpResponseFor<PhysicalCardListPage> list(PhysicalCardListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /physical_cards, but is otherwise the same as PhysicalCardService.list.
-
-
-
-