Class EventMessage
java.lang.Object
com.independentsoft.graph.mails.Message
com.independentsoft.graph.calendars.EventMessage
- All Implemented Interfaces:
ICreatable,IUpdatable
-
Field Summary
Fields inherited from class com.independentsoft.graph.mails.Message
attachments, bccRecipients, body, bodyPreview, categories, ccRecipients, changeKey, conversationId, conversationIndex, createdTime, extendedProperties, flag, from, hasAttachments, id, importance, inferenceClassification, internetMessageHeaders, internetMessageId, isDeliveryReceiptRequested, isDraft, isRead, isReadReceiptRequested, lastModifiedTime, mentionsPreview, parentFolderId, receivedTime, replyTo, sender, sentTime, subject, toRecipients, uniqueBody, unsubscribeData, unsubscribeEnabled, webLink -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()getStart()getType()booleanisAllDay()booleanbooleanvoidsetAsAllDay(boolean isAllDay)voidsetAsDelegated(boolean isDelegated)voidsetAsOutOfDate(boolean isOutOfDate)voidsetAsUnsubscribeEnabled(boolean unsubscribeEnabled)voidsetEnd(DateTimeTimeZone end)voidsetLocation(Location location)voidsetMeetingMessageType(MeetingMessageType meetingMessageType)voidsetRecurrence(Recurrence recurrence)voidsetStart(DateTimeTimeZone start)Converts this object to its JSON representation for creation.toString()Converts this object to its JSON representation for update.toUpdateJson(List<String> propertyNames)Converts this object to JSON for update with specific properties.Methods inherited from class com.independentsoft.graph.mails.Message
getAttachments, getBccRecipients, getBody, getBodyPreview, getCategories, getCcRecipients, getChangeKey, getConversationId, getConversationIndex, getCreatedTime, getExtendedProperties, getFlag, getFrom, getId, getImportance, getInferenceClassification, getInternetMessageHeaders, getInternetMessageId, getLastModifiedTime, getParentFolderId, getReceivedTime, getReplyTo, getSender, getSentTime, getSubject, getToRecipients, getUniqueBody, getUnsubscribeData, getWebLink, hasAttachments, isDeliveryReceiptRequested, isDraft, isRead, isReadReceiptRequested, mentionsPreview, setAsDeliveryReceiptRequested, setAsDraft, setAsRead, setAsReadReceiptRequested, setBody, setFlag, setFrom, setHasAttachments, setId, setImportance, setInferenceClassification, setInternetMessageId, setSender, setSubject, setUnsubscribeData, setUnsubscribeEnabled, toAttachmentItem, unsubscribeEnabled
-
Constructor Details
-
EventMessage
public EventMessage() -
EventMessage
-
-
Method Details
-
toCreateJson
Description copied from interface:ICreatableConverts this object to its JSON representation for creation.This method generates a JSON string containing all properties needed to create a new instance of this resource in Microsoft Graph. Only properties appropriate for creation should be included (e.g., excluding read-only properties like ID, createdTime, etc.).
- Specified by:
toCreateJsonin interfaceICreatable- Overrides:
toCreateJsonin classMessage- Returns:
- JSON string representation for creating this resource
-
toUpdateJson
Description copied from interface:IUpdatableConverts this object to its JSON representation for update.This method generates a JSON string containing all modified properties that should be updated in Microsoft Graph. Only writeable properties with non-null values are typically included.
- Specified by:
toUpdateJsonin interfaceIUpdatable- Overrides:
toUpdateJsonin classMessage- Returns:
- JSON string representation for updating this resource
-
toUpdateJson
Description copied from interface:IUpdatableConverts this object to JSON for update with specific properties.This method generates a JSON string containing only the specified properties. This enables partial updates where only certain fields need to be modified, reducing payload size and avoiding unintended changes to other properties.
- Specified by:
toUpdateJsonin interfaceIUpdatable- Overrides:
toUpdateJsonin classMessage- Parameters:
propertyNames- List of property names to include in the JSON. If null or empty, all modified properties are included.- Returns:
- JSON string representation for updating specific properties
-
toString
-
getEnd
-
setEnd
-
isAllDay
public boolean isAllDay() -
setAsAllDay
public void setAsAllDay(boolean isAllDay) -
isDelegated
public boolean isDelegated() -
setAsDelegated
public void setAsDelegated(boolean isDelegated) -
isOutOfDate
public boolean isOutOfDate() -
setAsOutOfDate
public void setAsOutOfDate(boolean isOutOfDate) -
getLocation
-
setLocation
-
getMeetingMessageType
-
setMeetingMessageType
-
getRecurrence
-
setRecurrence
-
getStart
-
setStart
-
getType
-
setAsUnsubscribeEnabled
public void setAsUnsubscribeEnabled(boolean unsubscribeEnabled)
-