Package com.microsoft.graph.models
Class EventMessageResponse
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.OutlookItem
com.microsoft.graph.models.Message
com.microsoft.graph.models.EventMessage
com.microsoft.graph.models.EventMessageResponse
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class EventMessageResponse
extends EventMessage
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EventMessageResponsecreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueThe deserialization information for the current modelGets the proposedNewTime property value.Gets the responseType property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetProposedNewTime(TimeSlot value) Sets the proposedNewTime property value.voidsetResponseType(ResponseType value) Sets the responseType property value.Methods inherited from class com.microsoft.graph.models.EventMessage
getEndDateTime, getEvent, getIsAllDay, getIsDelegated, getIsOutOfDate, getLocation, getMeetingMessageType, getRecurrence, getStartDateTime, getType, setEndDateTime, setEvent, setIsAllDay, setIsDelegated, setIsOutOfDate, setLocation, setMeetingMessageType, setRecurrence, setStartDateTime, setTypeMethods inherited from class com.microsoft.graph.models.Message
getAttachments, getBccRecipients, getBody, getBodyPreview, getCcRecipients, getConversationId, getConversationIndex, getExtensions, getFlag, getFrom, getHasAttachments, getImportance, getInferenceClassification, getInternetMessageHeaders, getInternetMessageId, getIsDeliveryReceiptRequested, getIsDraft, getIsRead, getIsReadReceiptRequested, getMultiValueExtendedProperties, getParentFolderId, getReceivedDateTime, getReplyTo, getSender, getSentDateTime, getSingleValueExtendedProperties, getSubject, getToRecipients, getUniqueBody, getWebLink, setAttachments, setBccRecipients, setBody, setBodyPreview, setCcRecipients, setConversationId, setConversationIndex, setExtensions, setFlag, setFrom, setHasAttachments, setImportance, setInferenceClassification, setInternetMessageHeaders, setInternetMessageId, setIsDeliveryReceiptRequested, setIsDraft, setIsRead, setIsReadReceiptRequested, setMultiValueExtendedProperties, setParentFolderId, setReceivedDateTime, setReplyTo, setSender, setSentDateTime, setSingleValueExtendedProperties, setSubject, setToRecipients, setUniqueBody, setWebLinkMethods inherited from class com.microsoft.graph.models.OutlookItem
getCategories, getChangeKey, getCreatedDateTime, getLastModifiedDateTime, setCategories, setChangeKey, setCreatedDateTime, setLastModifiedDateTimeMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
EventMessageResponse
public EventMessageResponse()Instantiates a newEventMessageResponseand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static EventMessageResponse createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
EventMessageResponse
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEventMessage- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getProposedNewTime
Gets the proposedNewTime property value. An alternate date/time proposed by an invitee for a meeting request to start and end. Read-only. Not filterable.- Returns:
- a
TimeSlot
-
getResponseType
Gets the responseType property value. Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.- Returns:
- a
ResponseType
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classEventMessage- Parameters:
writer- Serialization writer to use to serialize this model
-
setProposedNewTime
Sets the proposedNewTime property value. An alternate date/time proposed by an invitee for a meeting request to start and end. Read-only. Not filterable.- Parameters:
value- Value to set for the proposedNewTime property.
-
setResponseType
Sets the responseType property value. Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.- Parameters:
value- Value to set for the responseType property.
-