Uses of Class
microsoft.exchange.webservices.data.core.enumeration.search.SortDirection

Packages that use SortDirection
microsoft.exchange.webservices.data.core.enumeration.search   
microsoft.exchange.webservices.data.search   
 

Uses of SortDirection in microsoft.exchange.webservices.data.core.enumeration.search
 

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

Uses of SortDirection in microsoft.exchange.webservices.data.search
 

Methods in microsoft.exchange.webservices.data.search that return SortDirection
 SortDirection Grouping.getSortDirection()
          Gets the Sort Direction.
 

Methods in microsoft.exchange.webservices.data.search that return types with arguments of type SortDirection
 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 SortDirection
 void OrderByCollection.add(PropertyDefinitionBase propertyDefinition, SortDirection sortDirection)
          Adds the specified property definition / sort direction pair to the collection.
 void Grouping.setSortDirection(SortDirection sortDirection)
          Sets the Sort Direction.
 

Method parameters in microsoft.exchange.webservices.data.search with type arguments of type SortDirection
 boolean OrderByCollection.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 SortDirection
Grouping(PropertyDefinitionBase groupOn, SortDirection sortDirection, PropertyDefinitionBase aggregateOn, AggregateType aggregateType)
          Initializes a new instance of the "Grouping" class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.