Uses of Class
microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
-
-
Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return PropertyDefinitionBase Modifier and Type Method Description PropertyDefinitionBasePropertySet. 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 Modifier and Type Method Description Iterator<PropertyDefinitionBase>PropertySet. iterator()Methods in microsoft.exchange.webservices.data.core with parameters of type PropertyDefinitionBase Modifier and Type Method Description voidPropertySet. add(PropertyDefinitionBase property)Adds the specified property to the property set.booleanPropertySet. contains(PropertyDefinitionBase property)Determines whether the specified property has been explicitly added to this property set using the Add or AddRange methods.booleanPropertySet. remove(PropertyDefinitionBase property)Removes the specified property from the set.Method parameters in microsoft.exchange.webservices.data.core with type arguments of type PropertyDefinitionBase Modifier and Type Method Description voidPropertySet. addRange(Iterable<PropertyDefinitionBase> properties)Adds the specified property to the property set.voidExchangeService. 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 voidPropertySet. writeAdditionalPropertiesToXml(EwsServiceXmlWriter writer, Iterator<PropertyDefinitionBase> propertyDefinitions)Writes additional property to XML.Constructors in microsoft.exchange.webservices.data.core with parameters of type PropertyDefinitionBase Constructor Description 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 Constructor Description PropertySet(Iterator<PropertyDefinitionBase> additionalProperties)Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.PropertySet(BasePropertySet basePropertySet, Iterator<PropertyDefinitionBase> additionalProperties)Initializes a new instance of PropertySet. -
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 Modifier and Type Method Description PropertyDefinitionBaseServiceObjectPropertyException. 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 Constructor Description ServiceObjectPropertyException(String message, PropertyDefinitionBase propertyDefinition)ServiceObjectPropertyException constructor.ServiceObjectPropertyException(String message, PropertyDefinitionBase propertyDefinition, Exception innerException)ServiceObjectPropertyException constructor.ServiceObjectPropertyException(PropertyDefinitionBase propertyDefinition)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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Collection<PropertyDefinitionBase>ServiceObject. getLoadedPropertyDefinitions()Gets the collection of loaded property definitions.Methods in microsoft.exchange.webservices.data.core.service with parameters of type PropertyDefinitionBase Modifier and Type Method Description ObjectServiceObject. getObjectFromPropertyDefinition(PropertyDefinitionBase propertyDefinition)Gets the value of specified property in this instance.<T> booleanServiceObject. tryGetProperty(Class<T> cls, PropertyDefinitionBase propertyDefinition, OutParam<T> propertyValue)Try to get the value of a specified property in this instance.booleanServiceObject. 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 Modifier and Type Method Description static PropertyDefinitionBaseServiceObjectSchema. findPropertyDefinition(String uri)Finds the property definition.Method parameters in microsoft.exchange.webservices.data.core.service.schema with type arguments of type PropertyDefinitionBase Modifier and Type Method Description protected static voidServiceObjectSchema. 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 Modifier and Type Method Description voidItemAttachment. load(BodyType bodyType, PropertyDefinitionBase... additionalProperties)Loads this attachment.voidItemAttachment. load(PropertyDefinitionBase... additionalProperties)Loads this attachment.Method parameters in microsoft.exchange.webservices.data.property.complex with type arguments of type PropertyDefinitionBase Modifier and Type Method Description protected voidAttachment. internalLoad(BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)Load the attachment.voidItemAttachment. load(Iterable<PropertyDefinitionBase> additionalProperties)Loads this attachment.voidItemAttachment. load(BodyType bodyType, 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 Modifier and Type Class Description classAttachmentsPropertyDefinitionRepresents base Attachments property type.classBoolPropertyDefinitionRepresents Boolean property definition.classByteArrayPropertyDefinitionRepresents byte array property definition.classComplexPropertyDefinition<TComplexProperty extends ComplexProperty>Represents base complex property type.classComplexPropertyDefinitionBaseRepresents abstract complex property definition.classContainedPropertyDefinition<TComplexProperty extends ComplexProperty>Represents contained property definition.classDateTimePropertyDefinitionRepresents DateTime property definition.classDoublePropertyDefinitionRepresents double-precision floating point property definition.classEffectiveRightsPropertyDefinitionRepresents effective rights property definition.classExtendedPropertyDefinitionRepresents the definition of an extended property.classGenericPropertyDefinition<TPropertyValue extends Serializable>Represents generic property definition.classGroupMemberPropertyDefinitionRepresents the definition of the GroupMember property.classIndexedPropertyDefinitionRepresents an indexed property definition.classIntPropertyDefinitionRepresents Integer property defintion.classMeetingTimeZonePropertyDefinitionRepresents the definition for the meeting time zone property.classPermissionSetPropertyDefinitionRepresents permission set property definition.classPropertyDefinitionRepresents the definition of a folder or item property.classRecurrencePropertyDefinitionRepresenrs recurrence property definition.classResponseObjectsPropertyDefinitionRepresents response object property defintion.classServiceObjectPropertyDefinitionRepresents a property definition for a service object.classStartTimeZonePropertyDefinitionRepresents a property definition for property of type TimeZoneInfo.classStringPropertyDefinitionRepresents String property definition.classTaskDelegationStatePropertyDefinitionRepresents a task delegation property definition.classTimeSpanPropertyDefinitionRepresents TimeSpan property definition.classTimeZonePropertyDefinitionRepresents a property definition for property of type TimeZoneInfo.Method parameters in microsoft.exchange.webservices.data.property.definition with type arguments of type PropertyDefinitionBase Modifier and Type Method Description static booleanPropertyDefinitionBase. 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 Modifier and Type Method Description PropertyDefinitionBaseGrouping. getAggregateOn()Gets the property to aggregateOn.PropertyDefinitionBaseGrouping. getGroupOn()Gets the property to group on.Methods in microsoft.exchange.webservices.data.search that return types with arguments of type PropertyDefinitionBase Modifier and Type Method Description 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 Modifier and Type Method Description voidOrderByCollection. add(PropertyDefinitionBase propertyDefinition, SortDirection sortDirection)Adds the specified property definition / sort direction pair to the collection.protected booleanOrderByCollection. contains(PropertyDefinitionBase propertyDefinition)Determines whether the collection contains the specified property definition.booleanOrderByCollection. remove(PropertyDefinitionBase propertyDefinition)Removes the specified property definition from the collection.voidGrouping. setAggregateOn(PropertyDefinitionBase aggregateOn)Sets the property to aggregateOn.voidGrouping. setGroupOn(PropertyDefinitionBase groupOn)sets the property to group on.booleanOrderByCollection. 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 Constructor Description 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 Modifier and Type Method Description PropertyDefinitionBaseSearchFilter.RelationalFilter. getOtherPropertyDefinition()Gets the definition of the property to compare with.PropertyDefinitionBaseSearchFilter.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 Modifier and Type Method Description voidSearchFilter.RelationalFilter. setOtherPropertyDefinition(PropertyDefinitionBase OtherPropertyDefinition)Sets the definition of the property to compare with.voidSearchFilter.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 Constructor Description ContainsSubstring(PropertyDefinitionBase propertyDefinition, String value)Initializes a new instance of the class.ContainsSubstring(PropertyDefinitionBase propertyDefinition, String value, ContainmentMode containmentMode, ComparisonMode comparisonMode)Initializes a new instance of the class.ExcludesBitmask(PropertyDefinitionBase propertyDefinition, int bitmask)Initializes a new instance of the class.Exists(PropertyDefinitionBase propertyDefinition)Initializes a new instance of the class.IsEqualTo(PropertyDefinitionBase propertyDefinition, Object value)Initializes a new instance of the class.IsEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)Initializes a new instance of the class.IsGreaterThan(PropertyDefinitionBase propertyDefinition, Object value)Initializes a new instance of the class.IsGreaterThan(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)Initializes a new instance of the class.IsGreaterThanOrEqualTo(PropertyDefinitionBase propertyDefinition, Object value)Initializes a new instance of the class.IsGreaterThanOrEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)Initializes a new instance of the class.IsLessThan(PropertyDefinitionBase propertyDefinition, Object value)Initializes a new instance of the class.IsLessThan(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)Initializes a new instance of the class.IsLessThanOrEqualTo(PropertyDefinitionBase propertyDefinition, Object value)Initializes a new instance of the class.IsLessThanOrEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)Initializes a new instance of the class.IsNotEqualTo(PropertyDefinitionBase propertyDefinition, Object value)Initializes a new instance of the class.IsNotEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)Initializes a new instance of the class.
-