Uses of Class
microsoft.exchange.webservices.data.core.enumeration.search.AggregateType
-
Packages that use AggregateType Package Description microsoft.exchange.webservices.data.core.enumeration.search microsoft.exchange.webservices.data.search -
-
Uses of AggregateType in microsoft.exchange.webservices.data.core.enumeration.search
Methods in microsoft.exchange.webservices.data.core.enumeration.search that return AggregateType Modifier and Type Method Description static AggregateTypeAggregateType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregateType[]AggregateType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AggregateType in microsoft.exchange.webservices.data.search
Methods in microsoft.exchange.webservices.data.search that return AggregateType Modifier and Type Method Description AggregateTypeGrouping. getAggregateType()Gets the types of aggregate to calculate.Methods in microsoft.exchange.webservices.data.search with parameters of type AggregateType Modifier and Type Method Description voidGrouping. setAggregateType(AggregateType aggregateType)Sets the types of aggregate to calculate.Constructors in microsoft.exchange.webservices.data.search with parameters of type AggregateType Constructor Description Grouping(PropertyDefinitionBase groupOn, SortDirection sortDirection, PropertyDefinitionBase aggregateOn, AggregateType aggregateType)Initializes a new instance of the "Grouping" class.
-