public class CalendarSharingMessage extends Message implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
CalendarSharingMessage.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canAccept |
protected CalendarSharingMessageAction |
sharingMessageAction |
protected List<CalendarSharingMessageAction> |
sharingMessageActions |
protected String |
sharingMessageActionsNextLink |
protected String |
suggestedCalendarName |
bccRecipients, 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 |
CalendarSharingMessage() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Calendar> |
accept() |
static CalendarSharingMessage.Builder |
builderCalendarSharingMessage()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getCanAccept() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<CalendarSharingMessageAction> |
getSharingMessageAction() |
com.github.davidmoten.odata.client.CollectionPage<CalendarSharingMessageAction> |
getSharingMessageActions() |
com.github.davidmoten.odata.client.CollectionPage<CalendarSharingMessageAction> |
getSharingMessageActions(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getSuggestedCalendarName() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
CalendarSharingMessage |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
CalendarSharingMessage |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
CalendarSharingMessage |
withCanAccept(Boolean canAccept) |
CalendarSharingMessage |
withSharingMessageAction(CalendarSharingMessageAction sharingMessageAction) |
CalendarSharingMessage |
withSuggestedCalendarName(String suggestedCalendarName) |
builderMessage, 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 Boolean canAccept
protected String suggestedCalendarName
protected CalendarSharingMessageAction sharingMessageAction
protected List<CalendarSharingMessageAction> sharingMessageActions
protected String sharingMessageActionsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Messagepublic static CalendarSharingMessage.Builder builderCalendarSharingMessage()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Messagepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Messagepublic CalendarSharingMessage withCanAccept(Boolean canAccept)
public CalendarSharingMessage withSuggestedCalendarName(String suggestedCalendarName)
public Optional<CalendarSharingMessageAction> getSharingMessageAction()
public CalendarSharingMessage withSharingMessageAction(CalendarSharingMessageAction sharingMessageAction)
public com.github.davidmoten.odata.client.CollectionPage<CalendarSharingMessageAction> getSharingMessageActions()
public com.github.davidmoten.odata.client.CollectionPage<CalendarSharingMessageAction> getSharingMessageActions(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Messagepublic CalendarSharingMessage patch()
this with changed fields reset.public CalendarSharingMessage put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Calendar> accept()
Copyright © 2018–2020. All rights reserved.