Package io.voucherify.client.module
Class DistributionsModule
java.lang.Object
io.voucherify.client.module.DistributionsModule
public final class DistributionsModule
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDistributionsModule.ExtAsyncclassDistributionsModule.ExtRxJava -
Constructor Summary
Constructors Constructor Description DistributionsModule(VoucherifyApi api, java.util.concurrent.Executor executor) -
Method Summary
Modifier and Type Method Description DistributionsModule.ExtAsyncasync()ExportResponsecreateExport(CreateExport createExport)voiddeleteExport(java.lang.String id)protected <T> TexecuteSyncApiCall(retrofit2.Call<T> call)ExportResponsegetExport(java.lang.String id)ListPublicationsResponselist()ListPublicationsResponselist(ListPublicationsFilter filter)PublishVoucherResponsepublish(PublishVoucher publishVoucher)DistributionsModule.ExtRxJavarx()
-
Constructor Details
-
Method Details
-
publish
-
createExport
-
getExport
-
deleteExport
public void deleteExport(java.lang.String id) -
list
-
list
-
async
-
rx
-
executeSyncApiCall
protected <T> T executeSyncApiCall(retrofit2.Call<T> call)
-