Class ConversationSchema
- java.lang.Object
-
- microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
-
- microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
-
- All Implemented Interfaces:
Iterable<PropertyDefinition>
public class ConversationSchema extends ServiceObjectSchema
Represents the schema for Conversation.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDefinitionCategoriesDefines the Categories property.static PropertyDefinitionFlagStatusDefines the FlagStatus property.static PropertyDefinitionGlobalCategoriesDefines the GlobalCategories property.static PropertyDefinitionGlobalFlagStatusDefines the GlobalFlagStatus property.static PropertyDefinitionGlobalHasAttachmentsDefines the GlobalHasAttachments property.static PropertyDefinitionGlobalImportanceDefines the GlobalImportance property.static PropertyDefinitionGlobalItemClassesDefines the GlobalItemClasses property.static PropertyDefinitionGlobalItemIdsDefines the GlobalItemIds property.static PropertyDefinitionGlobalLastDeliveryTimeDefines the GlobalLastDeliveryTime property.static PropertyDefinitionGlobalMessageCountDefines the GlobalMessageCount property.static PropertyDefinitionGlobalSizeDefines the GlobalSize property.static PropertyDefinitionGlobalUniqueRecipientsDefines the GlobalUniqueRecipients property.static PropertyDefinitionGlobalUniqueSendersDefines the GlobalUniqueSenders property.static PropertyDefinitionGlobalUniqueUnreadSendersDefines the GlobalUniqueUnreadSenders property.static PropertyDefinitionGlobalUnreadCountDefines the GlobalUnreadCount property.static PropertyDefinitionHasAttachmentsDefines the HasAttachments property.static PropertyDefinitionIdDefines the Id property.static PropertyDefinitionImportanceDefines the Importance property.static ConversationSchemaInstanceThis must be declared after the property definitionsstatic PropertyDefinitionItemClassesDefines the ItemClasses property.static PropertyDefinitionItemIdsDefines the ItemIds property.static PropertyDefinitionLastDeliveryTimeDefines the LastDeliveryTime property.static PropertyDefinitionMessageCountDefines the MessageCount property.static PropertyDefinitionSizeDefines the Size property.static PropertyDefinitionTopicDefines the Topic property.static PropertyDefinitionUniqueRecipientsDefines the UniqueRecipients property.static PropertyDefinitionUniqueSendersDefines the UniqueSenders property.static PropertyDefinitionUniqueUnreadSendersDefines the UniqueUnreadSenders property.static PropertyDefinitionUnreadCountDefines the UnreadCount property.-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
extendedProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedConversationSchema()Initializes a new instance of the ConversationSchema 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.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
-
Id
public static final PropertyDefinition Id
Defines the Id property.
-
Topic
public static final PropertyDefinition Topic
Defines the Topic property.
-
UniqueRecipients
public static final PropertyDefinition UniqueRecipients
Defines the UniqueRecipients property.
-
GlobalUniqueRecipients
public static final PropertyDefinition GlobalUniqueRecipients
Defines the GlobalUniqueRecipients property.
-
UniqueUnreadSenders
public static final PropertyDefinition UniqueUnreadSenders
Defines the UniqueUnreadSenders property.
-
GlobalUniqueUnreadSenders
public static final PropertyDefinition GlobalUniqueUnreadSenders
Defines the GlobalUniqueUnreadSenders property.
-
UniqueSenders
public static final PropertyDefinition UniqueSenders
Defines the UniqueSenders property.
-
GlobalUniqueSenders
public static final PropertyDefinition GlobalUniqueSenders
Defines the GlobalUniqueSenders property.
-
LastDeliveryTime
public static final PropertyDefinition LastDeliveryTime
Defines the LastDeliveryTime property.
-
GlobalLastDeliveryTime
public static final PropertyDefinition GlobalLastDeliveryTime
Defines the GlobalLastDeliveryTime property.
-
Categories
public static final PropertyDefinition Categories
Defines the Categories property.
-
GlobalCategories
public static final PropertyDefinition GlobalCategories
Defines the GlobalCategories property.
-
FlagStatus
public static final PropertyDefinition FlagStatus
Defines the FlagStatus property.
-
GlobalFlagStatus
public static final PropertyDefinition GlobalFlagStatus
Defines the GlobalFlagStatus property.
-
HasAttachments
public static final PropertyDefinition HasAttachments
Defines the HasAttachments property.
-
GlobalHasAttachments
public static final PropertyDefinition GlobalHasAttachments
Defines the GlobalHasAttachments property.
-
MessageCount
public static final PropertyDefinition MessageCount
Defines the MessageCount property.
-
GlobalMessageCount
public static final PropertyDefinition GlobalMessageCount
Defines the GlobalMessageCount property.
-
UnreadCount
public static final PropertyDefinition UnreadCount
Defines the UnreadCount property.
-
GlobalUnreadCount
public static final PropertyDefinition GlobalUnreadCount
Defines the GlobalUnreadCount property.
-
Size
public static final PropertyDefinition Size
Defines the Size property.
-
GlobalSize
public static final PropertyDefinition GlobalSize
Defines the GlobalSize property.
-
ItemClasses
public static final PropertyDefinition ItemClasses
Defines the ItemClasses property.
-
GlobalItemClasses
public static final PropertyDefinition GlobalItemClasses
Defines the GlobalItemClasses property.
-
Importance
public static final PropertyDefinition Importance
Defines the Importance property.
-
GlobalImportance
public static final PropertyDefinition GlobalImportance
Defines the GlobalImportance property.
-
ItemIds
public static final PropertyDefinition ItemIds
Defines the ItemIds property.
-
GlobalItemIds
public static final PropertyDefinition GlobalItemIds
Defines the GlobalItemIds property.
-
Instance
public static final ConversationSchema Instance
This must be declared after the property definitions
-
-
Constructor Detail
-
ConversationSchema
protected ConversationSchema()
Initializes a new instance of the ConversationSchema class.
-
-
Method Detail
-
registerProperties
protected void registerProperties()
Registers property.- Overrides:
registerPropertiesin classServiceObjectSchema
-
-