Package odata.msgraph.client.beta.entity
Class Event.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Event.Builder
-
-
Method Summary
-
-
-
Method Detail
-
id
public Event.Builder id(String id)
-
categories
public Event.Builder categories(List<String> categories)
-
categories
public Event.Builder categories(String... categories)
-
categoriesNextLink
public Event.Builder categoriesNextLink(String categoriesNextLink)
-
changeKey
public Event.Builder changeKey(String changeKey)
-
createdDateTime
public Event.Builder createdDateTime(OffsetDateTime createdDateTime)
-
lastModifiedDateTime
public Event.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
allowNewTimeProposals
public Event.Builder allowNewTimeProposals(Boolean allowNewTimeProposals)
-
attendees
public Event.Builder attendees(List<Attendee> attendees)
-
attendees
public Event.Builder attendees(Attendee... attendees)
-
attendeesNextLink
public Event.Builder attendeesNextLink(String attendeesNextLink)
-
body
public Event.Builder body(ItemBody body)
-
bodyPreview
public Event.Builder bodyPreview(String bodyPreview)
-
cancelledOccurrences
public Event.Builder cancelledOccurrences(List<String> cancelledOccurrences)
-
cancelledOccurrences
public Event.Builder cancelledOccurrences(String... cancelledOccurrences)
-
cancelledOccurrencesNextLink
public Event.Builder cancelledOccurrencesNextLink(String cancelledOccurrencesNextLink)
-
end
public Event.Builder end(DateTimeTimeZone end)
-
hasAttachments
public Event.Builder hasAttachments(Boolean hasAttachments)
-
hideAttendees
public Event.Builder hideAttendees(Boolean hideAttendees)
-
importance
public Event.Builder importance(Importance importance)
-
isAllDay
public Event.Builder isAllDay(Boolean isAllDay)
-
isCancelled
public Event.Builder isCancelled(Boolean isCancelled)
-
isDraft
public Event.Builder isDraft(Boolean isDraft)
-
isOnlineMeeting
public Event.Builder isOnlineMeeting(Boolean isOnlineMeeting)
-
isOrganizer
public Event.Builder isOrganizer(Boolean isOrganizer)
-
isReminderOn
public Event.Builder isReminderOn(Boolean isReminderOn)
-
location
public Event.Builder location(Location location)
-
locations
public Event.Builder locations(List<Location> locations)
-
locations
public Event.Builder locations(Location... locations)
-
locationsNextLink
public Event.Builder locationsNextLink(String locationsNextLink)
-
occurrenceId
public Event.Builder occurrenceId(String occurrenceId)
-
onlineMeeting
public Event.Builder onlineMeeting(OnlineMeetingInfo onlineMeeting)
-
onlineMeetingProvider
public Event.Builder onlineMeetingProvider(OnlineMeetingProviderType onlineMeetingProvider)
-
onlineMeetingUrl
public Event.Builder onlineMeetingUrl(String onlineMeetingUrl)
-
organizer
public Event.Builder organizer(Recipient organizer)
-
originalEndTimeZone
public Event.Builder originalEndTimeZone(String originalEndTimeZone)
-
originalStart
public Event.Builder originalStart(OffsetDateTime originalStart)
-
originalStartTimeZone
public Event.Builder originalStartTimeZone(String originalStartTimeZone)
-
recurrence
public Event.Builder recurrence(PatternedRecurrence recurrence)
-
reminderMinutesBeforeStart
public Event.Builder reminderMinutesBeforeStart(Integer reminderMinutesBeforeStart)
-
responseRequested
public Event.Builder responseRequested(Boolean responseRequested)
-
responseStatus
public Event.Builder responseStatus(ResponseStatus responseStatus)
-
sensitivity
public Event.Builder sensitivity(Sensitivity sensitivity)
-
seriesMasterId
public Event.Builder seriesMasterId(String seriesMasterId)
-
showAs
public Event.Builder showAs(FreeBusyStatus showAs)
-
start
public Event.Builder start(DateTimeTimeZone start)
-
subject
public Event.Builder subject(String subject)
-
transactionId
public Event.Builder transactionId(String transactionId)
-
type
public Event.Builder type(EventType type)
-
uid
public Event.Builder uid(String uid)
-
webLink
public Event.Builder webLink(String webLink)
-
build
public Event build()
-
-