Class PostItemSchema
- java.lang.Object
-
- microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
-
- microsoft.exchange.webservices.data.core.service.schema.ItemSchema
-
- microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
-
- All Implemented Interfaces:
Iterable<PropertyDefinition>
public final class PostItemSchema extends ItemSchema
Represents the schema for post item.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDefinitionConversationIndexDefines the ConversationIndex property.static PropertyDefinitionConversationTopicDefines the ConversationTopic property.static PropertyDefinitionFromDefines the From property.static PostItemSchemaInstanceThe Constant Instance.static PropertyDefinitionInternetMessageIdDefines the InternetMessageId property.static PropertyDefinitionIsReadDefines the IsRead property.static PropertyDefinitionPostedTimeDefines the PostedTime property.static PropertyDefinitionReferencesDefines the References property.static PropertyDefinitionSenderDefines the Sender property.-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
AllowedResponseActions, Attachments, Body, Categories, ConversationId, Culture, DateTimeCreated, DateTimeReceived, DateTimeSent, DisplayCc, DisplayTo, EffectiveRights, HasAttachments, Id, Importance, InReplyTo, InternetMessageHeaders, IsAssociated, IsDraft, IsFromMe, IsReminderSet, IsResend, IsSubmitted, IsUnmodified, ItemClass, LastModifiedName, LastModifiedTime, MimeContent, ParentFolderId, ReminderDueBy, ReminderMinutesBeforeStart, Sensitivity, Size, StoreEntryId, Subject, UniqueBody, WebClientEditFormQueryString, WebClientReadFormQueryString
-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
extendedProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPostItemSchema()Initializes a new instance of the PostItemSchema class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregisterProperties()Registers property.-
Methods inherited from class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
getInstance
-
Methods inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
addSchemaPropertiesToDictionary, addSchemaPropertyNamesToDictionary, findPropertyDefinition, getFirstClassProperties, getFirstClassSummaryProperties, initializeSchemaPropertyNames, iterator, registerIndexedProperty, registerInternalProperty, registerProperty, tryGetPropertyDefinition
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
ConversationIndex
public static final PropertyDefinition ConversationIndex
Defines the ConversationIndex property.
-
ConversationTopic
public static final PropertyDefinition ConversationTopic
Defines the ConversationTopic property.
-
From
public static final PropertyDefinition From
Defines the From property.
-
InternetMessageId
public static final PropertyDefinition InternetMessageId
Defines the InternetMessageId property.
-
IsRead
public static final PropertyDefinition IsRead
Defines the IsRead property.
-
PostedTime
public static final PropertyDefinition PostedTime
Defines the PostedTime property.
-
References
public static final PropertyDefinition References
Defines the References property.
-
Sender
public static final PropertyDefinition Sender
Defines the Sender property.
-
Instance
public static final PostItemSchema Instance
The Constant Instance.
-
-
Constructor Detail
-
PostItemSchema
protected PostItemSchema()
Initializes a new instance of the PostItemSchema class.
-
-
Method Detail
-
registerProperties
protected void registerProperties()
Registers property. IMPORTANT NOTE: PROPERTIES MUST BE REGISTERED IN SCHEMA ORDER (i.e. the same order as they are defined in types.xsd)- Overrides:
registerPropertiesin classItemSchema
-
-