com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class LabelResult

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.LabelResult

public final class LabelResult
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

The result of a label creation operation.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
LabelResult(ms.tfs.versioncontrol.clientservices._03._LabelResult result)
           
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getScope()
           
 LabelResultStatus getStatus()
           
 ms.tfs.versioncontrol.clientservices._03._LabelResult getWebServiceObject()
          Gets the web service object this class wraps.
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabelResult

public LabelResult(ms.tfs.versioncontrol.clientservices._03._LabelResult result)
Method Detail

getWebServiceObject

public ms.tfs.versioncontrol.clientservices._03._LabelResult getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

getLabel

public java.lang.String getLabel()

getStatus

public LabelResultStatus getStatus()

getScope

public java.lang.String getScope()


© 2015 Microsoft. All rights reserved.