com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class LabelResult
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
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
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
LabelResult(ms.tfs.versioncontrol.clientservices._03._LabelResult result)
|
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 |
LabelResult
public LabelResult(ms.tfs.versioncontrol.clientservices._03._LabelResult result)
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.