Uses of Class
com.microsoft.tfs.core.clients.workitem.query.SortType

Packages that use SortType
com.microsoft.tfs.core.clients.workitem.query   
 

Uses of SortType in com.microsoft.tfs.core.clients.workitem.query
 

Fields in com.microsoft.tfs.core.clients.workitem.query declared as SortType
static SortType SortType.ASCENDING
           
static SortType SortType.DESCENDING
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query that return SortType
 SortType SortField.getSortType()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query with parameters of type SortType
 boolean SortFieldList.add(FieldDefinition fieldDefinition, SortType sortType)
           
 boolean SortFieldList.add(java.lang.String fieldName, SortType sortType)
           
 void SortFieldList.insert(int ix, FieldDefinition fieldDefinition, SortType sortType)
           
 void SortField.setSortType(SortType sortType)
           
 

Constructors in com.microsoft.tfs.core.clients.workitem.query with parameters of type SortType
SortField(FieldDefinition fieldDefinition, SortType sortType)
           
 



© 2015 Microsoft. All rights reserved.