Calendar API v3 (revision 30)



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

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

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

Methods in com.google.api.services.calendar.model that return FreeBusyGroup
 FreeBusyGroup FreeBusyGroup.setCalendars(java.util.List<java.lang.String> calendars)
          List of calendars' identifiers within a group.
 FreeBusyGroup FreeBusyGroup.setErrors(java.util.List<Error> errors)
          Optional error(s) (if computation for the group failed).
 

Methods in com.google.api.services.calendar.model that return types with arguments of type FreeBusyGroup
 java.util.Map<java.lang.String,FreeBusyGroup> FreeBusyResponse.getGroups()
          Expansion of groups.
 

Method parameters in com.google.api.services.calendar.model with type arguments of type FreeBusyGroup
 FreeBusyResponse FreeBusyResponse.setGroups(java.util.Map<java.lang.String,FreeBusyGroup> groups)
          Expansion of groups.