Class ResponseObjectSchema
- java.lang.Object
-
- microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
-
- microsoft.exchange.webservices.data.core.service.schema.ResponseObjectSchema
-
- All Implemented Interfaces:
Iterable<PropertyDefinition>
public class ResponseObjectSchema extends ServiceObjectSchema
Represents ResponseObject schema definition.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDefinitionBodyPrefixThe Body prefix.static ResponseObjectSchemaInstanceThis must be declared after the property definitions.static PropertyDefinitionReferenceItemIdThe Reference item id.-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
extendedProperties
-
-
Constructor Summary
Constructors Constructor Description ResponseObjectSchema()
-
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
-
ReferenceItemId
public static final PropertyDefinition ReferenceItemId
The Reference item id.
-
BodyPrefix
public static final PropertyDefinition BodyPrefix
The Body prefix.
-
Instance
public static final ResponseObjectSchema Instance
This must be declared after the property definitions.
-
-
Constructor Detail
-
ResponseObjectSchema
public ResponseObjectSchema()
-
-
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 classServiceObjectSchema
-
-