- redeem(String, String) - Method in interface pl.rspective.voucherify.client.api.VoucherifyApi
-
Method used to redeem a voucher identified by code
- redeem(String, VoucherRedemptionContext) - Method in interface pl.rspective.voucherify.client.api.VoucherifyApi
-
Method used to redeem a voucher and provide a context information.
- redeem(String, String, VoucherifyCallback<VoucherRedemptionResult>) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtAsync
-
Redeem a voucher by his identifier
- redeem(String, VoucherRedemptionContext, VoucherifyCallback<VoucherRedemptionResult>) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtAsync
-
Redeem a voucher by his identifier
- redeem(String, String) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtRxJava
-
Redeem a voucher by his identifier
- redeem(String, VoucherRedemptionContext) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtRxJava
-
Redeem a voucher by his identifier
- redeem(String, String) - Method in class pl.rspective.voucherify.client.module.VoucherModule
-
Redeem a voucher identified by code
- redeem(String, VoucherRedemptionContext) - Method in class pl.rspective.voucherify.client.module.VoucherModule
-
Redeem a voucher identified by code
- redemption(String) - Method in interface pl.rspective.voucherify.client.api.VoucherifyApi
-
Fetch information about voucher redemption details
- redemption(String, VoucherifyCallback<VoucherRedemption>) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtAsync
-
Fetch information about voucher redemption
- redemption(String) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtRxJava
-
Fetch information about voucher redemption
- redemption(String) - Method in class pl.rspective.voucherify.client.module.VoucherModule
-
Fetch information about voucher redemption
- RedemptionDetails - Class in pl.rspective.voucherify.client.model
-
- RedemptionDetails() - Constructor for class pl.rspective.voucherify.client.model.RedemptionDetails
-
- RedemptionEntry - Class in pl.rspective.voucherify.client.model
-
I hold a history information about voucher redemption
- RedemptionEntry() - Constructor for class pl.rspective.voucherify.client.model.RedemptionEntry
-
- RedemptionResult - Enum in pl.rspective.voucherify.client.model
-
- RedemptionsFilter - Class in pl.rspective.voucherify.client.model
-
- rollbackRedemption(String, String, String) - Method in interface pl.rspective.voucherify.client.api.VoucherifyApi
-
Redemption rollback reverts a redemption.
- rollbackRedemption(String, String, String, VoucherifyCallback<VoucherRedemptionResult>) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtAsync
-
Redemption rollback reverts a redemption.
- rollbackRedemption(String, String, String) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtRxJava
-
Redemption rollback reverts a redemption.
- rollbackRedemption(String, String, String) - Method in class pl.rspective.voucherify.client.module.VoucherModule
-
Redemption rollback reverts a redemption.
- rx() - Method in class pl.rspective.voucherify.client.module.CustomerModule
-
Returns the RxJava extension of this module.
- rx() - Method in class pl.rspective.voucherify.client.module.VoucherModule
-
Returns the RxJava extension of this module.
- RxUtils - Class in pl.rspective.voucherify.client.utils
-
Utils's class used to wrap sync and async calls into RX world
- RxUtils() - Constructor for class pl.rspective.voucherify.client.utils.RxUtils
-
- RxUtils.DefFunc<T> - Class in pl.rspective.voucherify.client.utils
-
Convert method into observable
- valueOf(String) - Static method in enum pl.rspective.voucherify.client.model.DiscountType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pl.rspective.voucherify.client.model.RedemptionResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pl.rspective.voucherify.client.model.VoucherType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum pl.rspective.voucherify.client.model.DiscountType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pl.rspective.voucherify.client.model.RedemptionResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pl.rspective.voucherify.client.model.VoucherType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Voucher - Class in pl.rspective.voucherify.client.model
-
Class represents a voucher
- Voucher.Builder - Class in pl.rspective.voucherify.client.model
-
- VOUCHERIFY_CHANNEL_NAME - Static variable in class pl.rspective.voucherify.client.Constants
-
- VoucherifyApi - Interface in pl.rspective.voucherify.client.api
-
An interface used internally to create a Retrofit API.
- VoucherifyCallback<T> - Class in pl.rspective.voucherify.client.callback
-
Callback to use with any of the asynchronous client methods.
- VoucherifyCallback() - Constructor for class pl.rspective.voucherify.client.callback.VoucherifyCallback
-
- VoucherifyClient - Class in pl.rspective.voucherify.client
-
It's entrypoint to use voucherify java client
- VoucherifyClient.Builder - Class in pl.rspective.voucherify.client
-
- VoucherifyException - Exception in pl.rspective.voucherify.client.exception
-
General exception which can occurred during HTTP communication
- VoucherifyException(RetrofitError.Kind, String) - Constructor for exception pl.rspective.voucherify.client.exception.VoucherifyException
-
- VoucherifyException(String) - Constructor for exception pl.rspective.voucherify.client.exception.VoucherifyException
-
- VoucherifyException(String, Throwable) - Constructor for exception pl.rspective.voucherify.client.exception.VoucherifyException
-
- VoucherifyException(Throwable) - Constructor for exception pl.rspective.voucherify.client.exception.VoucherifyException
-
- VoucherifyException(String, Throwable, boolean, boolean) - Constructor for exception pl.rspective.voucherify.client.exception.VoucherifyException
-
- VoucherifyUtils - Class in pl.rspective.voucherify.client
-
- VoucherifyUtils() - Constructor for class pl.rspective.voucherify.client.VoucherifyUtils
-
- VoucherModule - Class in pl.rspective.voucherify.client.module
-
Vouchers Module to manage communication with Voucherify
- VoucherModule(VoucherifyApi, Executor) - Constructor for class pl.rspective.voucherify.client.module.VoucherModule
-
- VoucherModule.ExtAsync - Class in pl.rspective.voucherify.client.module
-
Async extension.
- VoucherModule.ExtRxJava - Class in pl.rspective.voucherify.client.module
-
RxJava extension.
- VoucherPublish - Class in pl.rspective.voucherify.client.model
-
- VoucherPublish() - Constructor for class pl.rspective.voucherify.client.model.VoucherPublish
-
- VoucherRedemption - Class in pl.rspective.voucherify.client.model
-
Represents voucher redemption
- VoucherRedemption() - Constructor for class pl.rspective.voucherify.client.model.VoucherRedemption
-
- VoucherRedemptionContext - Class in pl.rspective.voucherify.client.model
-
- VoucherRedemptionContext(Customer, Order, Map<String, Object>) - Constructor for class pl.rspective.voucherify.client.model.VoucherRedemptionContext
-
- VoucherRedemptionContext(Customer, Map<String, Object>) - Constructor for class pl.rspective.voucherify.client.model.VoucherRedemptionContext
-
- VoucherRedemptionContext(Customer) - Constructor for class pl.rspective.voucherify.client.model.VoucherRedemptionContext
-
- VoucherRedemptionResult - Class in pl.rspective.voucherify.client.model
-
- VoucherRedemptionResult() - Constructor for class pl.rspective.voucherify.client.model.VoucherRedemptionResult
-
- vouchers() - Method in class pl.rspective.voucherify.client.VoucherifyClient
-
Returns the Vouchers module.
- VouchersFilter - Class in pl.rspective.voucherify.client.model
-
Class represent voucher list filter request
- VoucherType - Enum in pl.rspective.voucherify.client.model
-
- VoucherUpdate - Class in pl.rspective.voucherify.client.model
-
- VoucherUpdate.Builder - Class in pl.rspective.voucherify.client.model
-