All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addBalance(java.lang.String code,
AddBalance addBalance,
VoucherifyCallback<AddBalanceResponse> callback) |
void |
create(CreateVoucher createVoucher,
VoucherifyCallback<VoucherResponse> callback) |
void |
delete(java.lang.String code,
java.lang.Boolean force,
VoucherifyCallback<Irrelevant> callback) |
void |
disable(java.lang.String code,
VoucherifyCallback<VoucherResponse> callback) |
void |
enable(java.lang.String code,
VoucherifyCallback<VoucherResponse> callback) |
void |
get(java.lang.String code,
VoucherifyCallback<VoucherResponse> callback) |
void |
getQualifiedVouchers(QualificationContext context,
QualifiedResourceFilter filter,
VoucherifyCallback<QualificationList<VoucherResponse>> callback) |
void |
importVouchers(ImportVouchers importVouchers,
VoucherifyCallback<ImportVouchersResponse> callback) |
void |
list(VouchersFilter filter,
VoucherifyCallback<VouchersResponse> callback) |
void |
releaseSession(java.lang.String code,
java.lang.String sessionKey,
VoucherifyCallback<Irrelevant> callback) |
void |
update(java.lang.String code,
VoucherUpdate voucherUpdate,
VoucherifyCallback<VoucherResponse> callback) |