|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.InAppSDK.purchasing.SubscriptionPeriod
public final class SubscriptionPeriod
Represents a period of time during which a subscription is valid. Note that subscription periods may not have an end,
in which case the result of getEndDate()
will be null.
Method Summary | |
---|---|
java.util.Date |
getEndDate()
Returns the date the subscription ended, or null if it has no end. |
java.util.Date |
getStartDate()
Returns the date the subscription began. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.Date getStartDate()
public java.util.Date getEndDate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |