Package com.microsoft.graph.models
Class CalendarSharingMessage
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.OutlookItem
com.microsoft.graph.models.Message
com.microsoft.graph.models.CalendarSharingMessage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CalendarSharingMessage
extends Message
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Calendar Sharing Message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Can Accept.The Sharing Message Action.The Sharing Message Actions.The Suggested Calendar Name.Fields inherited from class com.microsoft.graph.models.Message
attachments, bccRecipients, body, bodyPreview, ccRecipients, conversationId, conversationIndex, extensions, flag, from, hasAttachments, importance, inferenceClassification, internetMessageHeaders, internetMessageId, isDeliveryReceiptRequested, isDraft, isRead, isReadReceiptRequested, multiValueExtendedProperties, parentFolderId, receivedDateTime, replyTo, sender, sentDateTime, singleValueExtendedProperties, subject, toRecipients, uniqueBody, webLink
Fields inherited from class com.microsoft.graph.models.OutlookItem
categories, changeKey, createdDateTime, lastModifiedDateTime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
canAccept
@SerializedName(value="canAccept", alternate="CanAccept") @Expose @Nullable public Boolean canAcceptThe Can Accept. -
sharingMessageAction
@SerializedName(value="sharingMessageAction", alternate="SharingMessageAction") @Expose @Nullable public CalendarSharingMessageAction sharingMessageActionThe Sharing Message Action. -
sharingMessageActions
@SerializedName(value="sharingMessageActions", alternate="SharingMessageActions") @Expose @Nullable public List<CalendarSharingMessageAction> sharingMessageActionsThe Sharing Message Actions. -
suggestedCalendarName
@SerializedName(value="suggestedCalendarName", alternate="SuggestedCalendarName") @Expose @Nullable public String suggestedCalendarNameThe Suggested Calendar Name.
-
-
Constructor Details
-
CalendarSharingMessage
public CalendarSharingMessage()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classMessage
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-