Package odata.msgraph.client.beta.entity
Class CalendarSharingMessage
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.OutlookItem
-
- odata.msgraph.client.beta.entity.Message
-
- odata.msgraph.client.beta.entity.CalendarSharingMessage
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class CalendarSharingMessage extends Message implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCalendarSharingMessage.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleancanAcceptprotected CalendarSharingMessageActionsharingMessageActionprotected List<CalendarSharingMessageAction>sharingMessageActionsprotected StringsharingMessageActionsNextLinkprotected StringsuggestedCalendarName-
Fields inherited from class odata.msgraph.client.beta.entity.Message
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, webLink
-
Fields inherited from class odata.msgraph.client.beta.entity.OutlookItem
categories, categoriesNextLink, changeKey, createdDateTime, lastModifiedDateTime
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCalendarSharingMessage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Calendar>accept()static CalendarSharingMessage.BuilderbuilderCalendarSharingMessage()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.ChangedFieldsgetChangedFields()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()CalendarSharingMessagepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)CalendarSharingMessageput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()CalendarSharingMessagewithCanAccept(Boolean canAccept)CalendarSharingMessagewithSharingMessageAction(CalendarSharingMessageAction sharingMessageAction)CalendarSharingMessagewithSharingMessageActions(List<CalendarSharingMessageAction> sharingMessageActions)CalendarSharingMessagewithSuggestedCalendarName(String suggestedCalendarName)CalendarSharingMessagewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.Message
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, withBccRecipients, withBody, withBodyPreview, withCcRecipients, withConversationId, withConversationIndex, withFlag, withFrom, withHasAttachments, withImportance, withInferenceClassification, withInternetMessageHeaders, withInternetMessageId, withIsDeliveryReceiptRequested, withIsDraft, withIsRead, withIsReadReceiptRequested, withMentionsPreview, withParentFolderId, withReceivedDateTime, withReplyTo, withSender, withSentDateTime, withSubject, withToRecipients, withUniqueBody, withUnsubscribeData, withUnsubscribeEnabled, withWebLink
-
Methods inherited from class odata.msgraph.client.beta.entity.OutlookItem
getCategories, getCategories, getChangeKey, getCreatedDateTime, getLastModifiedDateTime, withCategories, withChangeKey, withCreatedDateTime, withLastModifiedDateTime
-
-
-
-
Field Detail
-
canAccept
protected Boolean canAccept
-
sharingMessageAction
protected CalendarSharingMessageAction sharingMessageAction
-
sharingMessageActions
protected List<CalendarSharingMessageAction> sharingMessageActions
-
sharingMessageActionsNextLink
protected String sharingMessageActionsNextLink
-
suggestedCalendarName
protected String suggestedCalendarName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classMessage
-
builderCalendarSharingMessage
public static CalendarSharingMessage.Builder builderCalendarSharingMessage()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classMessage
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classMessage
-
withCanAccept
public CalendarSharingMessage withCanAccept(Boolean canAccept)
-
getSharingMessageAction
public Optional<CalendarSharingMessageAction> getSharingMessageAction()
-
withSharingMessageAction
public CalendarSharingMessage withSharingMessageAction(CalendarSharingMessageAction sharingMessageAction)
-
getSharingMessageActions
public com.github.davidmoten.odata.client.CollectionPage<CalendarSharingMessageAction> getSharingMessageActions()
-
withSharingMessageActions
public CalendarSharingMessage withSharingMessageActions(List<CalendarSharingMessageAction> sharingMessageActions)
-
getSharingMessageActions
public com.github.davidmoten.odata.client.CollectionPage<CalendarSharingMessageAction> getSharingMessageActions(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withSuggestedCalendarName
public CalendarSharingMessage withSuggestedCalendarName(String suggestedCalendarName)
-
withUnmappedField
public CalendarSharingMessage withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classMessage
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classMessage
-
patch
public CalendarSharingMessage patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public CalendarSharingMessage put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
accept
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Calendar> accept()
-
-