Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.BasePropertySet

Packages that use BasePropertySet
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.property   
 

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

Methods in microsoft.exchange.webservices.data.core that return BasePropertySet
 BasePropertySet PropertySet.getBasePropertySet()
          Gets the base property set, the property set is based upon.
 

Methods in microsoft.exchange.webservices.data.core that return types with arguments of type BasePropertySet
static LazyMember<Map<BasePropertySet,String>> PropertySet.getDefaultPropertySetMap()
          Maps BasePropertySet values to EWS's BaseShape values.
 

Methods in microsoft.exchange.webservices.data.core with parameters of type BasePropertySet
static PropertySet PropertySet.getPropertySetFromBasePropertySet(BasePropertySet basePropertySet)
          Implements an implicit conversion between PropertySet and BasePropertySet.
 void PropertySet.setBasePropertySet(BasePropertySet basePropertySet)
          Sets the base property set, the property set is based upon.
 

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

Uses of BasePropertySet in microsoft.exchange.webservices.data.core.enumeration.property
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property that return BasePropertySet
static BasePropertySet BasePropertySet.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BasePropertySet[] BasePropertySet.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012–2015 Microsoft. All rights reserved.