- valueOf(String) - Static method in enum pl.rspective.voucherify.client.model.DiscountType
-
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.
- Voucher - Class in pl.rspective.voucherify.client.model
-
Class represents a voucher
- Voucher() - Constructor for class pl.rspective.voucherify.client.model.Voucher
-
- 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
-
- 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
-
- 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) - Constructor for class pl.rspective.voucherify.client.model.VoucherRedemptionContext
-
- vouchers() - Method in class pl.rspective.voucherify.client.VoucherifyClient
-
Returns the Vouchers module.