Uses of Class
odata.msgraph.client.beta.entity.request.EventRequest
-
Packages that use EventRequest Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of EventRequest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return EventRequest Modifier and Type Method Description EventRequestEventMessage. getEvent()Org.OData.Capabilities.V1.ChangeTracking -
Uses of EventRequest in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return EventRequest Modifier and Type Method Description EventRequestCalendarCollectionRequest. calendarView(String id)EventRequestGroupCollectionRequest. calendarView(String id)EventRequestUserCollectionRequest. calendarView(String id)EventRequestCalendarCollectionRequest. events(String id)EventRequestGroupCollectionRequest. events(String id)EventRequestUserCollectionRequest. events(String id)EventRequestEventCollectionRequest. exceptionOccurrences(String id)EventRequestEventCollectionRequest. instances(String id) -
Uses of EventRequest in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return EventRequest Modifier and Type Method Description EventRequestCalendarRequest. calendarView(String id)EventRequestGroupRequest. calendarView(String id)EventRequestUserRequest. calendarView(String id)EventRequestEventMessageRequest. event()EventRequestCalendarRequest. events(String id)EventRequestGroupRequest. events(String id)EventRequestUserRequest. events(String id)EventRequestEventRequest. exceptionOccurrences(String id)EventRequestEventRequest. instances(String id)
-