public class FreeBusyView
extends java.lang.Object
| Constructor and Description |
|---|
FreeBusyView()
Initializes a new instance of the FreeBusyView class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CalendarEvent> |
getCalendarEvents()
Gets a set of unique calendar item occurrences that represent the requested user's availability.
|
java.lang.String |
getMergedFreeBusy()
Gets the merged free/busy stream of data.
|
FreeBusyViewType |
getType()
Gets the type of requested free/busy information returned in the response.
|
WorkingHours |
getWorkingHours()
Gets the time zone settings and working hours for the requested mailbox user.
|
public FreeBusyView()
public FreeBusyViewType getType()
public java.lang.String getMergedFreeBusy()
public java.util.List<CalendarEvent> getCalendarEvents()
public WorkingHours getWorkingHours()