com.microsoft.tfs.core.clients.framework.location
Class ServiceDefinition
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.framework.location.ServiceDefinition
public class ServiceDefinition
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Wrapper class for the _ServiceDefinition
proxy object.
- Since:
- TEE-SDK-10.1
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ServiceDefinition
public ServiceDefinition(ms.ws._ServiceDefinition serviceDefinition)
getWebServiceObject
public ms.ws._ServiceDefinition getWebServiceObject()
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
getLocationMapping
public LocationMapping getLocationMapping(AccessMapping accessMapping)
getServiceType
public java.lang.String getServiceType()
getDisplayName
public java.lang.String getDisplayName()
getDescription
public java.lang.String getDescription()
getIdentifier
public com.microsoft.tfs.util.GUID getIdentifier()
getRelativePath
public java.lang.String getRelativePath()
getRelativeToSetting
public RelativeToSetting getRelativeToSetting()
getToolID
public java.lang.String getToolID()
getLocationMappings
public LocationMapping[] getLocationMappings()
internalRemoveLocationMappingAt
public void internalRemoveLocationMappingAt(int index)
- This method is for internal use only.
© 2015 Microsoft. All rights reserved.