|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ServiceObjectSchema
microsoft.exchange.webservices.data.FolderSchema
public class FolderSchema
Represents the schema for folders.
Field Summary | |
---|---|
static PropertyDefinition |
ChildFolderCount
Defines the ChildFolderCount property. |
static PropertyDefinition |
DisplayName
Defines the DisplayName property. |
static PropertyDefinition |
EffectiveRights
Defines the EffectiveRights property. |
static PropertyDefinition |
FolderClass
Defines the FolderClass property. |
static PropertyDefinition |
Id
Defines the Id property. |
protected static FolderSchema |
Instance
This must be declared after the property definitions. |
static PropertyDefinition |
ManagedFolderInformation
Defines the ManagedFolderInformation property. |
static PropertyDefinition |
ParentFolderId
Defines the ParentFolderId property. |
static PropertyDefinition |
Permissions
Defines the Permissions property. |
static PropertyDefinition |
TotalCount
Defines the TotalCount property. |
static PropertyDefinition |
UnreadCount
Defines the UnreadCount property. |
Fields inherited from class microsoft.exchange.webservices.data.ServiceObjectSchema |
---|
extendedProperties |
Constructor Summary | |
---|---|
FolderSchema()
|
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 |
---|
public static final PropertyDefinition Id
public static final PropertyDefinition FolderClass
public static final PropertyDefinition ParentFolderId
public static final PropertyDefinition ChildFolderCount
public static final PropertyDefinition DisplayName
public static final PropertyDefinition UnreadCount
public static final PropertyDefinition TotalCount
public static final PropertyDefinition ManagedFolderInformation
public static final PropertyDefinition EffectiveRights
public static final PropertyDefinition Permissions
protected static final FolderSchema Instance
Constructor Detail |
---|
public FolderSchema()
Method Detail |
---|
protected void registerProperties()
registerProperties
in class ServiceObjectSchema
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |