Class CalendarResponseObjectSchema
- java.lang.Object
-
- microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
-
- microsoft.exchange.webservices.data.core.service.schema.CalendarResponseObjectSchema
-
- All Implemented Interfaces:
Iterable<PropertyDefinition>
public class CalendarResponseObjectSchema extends ServiceObjectSchema
Represents the schema for CalendarResponseObject.
-
-
Field Summary
Fields Modifier and Type Field Description static CalendarResponseObjectSchemaInstanceThe Constant Instance.-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
extendedProperties
-
-
Constructor Summary
Constructors Constructor Description CalendarResponseObjectSchema()
-
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.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
-
Instance
public static final CalendarResponseObjectSchema Instance
The Constant Instance.
-
-
Constructor Detail
-
CalendarResponseObjectSchema
public CalendarResponseObjectSchema()
-
-
Method Detail
-
registerProperties
protected void registerProperties()
Registers property.- Overrides:
registerPropertiesin classServiceObjectSchema
-
-