public class EventMessageResponse extends EventMessage implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
EventMessageResponse.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected TimeSlot |
proposedNewTime |
protected ResponseType |
responseType |
endDateTime, isAllDay, isDelegated, isOutOfDate, location, meetingMessageType, recurrence, startDateTime, typebccRecipients, bccRecipientsNextLink, body, bodyPreview, ccRecipients, ccRecipientsNextLink, conversationId, conversationIndex, flag, from, hasAttachments, importance, inferenceClassification, internetMessageHeaders, internetMessageHeadersNextLink, internetMessageId, isDeliveryReceiptRequested, isDraft, isRead, isReadReceiptRequested, mentionsPreview, parentFolderId, receivedDateTime, replyTo, replyToNextLink, sender, sentDateTime, subject, toRecipients, toRecipientsNextLink, uniqueBody, unsubscribeData, unsubscribeDataNextLink, unsubscribeEnabled, webLinkcategories, categoriesNextLink, changeKey, createdDateTime, lastModifiedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
EventMessageResponse() |
| Modifier and Type | Method and Description |
|---|---|
static EventMessageResponse.Builder |
builderEventMessageResponse()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<TimeSlot> |
getProposedNewTime() |
Optional<ResponseType> |
getResponseType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
EventMessageResponse |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
EventMessageResponse |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
EventMessageResponse |
withProposedNewTime(TimeSlot proposedNewTime) |
EventMessageResponse |
withResponseType(ResponseType responseType) |
builderEventMessage, getEndDateTime, getEvent, getIsAllDay, getIsDelegated, getIsOutOfDate, getLocation, getMeetingMessageType, getRecurrence, getStartDateTime, getType, withEndDateTime, withIsAllDay, withIsDelegated, withIsOutOfDate, withLocation, withMeetingMessageType, withRecurrence, withStartDateTime, withTypebuilderMessage, copy, createForward, createReply, createReplyAll, forward, getAttachments, getBccRecipients, getBccRecipients, getBody, getBodyPreview, getCcRecipients, getCcRecipients, getConversationId, getConversationIndex, getExtensions, getFlag, getFrom, getHasAttachments, getImportance, getInferenceClassification, getInternetMessageHeaders, getInternetMessageHeaders, getInternetMessageId, getIsDeliveryReceiptRequested, getIsDraft, getIsRead, getIsReadReceiptRequested, getMentions, getMentionsPreview, getMultiValueExtendedProperties, getParentFolderId, getReceivedDateTime, getReplyTo, getReplyTo, getSender, getSentDateTime, getSingleValueExtendedProperties, getSubject, getToRecipients, getToRecipients, getUniqueBody, getUnsubscribeData, getUnsubscribeData, getUnsubscribeEnabled, getWebLink, move, reply, replyAll, send, unsubscribe, withBody, withBodyPreview, withConversationId, withConversationIndex, withFlag, withFrom, withHasAttachments, withImportance, withInferenceClassification, withInternetMessageId, withIsDeliveryReceiptRequested, withIsDraft, withIsRead, withIsReadReceiptRequested, withMentionsPreview, withParentFolderId, withReceivedDateTime, withSender, withSentDateTime, withSubject, withUniqueBody, withUnsubscribeEnabled, withWebLinkgetCategories, getCategories, getChangeKey, getCreatedDateTime, getLastModifiedDateTime, withChangeKey, withCreatedDateTime, withLastModifiedDateTimeprotected TimeSlot proposedNewTime
protected ResponseType responseType
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EventMessagepublic static EventMessageResponse.Builder builderEventMessageResponse()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class EventMessagepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class EventMessagepublic EventMessageResponse withProposedNewTime(TimeSlot proposedNewTime)
public Optional<ResponseType> getResponseType()
public EventMessageResponse withResponseType(ResponseType responseType)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class EventMessagepublic EventMessageResponse patch()
this with changed fields reset.patch in class EventMessagethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic EventMessageResponse put()
this
with changed fields reset (they were ignored anyway).put in class EventMessagethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class EventMessageCopyright © 2018–2020. All rights reserved.