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

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

public class BatchReadParameterCollection
extends java.lang.Object

Represents a collection of parameters from a batch read.

Since:
TEE-SDK-10.1

Constructor Summary
BatchReadParameterCollection()
           
 
Method Summary
 void add(BatchReadParameter parameter)
           
 BatchReadParameter getParameter(int ix)
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchReadParameterCollection

public BatchReadParameterCollection()
Method Detail

add

public void add(BatchReadParameter parameter)

getSize

public int getSize()

getParameter

public BatchReadParameter getParameter(int ix)


© 2015 Microsoft. All rights reserved.