| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.Builder.build() |
Event |
Event.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Event |
Event.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Event |
Event.withAllowNewTimeProposals(Boolean allowNewTimeProposals) |
Event |
Event.withBody(ItemBody body) |
Event |
Event.withBodyPreview(String bodyPreview) |
Event |
Event.withEnd(DateTimeTimeZone end) |
Event |
Event.withHasAttachments(Boolean hasAttachments) |
Event |
Event.withImportance(Importance importance) |
Event |
Event.withIsAllDay(Boolean isAllDay) |
Event |
Event.withIsCancelled(Boolean isCancelled) |
Event |
Event.withIsDraft(Boolean isDraft) |
Event |
Event.withIsOnlineMeeting(Boolean isOnlineMeeting) |
Event |
Event.withIsOrganizer(Boolean isOrganizer) |
Event |
Event.withIsReminderOn(Boolean isReminderOn) |
Event |
Event.withLocation(Location location) |
Event |
Event.withOnlineMeeting(OnlineMeetingInfo onlineMeeting) |
Event |
Event.withOnlineMeetingProvider(OnlineMeetingProviderType onlineMeetingProvider) |
Event |
Event.withOnlineMeetingUrl(String onlineMeetingUrl) |
Event |
Event.withOrganizer(Recipient organizer) |
Event |
Event.withOriginalEndTimeZone(String originalEndTimeZone) |
Event |
Event.withOriginalStart(OffsetDateTime originalStart) |
Event |
Event.withOriginalStartTimeZone(String originalStartTimeZone) |
Event |
Event.withRecurrence(PatternedRecurrence recurrence) |
Event |
Event.withReminderMinutesBeforeStart(Integer reminderMinutesBeforeStart) |
Event |
Event.withResponseRequested(Boolean responseRequested) |
Event |
Event.withResponseStatus(ResponseStatus responseStatus) |
Event |
Event.withSensitivity(Sensitivity sensitivity) |
Event |
Event.withSeriesMasterId(String seriesMasterId) |
Event |
Event.withShowAs(FreeBusyStatus showAs) |
Event |
Event.withStart(DateTimeTimeZone start) |
Event |
Event.withSubject(String subject) |
Event |
Event.withTransactionId(String transactionId) |
Event |
Event.withType(EventType type) |
Event |
Event.withUid(String uid) |
Event |
Event.withWebLink(String webLink) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Event> |
EventCollectionRequest.delta() |
Copyright © 2018–2020. All rights reserved.