Calendar API v3 (revision 30)



Uses of Class
com.google.api.services.calendar.model.TimePeriod

Packages that use TimePeriod
com.google.api.services.calendar.model   
 

Uses of TimePeriod in com.google.api.services.calendar.model
 

Methods in com.google.api.services.calendar.model that return TimePeriod
 TimePeriod TimePeriod.setEnd(DateTime end)
          The (exclusive) end of the time period.
 TimePeriod TimePeriod.setStart(DateTime start)
          The (inclusive) start of the time period.
 

Methods in com.google.api.services.calendar.model that return types with arguments of type TimePeriod
 java.util.List<TimePeriod> FreeBusyCalendar.getBusy()
          List of time ranges during which this calendar should be regarded as busy.
 

Method parameters in com.google.api.services.calendar.model with type arguments of type TimePeriod
 FreeBusyCalendar FreeBusyCalendar.setBusy(java.util.List<TimePeriod> busy)
          List of time ranges during which this calendar should be regarded as busy.