microsoft.exchange.webservices.data
Class SearchFolderSchema

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

public class SearchFolderSchema
extends FolderSchema

The Class SearchFolderSchema.


Field Summary
static PropertyDefinition SearchParameters
          Defines the SearchParameters property.
 
Fields inherited from class microsoft.exchange.webservices.data.FolderSchema
ChildFolderCount, DisplayName, EffectiveRights, FolderClass, Id, ManagedFolderInformation, ParentFolderId, Permissions, TotalCount, UnreadCount
 
Fields inherited from class microsoft.exchange.webservices.data.ServiceObjectSchema
extendedProperties
 
Constructor Summary
SearchFolderSchema()
           
 
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

SearchParameters

public static final PropertyDefinition SearchParameters
Defines the SearchParameters property.

Constructor Detail

SearchFolderSchema

public SearchFolderSchema()
Method Detail

registerProperties

protected void registerProperties()
Registers properties.

Overrides:
registerProperties in class FolderSchema