com.microsoft.tfs.core.clients.framework.location
Class LocationServiceData

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.framework.location.LocationServiceData

public class LocationServiceData
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

Wrapper class for the _LocationServiceData proxy object.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
LocationServiceData(ms.ws._LocationServiceData locationServiceData)
          Wrapper constructor
 
Method Summary
 AccessMapping[] getAccessMappings()
          Returns the access mappings.
 java.lang.String getDefaultAccessMappingMoniker()
          Returns the default access mapping monkier.
 int getLastChangeID()
          Returns the last server change id for which this data current.
 ServiceDefinition[] getServiceDefinitions()
          Return the service definitions.
 ms.ws._LocationServiceData getWebServiceObject()
          Returns the wrapped proxy object.
 boolean isAccessPointsDoNotIncludeWebAppRelativeDirectory()
           
 boolean isClientCacheFresh()
           
 
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

LocationServiceData

public LocationServiceData(ms.ws._LocationServiceData locationServiceData)
Wrapper constructor

Method Detail

getWebServiceObject

public ms.ws._LocationServiceData getWebServiceObject()
Returns the wrapped proxy object.


getDefaultAccessMappingMoniker

public java.lang.String getDefaultAccessMappingMoniker()
Returns the default access mapping monkier.


getLastChangeID

public int getLastChangeID()
Returns the last server change id for which this data current.


isClientCacheFresh

public boolean isClientCacheFresh()

isAccessPointsDoNotIncludeWebAppRelativeDirectory

public boolean isAccessPointsDoNotIncludeWebAppRelativeDirectory()

getAccessMappings

public AccessMapping[] getAccessMappings()
Returns the access mappings.


getServiceDefinitions

public ServiceDefinition[] getServiceDefinitions()
Return the service definitions.



© 2015 Microsoft. All rights reserved.