IdempotentRequestBuilder<B>, RequestBuilder<M,Request<M>>SubscriptionBuilders.UpdateScheduledPaymentRequestBuilderpublic abstract static class AbstractSubscriptionBuilders.AbstractUpdateScheduledPaymentRequestBuilder<B extends AbstractSubscriptionBuilders.AbstractUpdateScheduledPaymentRequestBuilder,R,M extends ScheduledPayment> extends IdempotentRetrofitRequestBuilder<M,R,B>
| Modifier and Type | Field | Description |
|---|---|---|
protected Boolean |
isPaid |
|
protected ScheduledPaymentId |
paymentId |
|
protected StoreId |
storeId |
|
protected SubscriptionId |
subscriptionId |
idempotencyKey| Constructor | Description |
|---|---|
AbstractUpdateScheduledPaymentRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId scheduledPaymentId) |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getPaid() |
|
ScheduledPaymentId |
getPaymentId() |
|
StoreId |
getStoreId() |
|
SubscriptionId |
getSubscriptionId() |
|
B |
withIsPaid(Boolean isPaid) |
getIdempotencyKey, withIdempotencyKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, getRequestprotected StoreId storeId
protected SubscriptionId subscriptionId
protected ScheduledPaymentId paymentId
protected Boolean isPaid
public AbstractUpdateScheduledPaymentRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId scheduledPaymentId)
public StoreId getStoreId()
public SubscriptionId getSubscriptionId()
public ScheduledPaymentId getPaymentId()
public Boolean getPaid()
Copyright © 2018 The Apache Software Foundation. All rights reserved.