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

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

public class QueryScope
extends java.lang.Object

Describes the query scope.

Since:
TEE-SDK-10.1

Field Summary
static QueryScope PRIVATE
           
static QueryScope PUBLIC
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PRIVATE

public static final QueryScope PRIVATE

PUBLIC

public static final QueryScope PUBLIC
Method Detail

getValue

public int getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


© 2015 Microsoft. All rights reserved.