| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
MonthDay |
MonthDay.clone() |
MonthDay |
Season.getEnd()
Inclusive end date of the recurrence period.
|
MonthDay |
Prorate.getStart()
Defines the first day on which the price takes effect.
|
MonthDay |
Season.getStart()
Inclusive start date of the recurrence period.
|
MonthDay |
MonthDay.set(java.lang.String fieldName,
java.lang.Object value) |
MonthDay |
MonthDay.setDay(java.lang.Long day)
Day of a month, value in [1, 31] range.
|
MonthDay |
MonthDay.setMonth(java.lang.Long month)
Month of a year.
|
| Modifier and Type | Method and Description |
|---|---|
Season |
Season.setEnd(MonthDay end)
Inclusive end date of the recurrence period.
|
Prorate |
Prorate.setStart(MonthDay start)
Defines the first day on which the price takes effect.
|
Season |
Season.setStart(MonthDay start)
Inclusive start date of the recurrence period.
|