Uses of Class
odata.msgraph.client.beta.entity.Event
-
Packages that use Event Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of Event in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Event Modifier and Type Method Description EventEvent.Builder. build()EventEvent. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EventEvent. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EventEvent. withAllowNewTimeProposals(Boolean allowNewTimeProposals)EventEvent. withAttendees(List<Attendee> attendees)EventEvent. withBody(ItemBody body)EventEvent. withBodyPreview(String bodyPreview)EventEvent. withCancelledOccurrences(List<String> cancelledOccurrences)EventEvent. withEnd(DateTimeTimeZone end)EventEvent. withHasAttachments(Boolean hasAttachments)EventEvent. withHideAttendees(Boolean hideAttendees)EventEvent. withImportance(Importance importance)EventEvent. withIsAllDay(Boolean isAllDay)EventEvent. withIsCancelled(Boolean isCancelled)EventEvent. withIsDraft(Boolean isDraft)EventEvent. withIsOnlineMeeting(Boolean isOnlineMeeting)EventEvent. withIsOrganizer(Boolean isOrganizer)EventEvent. withIsReminderOn(Boolean isReminderOn)EventEvent. withLocation(Location location)EventEvent. withLocations(List<Location> locations)EventEvent. withOccurrenceId(String occurrenceId)EventEvent. withOnlineMeeting(OnlineMeetingInfo onlineMeeting)EventEvent. withOnlineMeetingProvider(OnlineMeetingProviderType onlineMeetingProvider)EventEvent. withOnlineMeetingUrl(String onlineMeetingUrl)EventEvent. withOrganizer(Recipient organizer)EventEvent. withOriginalEndTimeZone(String originalEndTimeZone)EventEvent. withOriginalStart(OffsetDateTime originalStart)EventEvent. withOriginalStartTimeZone(String originalStartTimeZone)EventEvent. withRecurrence(PatternedRecurrence recurrence)EventEvent. withReminderMinutesBeforeStart(Integer reminderMinutesBeforeStart)EventEvent. withResponseRequested(Boolean responseRequested)EventEvent. withResponseStatus(ResponseStatus responseStatus)EventEvent. withSensitivity(Sensitivity sensitivity)EventEvent. withSeriesMasterId(String seriesMasterId)EventEvent. withShowAs(FreeBusyStatus showAs)EventEvent. withStart(DateTimeTimeZone start)EventEvent. withSubject(String subject)EventEvent. withTransactionId(String transactionId)EventEvent. withType(EventType type)EventEvent. withUid(String uid)EventEvent. withUnmappedField(String name, String value)EventEvent. withWebLink(String webLink) -
Uses of Event in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type Event Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Event>EventCollectionRequest. delta()
-