microsoft.exchange.webservices.data
Class ConversationSchema

java.lang.Object
  extended by microsoft.exchange.webservices.data.ServiceObjectSchema
      extended by microsoft.exchange.webservices.data.ConversationSchema
All Implemented Interfaces:
java.lang.Iterable<PropertyDefinition>

public class ConversationSchema
extends ServiceObjectSchema

Represents the schema for Conversation.


Field Summary
static PropertyDefinition Categories
          Defines the Categories property.
static PropertyDefinition FlagStatus
          Defines the FlagStatus property.
static PropertyDefinition GlobalCategories
          Defines the GlobalCategories property.
static PropertyDefinition GlobalFlagStatus
          Defines the GlobalFlagStatus property.
static PropertyDefinition GlobalHasAttachments
          Defines the GlobalHasAttachments property.
static PropertyDefinition GlobalImportance
          Defines the GlobalImportance property.
static PropertyDefinition GlobalItemClasses
          Defines the GlobalItemClasses property.
static PropertyDefinition GlobalItemIds
          Defines the GlobalItemIds property.
static PropertyDefinition GlobalLastDeliveryTime
          Defines the GlobalLastDeliveryTime property.
static PropertyDefinition GlobalMessageCount
          Defines the GlobalMessageCount property.
static PropertyDefinition GlobalSize
          Defines the GlobalSize property.
static PropertyDefinition GlobalUniqueRecipients
          Defines the GlobalUniqueRecipients property.
static PropertyDefinition GlobalUniqueSenders
          Defines the GlobalUniqueSenders property.
static PropertyDefinition GlobalUniqueUnreadSenders
          Defines the GlobalUniqueUnreadSenders property.
static PropertyDefinition GlobalUnreadCount
          Defines the GlobalUnreadCount property.
static PropertyDefinition HasAttachments
          Defines the HasAttachments property.
static PropertyDefinition Id
          Defines the Id property.
static PropertyDefinition Importance
          Defines the Importance property.
protected static ConversationSchema Instance
          This must be declared after the property definitions
static PropertyDefinition ItemClasses
          Defines the ItemClasses property.
static PropertyDefinition ItemIds
          Defines the ItemIds property.
static PropertyDefinition LastDeliveryTime
          Defines the LastDeliveryTime property.
static PropertyDefinition MessageCount
          Defines the MessageCount property.
static PropertyDefinition Size
          Defines the Size property.
static PropertyDefinition Topic
          Defines the Topic property.
static PropertyDefinition UniqueRecipients
          Defines the UniqueRecipients property.
static PropertyDefinition UniqueSenders
          Defines the UniqueSenders property.
static PropertyDefinition UniqueUnreadSenders
          Defines the UniqueUnreadSenders property.
static PropertyDefinition UnreadCount
          Defines the UnreadCount property.
 
Fields inherited from class microsoft.exchange.webservices.data.ServiceObjectSchema
extendedProperties
 
Constructor Summary
protected ConversationSchema()
          Initializes a new instance of the ConversationSchema class.
 
Method Summary
protected  void registerProperties()
          Registers properties.
 
Methods inherited from class microsoft.exchange.webservices.data.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
 

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

protected 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 properties.

Overrides:
registerProperties in class ServiceObjectSchema