public class Post extends OutlookItem implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
AttachmentCollectionPage |
attachments
The Attachments.
|
ItemBody |
body
The Body.
|
java.lang.String |
conversationId
The Conversation Id.
|
java.lang.String |
conversationThreadId
The Conversation Thread Id.
|
ExtensionCollectionPage |
extensions
The Extensions.
|
Recipient |
from
The From.
|
java.lang.Boolean |
hasAttachments
The Has Attachments.
|
Post |
inReplyTo
The In Reply To.
|
MultiValueLegacyExtendedPropertyCollectionPage |
multiValueExtendedProperties
The Multi Value Extended Properties.
|
java.util.List<Recipient> |
newParticipants
The New Participants.
|
java.time.OffsetDateTime |
receivedDateTime
The Received Date Time.
|
Recipient |
sender
The Sender.
|
SingleValueLegacyExtendedPropertyCollectionPage |
singleValueExtendedProperties
The Single Value Extended Properties.
|
categories, changeKey, createdDateTime, lastModifiedDateTime
Constructor and Description |
---|
Post() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="body", alternate="Body") @Expose @Nullable public ItemBody body
@SerializedName(value="conversationId", alternate="ConversationId") @Expose @Nullable public java.lang.String conversationId
@SerializedName(value="conversationThreadId", alternate="ConversationThreadId") @Expose @Nullable public java.lang.String conversationThreadId
@SerializedName(value="from", alternate="From") @Expose @Nullable public Recipient from
@SerializedName(value="hasAttachments", alternate="HasAttachments") @Expose @Nullable public java.lang.Boolean hasAttachments
@SerializedName(value="newParticipants", alternate="NewParticipants") @Expose @Nullable public java.util.List<Recipient> newParticipants
@SerializedName(value="receivedDateTime", alternate="ReceivedDateTime") @Expose @Nullable public java.time.OffsetDateTime receivedDateTime
@SerializedName(value="sender", alternate="Sender") @Expose @Nullable public Recipient sender
@SerializedName(value="attachments", alternate="Attachments") @Expose @Nullable public AttachmentCollectionPage attachments
@SerializedName(value="extensions", alternate="Extensions") @Expose @Nullable public ExtensionCollectionPage extensions
@SerializedName(value="inReplyTo", alternate="InReplyTo") @Expose @Nullable public Post inReplyTo
@SerializedName(value="multiValueExtendedProperties", alternate="MultiValueExtendedProperties") @Expose @Nullable public MultiValueLegacyExtendedPropertyCollectionPage multiValueExtendedProperties
@SerializedName(value="singleValueExtendedProperties", alternate="SingleValueExtendedProperties") @Expose @Nullable public SingleValueLegacyExtendedPropertyCollectionPage singleValueExtendedProperties
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class OutlookItem
serializer
- the serializerjson
- the JSON object to set this object to