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

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
          extended by com.microsoft.tfs.core.clients.build.flags.GetOption2010

public class GetOption2010
extends com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper

Describes options for a get operation.

Since:
TEE-SDK-10.1

Field Summary
static GetOption2010 CUSTOM
           
static GetOption2010 LATEST_ON_BUILD
           
static GetOption2010 LATEST_ON_QUEUE
           
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Method Summary
 boolean equals(java.lang.Object o)
           
static GetOption2010 fromWebServiceObject(ms.tfs.build.buildservice._03._GetOption webServiceObject)
          Gets the correct wrapper type for the given web service object.
 ms.tfs.build.buildservice._03._GetOption getWebServiceObject()
          Gets the web service object this class wraps.
 int hashCode()
           
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
fromWebServiceObject
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LATEST_ON_QUEUE

public static final GetOption2010 LATEST_ON_QUEUE

LATEST_ON_BUILD

public static final GetOption2010 LATEST_ON_BUILD

CUSTOM

public static final GetOption2010 CUSTOM
Method Detail

fromWebServiceObject

public static GetOption2010 fromWebServiceObject(ms.tfs.build.buildservice._03._GetOption webServiceObject)
Gets the correct wrapper type for the given web service object.

Parameters:
webServiceObject - the web service object (must not be null)
Returns:
the correct wrapper type for the given web service object
Throws:
java.lang.RuntimeException - if no wrapper type is known for the given web service object

getWebServiceObject

public ms.tfs.build.buildservice._03._GetOption getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

hashCode

public int hashCode()
Overrides:
hashCode in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper


© 2015 Microsoft. All rights reserved.