| Package | Description |
|---|---|
| com.google.api.ads.adwords.jaxws.v201809.cm |
| Modifier and Type | Field and Description |
|---|---|
protected MinuteOfHour |
AdSchedule.endMinute |
protected MinuteOfHour |
FeedItemSchedule.endMinute |
protected MinuteOfHour |
AdSchedule.startMinute |
protected MinuteOfHour |
FeedItemSchedule.startMinute |
| Modifier and Type | Method and Description |
|---|---|
static MinuteOfHour |
MinuteOfHour.fromValue(String v) |
MinuteOfHour |
AdSchedule.getEndMinute()
Gets the value of the endMinute property.
|
MinuteOfHour |
FeedItemSchedule.getEndMinute()
Gets the value of the endMinute property.
|
MinuteOfHour |
AdSchedule.getStartMinute()
Gets the value of the startMinute property.
|
MinuteOfHour |
FeedItemSchedule.getStartMinute()
Gets the value of the startMinute property.
|
static MinuteOfHour |
MinuteOfHour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinuteOfHour[] |
MinuteOfHour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdSchedule.setEndMinute(MinuteOfHour value)
Sets the value of the endMinute property.
|
void |
FeedItemSchedule.setEndMinute(MinuteOfHour value)
Sets the value of the endMinute property.
|
void |
AdSchedule.setStartMinute(MinuteOfHour value)
Sets the value of the startMinute property.
|
void |
FeedItemSchedule.setStartMinute(MinuteOfHour value)
Sets the value of the startMinute property.
|
Copyright © 2023. All rights reserved.