Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.BasePropertySet
-
Packages that use BasePropertySet Package Description 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 Modifier and Type Method Description BasePropertySetPropertySet. 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 Modifier and Type Method Description 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 Modifier and Type Method Description static PropertySetPropertySet. getPropertySetFromBasePropertySet(BasePropertySet basePropertySet)Implements an implicit conversion between PropertySet and BasePropertySet.voidPropertySet. 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 Constructor Description 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 Modifier and Type Method Description static BasePropertySetBasePropertySet. 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.
-