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 |
Season.getStart()
Inclusive start date of the recurrence period.
|
MonthDay |
Prorate.getStart()
Defines the first day on which the price takes effect.
|
MonthDay |
MonthDay.set(String fieldName,
Object value) |
MonthDay |
MonthDay.setDay(Long day)
Day of a month, value in [1, 31] range.
|
MonthDay |
MonthDay.setMonth(Long month)
Month of a year.
|
Modifier and Type | Method and Description |
---|---|
Season |
Season.setEnd(MonthDay end)
Inclusive end date of the recurrence period.
|
Season |
Season.setStart(MonthDay start)
Inclusive start date of the recurrence period.
|
Prorate |
Prorate.setStart(MonthDay start)
Defines the first day on which the price takes effect.
|