microsoft.exchange.webservices.data
Class ContactGroupSchema

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

public class ContactGroupSchema
extends ItemSchema

Represents the schema for contact groups.


Field Summary
static PropertyDefinition DisplayName
          The Constant DisplayName.
static PropertyDefinition FileAs
          The Constant FileAs.
protected static ContactGroupSchema Instance
          The Constant Instance.
static PropertyDefinition Members
          The Constant Members.
 
Fields inherited from class microsoft.exchange.webservices.data.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.ServiceObjectSchema
extendedProperties
 
Constructor Summary
protected ContactGroupSchema()
          Instantiates a new contact group schema.
 
Method Summary
protected  void registerProperties()
          Registers properties.
 
Methods inherited from class microsoft.exchange.webservices.data.ItemSchema
getInstance
 
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

DisplayName

public static final PropertyDefinition DisplayName
The Constant DisplayName.


FileAs

public static final PropertyDefinition FileAs
The Constant FileAs.


Members

public static final PropertyDefinition Members
The Constant Members.


Instance

protected static final ContactGroupSchema Instance
The Constant Instance.

Constructor Detail

ContactGroupSchema

protected ContactGroupSchema()
Instantiates a new contact group schema.

Method Detail

registerProperties

protected void registerProperties()
Registers properties. IMPORTANT NOTE: PROPERTIES MUST BE REGISTERED IN SCHEMA ORDER (i.e. the same order as they are defined in types.xsd)

Overrides:
registerProperties in class ItemSchema