Modifier and Type | Method and Description |
---|---|
PropertyDefinitionBase |
PropertySet.getPropertyDefinitionBaseAt(int index)
Gets the PropertyDefinitionBase at the specified index.
|
Modifier and Type | Method and Description |
---|---|
Iterator<PropertyDefinitionBase> |
PropertySet.iterator() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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 and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinitionBase |
ServiceObjectPropertyException.getPropertyDefinition()
The definition of the property that is at the origin of the exception.
|
Constructor and Description |
---|
ServiceObjectPropertyException(PropertyDefinitionBase propertyDefinition)
ServiceObjectPropertyException constructor.
|
ServiceObjectPropertyException(String message,
PropertyDefinitionBase propertyDefinition)
ServiceObjectPropertyException constructor.
|
ServiceObjectPropertyException(String message,
PropertyDefinitionBase propertyDefinition,
Exception innerException)
ServiceObjectPropertyException constructor.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyDefinitionBase> |
GetAttachmentRequest.getAdditionalProperties()
Gets the additional property.
|
Modifier and Type | Method and Description |
---|---|
Collection<PropertyDefinitionBase> |
ServiceResponse.getErrorProperties()
Gets information about property errors associated with the response.
|
Modifier and Type | Method and Description |
---|---|
Collection<PropertyDefinitionBase> |
ServiceObject.getLoadedPropertyDefinitions()
Gets the collection of loaded property definitions.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PropertyDefinitionBase |
ServiceObjectSchema.findPropertyDefinition(String uri)
Finds the property definition.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ServiceObjectSchema.addSchemaPropertiesToDictionary(Class<?> type,
Map<String,PropertyDefinitionBase> propDefDictionary)
Adds schema property to dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemAttachment.load(BodyType bodyType,
PropertyDefinitionBase... additionalProperties)
Loads this attachment.
|
void |
ItemAttachment.load(PropertyDefinitionBase... additionalProperties)
Loads this attachment.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PropertyDefinitionBase.tryLoadFromXml(EwsServiceXmlReader reader,
OutParam<PropertyDefinitionBase> propertyDefinition)
Tries to load from XML.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinitionBase |
Grouping.getAggregateOn()
Gets the property to aggregateOn.
|
PropertyDefinitionBase |
Grouping.getGroupOn()
Gets the property to group on.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Grouping(PropertyDefinitionBase groupOn,
SortDirection sortDirection,
PropertyDefinitionBase aggregateOn,
AggregateType aggregateType)
Initializes a new instance of the "Grouping" class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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.
|
Copyright © 2012–2015 Microsoft. All rights reserved.