com.microsoft.tfs.core.clients.workitem.query
Class SortField

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.query.SortField

public class SortField
extends java.lang.Object

Represents a WorkItemFieldIDs that can be used to sort the results of a query.

Since:
TEE-SDK-10.1

Constructor Summary
SortField(FieldDefinition fieldDefinition, SortType sortType)
           
 
Method Summary
 FieldDefinition getFieldDefinition()
           
 SortType getSortType()
           
 void setSortType(SortType sortType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortField

public SortField(FieldDefinition fieldDefinition,
                 SortType sortType)
Method Detail

getFieldDefinition

public FieldDefinition getFieldDefinition()

getSortType

public SortType getSortType()

setSortType

public void setSortType(SortType sortType)


© 2015 Microsoft. All rights reserved.