Uses of Class
microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase

Packages that use PropertyDefinitionBase
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.exception.service.local   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.core.service   
microsoft.exchange.webservices.data.core.service.schema   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.property.definition   
microsoft.exchange.webservices.data.search   
microsoft.exchange.webservices.data.search.filter   
 

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return PropertyDefinitionBase
 PropertyDefinitionBase PropertySet.getPropertyDefinitionBaseAt(int index)
          Gets the PropertyDefinitionBase at the specified index.
 

Methods in microsoft.exchange.webservices.data.core that return types with arguments of type PropertyDefinitionBase
 Iterator<PropertyDefinitionBase> PropertySet.iterator()
           
 

Methods in microsoft.exchange.webservices.data.core with parameters of type PropertyDefinitionBase
 void PropertySet.add(PropertyDefinitionBase property)
          Adds the specified property to the property set.
 boolean PropertySet.contains(PropertyDefinitionBase property)
          Determines whether the specified property has been explicitly added to this property set using the Add or AddRange methods.
 boolean PropertySet.remove(PropertyDefinitionBase property)
          Removes the specified property from the set.
 

Method parameters in microsoft.exchange.webservices.data.core with type arguments of type PropertyDefinitionBase
 void PropertySet.addRange(Iterable<PropertyDefinitionBase> properties)
          Adds the specified property to the property set.
 void ExchangeService.getAttachment(Attachment attachment, BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Gets the attachment.
protected  ServiceResponseCollection<GetAttachmentResponse> ExchangeService.getAttachments(Attachment[] attachments, BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Gets attachments.
static void PropertySet.writeAdditionalPropertiesToXml(EwsServiceXmlWriter writer, Iterator<PropertyDefinitionBase> propertyDefinitions)
          Writes additional property to XML.
 

Constructors in microsoft.exchange.webservices.data.core with parameters of type PropertyDefinitionBase
PropertySet(BasePropertySet basePropertySet, PropertyDefinitionBase... additionalProperties)
          Initializes a new instance of PropertySet.
PropertySet(PropertyDefinitionBase... additionalProperties)
          Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.
 

Constructor parameters in microsoft.exchange.webservices.data.core with type arguments of type PropertyDefinitionBase
PropertySet(BasePropertySet basePropertySet, Iterator<PropertyDefinitionBase> additionalProperties)
          Initializes a new instance of PropertySet.
PropertySet(Iterator<PropertyDefinitionBase> additionalProperties)
          Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.
 

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.core.exception.service.local
 

Methods in microsoft.exchange.webservices.data.core.exception.service.local that return PropertyDefinitionBase
 PropertyDefinitionBase ServiceObjectPropertyException.getPropertyDefinition()
          The definition of the property that is at the origin of the exception.
 

Constructors in microsoft.exchange.webservices.data.core.exception.service.local with parameters of type PropertyDefinitionBase
ServiceObjectPropertyException(PropertyDefinitionBase propertyDefinition)
          ServiceObjectPropertyException constructor.
ServiceObjectPropertyException(String message, PropertyDefinitionBase propertyDefinition)
          ServiceObjectPropertyException constructor.
ServiceObjectPropertyException(String message, PropertyDefinitionBase propertyDefinition, Exception innerException)
          ServiceObjectPropertyException constructor.
 

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type PropertyDefinitionBase
 List<PropertyDefinitionBase> GetAttachmentRequest.getAdditionalProperties()
          Gets the additional property.
 

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that return types with arguments of type PropertyDefinitionBase
 Collection<PropertyDefinitionBase> ServiceResponse.getErrorProperties()
          Gets information about property errors associated with the response.
 

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.core.service
 

Methods in microsoft.exchange.webservices.data.core.service that return types with arguments of type PropertyDefinitionBase
 Collection<PropertyDefinitionBase> ServiceObject.getLoadedPropertyDefinitions()
          Gets the collection of loaded property definitions.
 

Methods in microsoft.exchange.webservices.data.core.service with parameters of type PropertyDefinitionBase
 Object ServiceObject.getObjectFromPropertyDefinition(PropertyDefinitionBase propertyDefinition)
          Gets the value of specified property in this instance.
<T> boolean
ServiceObject.tryGetProperty(Class<T> cls, PropertyDefinitionBase propertyDefinition, OutParam<T> propertyValue)
          Try to get the value of a specified property in this instance.
 boolean ServiceObject.tryGetProperty(PropertyDefinitionBase propertyDefinition, OutParam<Object> propertyValue)
          Try to get the value of a specified property in this instance.
 

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.core.service.schema
 

Methods in microsoft.exchange.webservices.data.core.service.schema that return PropertyDefinitionBase
static PropertyDefinitionBase ServiceObjectSchema.findPropertyDefinition(String uri)
          Finds the property definition.
 

Method parameters in microsoft.exchange.webservices.data.core.service.schema with type arguments of type PropertyDefinitionBase
protected static void ServiceObjectSchema.addSchemaPropertiesToDictionary(Class<?> type, Map<String,PropertyDefinitionBase> propDefDictionary)
          Adds schema property to dictionary.
 

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type PropertyDefinitionBase
 void ItemAttachment.load(BodyType bodyType, PropertyDefinitionBase... additionalProperties)
          Loads this attachment.
 void ItemAttachment.load(PropertyDefinitionBase... additionalProperties)
          Loads this attachment.
 

Method parameters in microsoft.exchange.webservices.data.property.complex with type arguments of type PropertyDefinitionBase
protected  void Attachment.internalLoad(BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Load the attachment.
 void ItemAttachment.load(BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Loads this attachment.
 void ItemAttachment.load(Iterable<PropertyDefinitionBase> additionalProperties)
          Loads this attachment.
 

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.property.definition
 

Subclasses of PropertyDefinitionBase in microsoft.exchange.webservices.data.property.definition
 class AttachmentsPropertyDefinition
          Represents base Attachments property type.
 class BoolPropertyDefinition
          Represents Boolean property definition.
 class ByteArrayPropertyDefinition
          Represents byte array property definition.
 class ComplexPropertyDefinition<TComplexProperty extends ComplexProperty>
          Represents base complex property type.
 class ComplexPropertyDefinitionBase
          Represents abstract complex property definition.
 class ContainedPropertyDefinition<TComplexProperty extends ComplexProperty>
          Represents contained property definition.
 class DateTimePropertyDefinition
          Represents DateTime property definition.
 class DoublePropertyDefinition
          Represents double-precision floating point property definition.
 class EffectiveRightsPropertyDefinition
          Represents effective rights property definition.
 class ExtendedPropertyDefinition
          Represents the definition of an extended property.
 class GenericPropertyDefinition<TPropertyValue extends Serializable>
          Represents generic property definition.
 class GroupMemberPropertyDefinition
          Represents the definition of the GroupMember property.
 class IndexedPropertyDefinition
          Represents an indexed property definition.
 class IntPropertyDefinition
          Represents Integer property defintion.
 class MeetingTimeZonePropertyDefinition
          Represents the definition for the meeting time zone property.
 class PermissionSetPropertyDefinition
          Represents permission set property definition.
 class PropertyDefinition
          Represents the definition of a folder or item property.
 class RecurrencePropertyDefinition
          Represenrs recurrence property definition.
 class ResponseObjectsPropertyDefinition
          Represents response object property defintion.
 class ServiceObjectPropertyDefinition
          Represents a property definition for a service object.
 class StartTimeZonePropertyDefinition
          Represents a property definition for property of type TimeZoneInfo.
 class StringPropertyDefinition
          Represents String property definition.
 class TaskDelegationStatePropertyDefinition
          Represents a task delegation property definition.
 class TimeSpanPropertyDefinition
          Represents TimeSpan property definition.
 class TimeZonePropertyDefinition
          Represents a property definition for property of type TimeZoneInfo.
 

Method parameters in microsoft.exchange.webservices.data.property.definition with type arguments of type PropertyDefinitionBase
static boolean PropertyDefinitionBase.tryLoadFromXml(EwsServiceXmlReader reader, OutParam<PropertyDefinitionBase> propertyDefinition)
          Tries to load from XML.
 

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.search
 

Methods in microsoft.exchange.webservices.data.search that return PropertyDefinitionBase
 PropertyDefinitionBase Grouping.getAggregateOn()
          Gets the property to aggregateOn.
 PropertyDefinitionBase Grouping.getGroupOn()
          Gets the property to group on.
 

Methods in microsoft.exchange.webservices.data.search that return types with arguments of type PropertyDefinitionBase
 Iterator<Map<PropertyDefinitionBase,SortDirection>> OrderByCollection.getEnumerator()
          Returns an enumerator that iterates through the collection.
 Map<PropertyDefinitionBase,SortDirection> OrderByCollection.getPropertyDefinitionSortDirectionPair(int index)
          Gets the element at the specified index from the collection.
 Iterator<Map<PropertyDefinitionBase,SortDirection>> OrderByCollection.iterator()
           
 

Methods in microsoft.exchange.webservices.data.search with parameters of type PropertyDefinitionBase
 void OrderByCollection.add(PropertyDefinitionBase propertyDefinition, SortDirection sortDirection)
          Adds the specified property definition / sort direction pair to the collection.
protected  boolean OrderByCollection.contains(PropertyDefinitionBase propertyDefinition)
          Determines whether the collection contains the specified property definition.
 boolean OrderByCollection.remove(PropertyDefinitionBase propertyDefinition)
          Removes the specified property definition from the collection.
 void Grouping.setAggregateOn(PropertyDefinitionBase aggregateOn)
          Sets the property to aggregateOn.
 void Grouping.setGroupOn(PropertyDefinitionBase groupOn)
          sets the property to group on.
 boolean OrderByCollection.tryGetValue(PropertyDefinitionBase propertyDefinition, OutParam<SortDirection> sortDirection)
          Tries to get the value for a property definition in the collection.
 

Constructors in microsoft.exchange.webservices.data.search with parameters of type PropertyDefinitionBase
Grouping(PropertyDefinitionBase groupOn, SortDirection sortDirection, PropertyDefinitionBase aggregateOn, AggregateType aggregateType)
          Initializes a new instance of the "Grouping" class.
 

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.search.filter
 

Methods in microsoft.exchange.webservices.data.search.filter that return PropertyDefinitionBase
 PropertyDefinitionBase SearchFilter.RelationalFilter.getOtherPropertyDefinition()
          Gets the definition of the property to compare with.
 PropertyDefinitionBase SearchFilter.PropertyBasedFilter.getPropertyDefinition()
          Gets the definition of the property that is involved in the search filter.
 

Methods in microsoft.exchange.webservices.data.search.filter with parameters of type PropertyDefinitionBase
 void SearchFilter.RelationalFilter.setOtherPropertyDefinition(PropertyDefinitionBase OtherPropertyDefinition)
          Sets the definition of the property to compare with.
 void SearchFilter.PropertyBasedFilter.setPropertyDefinition(PropertyDefinitionBase propertyDefinition)
          Sets the definition of the property that is involved in the search filter.
 

Constructors in microsoft.exchange.webservices.data.search.filter with parameters of type PropertyDefinitionBase
SearchFilter.ContainsSubstring(PropertyDefinitionBase propertyDefinition, String value)
          Initializes a new instance of the class.
SearchFilter.ContainsSubstring(PropertyDefinitionBase propertyDefinition, String value, ContainmentMode containmentMode, ComparisonMode comparisonMode)
          Initializes a new instance of the class.
SearchFilter.ExcludesBitmask(PropertyDefinitionBase propertyDefinition, int bitmask)
          Initializes a new instance of the class.
SearchFilter.Exists(PropertyDefinitionBase propertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsEqualTo(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsGreaterThan(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsGreaterThan(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsLessThan(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsLessThan(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsLessThanOrEqualTo(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsLessThanOrEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsNotEqualTo(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsNotEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.