com.microsoft.tfs.core.clients.build.flags
Class DefinitionFilterType

java.lang.Object
  extended by com.microsoft.tfs.core.clients.build.flags.DefinitionFilterType

public class DefinitionFilterType
extends java.lang.Object

Type safe enum representing type type of build definition filter (spec or uri based).

Since:
TEE-SDK-10.1

Field Summary
static DefinitionFilterType DEFINITION_SPEC
           
static DefinitionFilterType DEFINITION_URIS
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFINITION_SPEC

public static final DefinitionFilterType DEFINITION_SPEC

DEFINITION_URIS

public static final DefinitionFilterType DEFINITION_URIS
Method Detail

getValue

public int getValue()
Returns:
the value

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)


© 2015 Microsoft. All rights reserved.