Package io.voucherify.client.module
Class DistributionsModule.ExtRxJava
java.lang.Object
io.voucherify.client.module.AbsModule.Rx
io.voucherify.client.module.DistributionsModule.ExtRxJava
- Enclosing class:
- DistributionsModule
public class DistributionsModule.ExtRxJava
extends io.voucherify.client.module.AbsModule.Rx
-
Constructor Summary
Constructors Constructor Description ExtRxJava() -
Method Summary
Modifier and Type Method Description io.reactivex.Observable<ExportResponse>createExport(CreateExport createExport)io.reactivex.Observable<Irrelevant>deleteExport(java.lang.String id)io.reactivex.Observable<ExportResponse>getExport(java.lang.String id)io.reactivex.Observable<ListPublicationsResponse>list()io.reactivex.Observable<ListPublicationsResponse>list(ListPublicationsFilter filter)io.reactivex.Observable<PublishVoucherResponse>publish(PublishVoucher publishVoucher)
-
Constructor Details
-
ExtRxJava
public ExtRxJava()
-
-
Method Details