Uses of Class
com.google.api.adwords.v10.DayOfWeek

Packages that use DayOfWeek
com.google.api.adwords.v10   
 

Uses of DayOfWeek in com.google.api.adwords.v10
 

Fields in com.google.api.adwords.v10 declared as DayOfWeek
static DayOfWeek DayOfWeek.Friday
           
static DayOfWeek DayOfWeek.Monday
           
static DayOfWeek DayOfWeek.Saturday
           
static DayOfWeek DayOfWeek.Sunday
           
static DayOfWeek DayOfWeek.Thursday
           
static DayOfWeek DayOfWeek.Tuesday
           
static DayOfWeek DayOfWeek.Wednesday
           
 

Methods in com.google.api.adwords.v10 that return DayOfWeek
static DayOfWeek DayOfWeek.fromString(java.lang.String value)
           
static DayOfWeek DayOfWeek.fromValue(java.lang.String value)
           
 DayOfWeek SchedulingInterval.getDay()
          Gets the day value for this SchedulingInterval.
 

Methods in com.google.api.adwords.v10 with parameters of type DayOfWeek
 void SchedulingInterval.setDay(DayOfWeek day)
          Sets the day value for this SchedulingInterval.
 

Constructors in com.google.api.adwords.v10 with parameters of type DayOfWeek
SchedulingInterval(DayOfWeek day, int endHour, int endMinute, double multiplier, int startHour, int startMinute)
           
 



Copyright © 2005 Google Corp. All Rights Reserved.