Class ContactGroupSchema
- 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.ContactGroupSchema
-
- All Implemented Interfaces:
Iterable<PropertyDefinition>
public class ContactGroupSchema extends ItemSchema
Represents the schema for contact groups.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDefinitionDisplayNameThe Constant DisplayName.static PropertyDefinitionFileAsThe Constant FileAs.static ContactGroupSchemaInstanceThe Constant Instance.static PropertyDefinitionMembersThe Constant Members.-
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 protectedContactGroupSchema()Instantiates a new contact group schema.
-
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
-
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
public 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 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
-
-