Package io.voucherify.client.module
Class DistributionsModule.ExtAsync
java.lang.Object
io.voucherify.client.module.AbsModule.Async
io.voucherify.client.module.DistributionsModule.ExtAsync
- Enclosing class:
- DistributionsModule
public class DistributionsModule.ExtAsync
extends io.voucherify.client.module.AbsModule.Async
-
Constructor Summary
Constructors Constructor Description ExtAsync() -
Method Summary
Modifier and Type Method Description voidcreateExport(CreateExport createExport, VoucherifyCallback<ExportResponse> callback)voiddeleteExport(java.lang.String id, VoucherifyCallback<Irrelevant> callback)voidgetExport(java.lang.String id, VoucherifyCallback<ExportResponse> callback)voidlist(VoucherifyCallback<ListPublicationsResponse> callback)voidlist(ListPublicationsFilter filter, VoucherifyCallback<ListPublicationsResponse> callback)voidpublish(PublishVoucher publishParams, VoucherifyCallback<PublishVoucherResponse> callback)
-
Constructor Details
-
ExtAsync
public ExtAsync()
-
-
Method Details
-
publish
public void publish(PublishVoucher publishParams, VoucherifyCallback<PublishVoucherResponse> callback) -
createExport
-
getExport
-
deleteExport
-
list
public void list(ListPublicationsFilter filter, VoucherifyCallback<ListPublicationsResponse> callback) -
list
-