com.microsoft.tfs.core.clients.workitem.query
Interface SortFieldList
public interface SortFieldList
Represents a collection of SortField
s that can be sorted by a query.
- Since:
- TEE-SDK-10.1
add
boolean add(FieldDefinition fieldDefinition,
SortType sortType)
add
boolean add(java.lang.String fieldName,
SortType sortType)
getSize
int getSize()
insert
void insert(int ix,
FieldDefinition fieldDefinition,
SortType sortType)
remove
boolean remove(FieldDefinition fieldDefinition)
indexOf
int indexOf(FieldDefinition fieldDefinition)
get
SortField get(int index)
clear
void clear()
© 2015 Microsoft. All rights reserved.