RequestBuilder<M,Request<M>>SubscriptionBuilders.GetScheduledPaymentRequestBuilderpublic abstract static class AbstractSubscriptionBuilders.AbstractGetScheduledPaymentRequestBuilder<B extends AbstractSubscriptionBuilders.AbstractGetScheduledPaymentRequestBuilder,R,M extends ScheduledPayment> extends RetrofitRequestBuilder<M,R>
| Modifier and Type | Field | Description |
|---|---|---|
protected ScheduledPaymentId |
paymentId |
|
protected StoreId |
storeId |
|
protected SubscriptionId |
subscriptionId |
| Constructor | Description |
|---|---|
AbstractGetScheduledPaymentRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId scheduledPaymentId) |
| Modifier and Type | Method | Description |
|---|---|---|
ScheduledPaymentId |
getScheduledPayment() |
|
StoreId |
getStoreId() |
|
SubscriptionId |
getSubscriptionId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, getRequestprotected StoreId storeId
protected SubscriptionId subscriptionId
protected ScheduledPaymentId paymentId
public AbstractGetScheduledPaymentRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId scheduledPaymentId)
public StoreId getStoreId()
public SubscriptionId getSubscriptionId()
public ScheduledPaymentId getScheduledPayment()
Copyright © 2018 The Apache Software Foundation. All rights reserved.