Package io.voucherify.client.module
Class VoucherModule.ExtAsync
java.lang.Object
io.voucherify.client.module.AbsModule.Async
io.voucherify.client.module.VoucherModule.ExtAsync
- Enclosing class:
- VoucherModule
public class VoucherModule.ExtAsync
extends io.voucherify.client.module.AbsModule.Async
-
Constructor Summary
Constructors Constructor Description ExtAsync() -
Method Summary
Modifier and Type Method Description voidaddBalance(java.lang.String code, AddBalance addBalance, VoucherifyCallback<AddBalanceResponse> callback)voidcreate(CreateVoucher createVoucher, VoucherifyCallback<VoucherResponse> callback)voiddisable(java.lang.String code, VoucherifyCallback<VoucherResponse> callback)voidenable(java.lang.String code, VoucherifyCallback<VoucherResponse> callback)voidget(java.lang.String code, VoucherifyCallback<VoucherResponse> callback)voidgetQualifiedVouchers(QualificationContext context, QualifiedResourceFilter filter, VoucherifyCallback<QualificationList<VoucherResponse>> callback)voidimportVouchers(ImportVouchers importVouchers, VoucherifyCallback<Irrelevant> callback)voidlist(VouchersFilter filter, VoucherifyCallback<VouchersResponse> callback)voidupdate(java.lang.String code, VoucherUpdate voucherUpdate, VoucherifyCallback<VoucherResponse> callback)
-
Constructor Details
-
ExtAsync
public ExtAsync()
-
-
Method Details
-
list
-
get
-
create
-
update
public void update(java.lang.String code, VoucherUpdate voucherUpdate, VoucherifyCallback<VoucherResponse> callback) -
disable
-
enable
-
addBalance
public void addBalance(java.lang.String code, AddBalance addBalance, VoucherifyCallback<AddBalanceResponse> callback) -
importVouchers
-
getQualifiedVouchers
public void getQualifiedVouchers(QualificationContext context, QualifiedResourceFilter filter, VoucherifyCallback<QualificationList<VoucherResponse>> callback)
-