public class SegmentsModule.ExtAsync
extends io.voucherify.client.module.AbsModule.Async
| Constructor and Description |
|---|
ExtAsync() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(Segment segment,
VoucherifyCallback<SegmentResponse> callback) |
void |
delete(java.lang.String id,
VoucherifyCallback<Irrelevant> callback) |
void |
get(java.lang.String id,
VoucherifyCallback<SegmentResponse> callback) |
public void create(Segment segment, VoucherifyCallback<SegmentResponse> callback)
public void get(java.lang.String id,
VoucherifyCallback<SegmentResponse> callback)
public void delete(java.lang.String id,
VoucherifyCallback<Irrelevant> callback)