com.microsoft.tfs.core.clients.teamsettings
Class TeamConfiguration

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.teamsettings.TeamConfiguration

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


Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
TeamConfiguration(ms.tfs.services.teamconfiguration._01._TeamConfiguration webServiceObject)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getProjectURI()
           
 com.microsoft.tfs.util.GUID getTeamID()
           
 java.lang.String getTeamName()
           
 TeamSettings getTeamSettings()
           
 ms.tfs.services.teamconfiguration._01._TeamConfiguration getWebServiceObject()
          Gets the web service object this class wraps.
 int hashCode()
           
 boolean isDefaultTeam()
           
 void setDefaultTeam(boolean value)
           
 void setProjectURI(java.lang.String value)
           
 void setTeamID(com.microsoft.tfs.util.GUID value)
           
 void setTeamName(java.lang.String value)
           
 void setTeamSettings(TeamSettings value)
           
 
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
 

Constructor Detail

TeamConfiguration

public TeamConfiguration(ms.tfs.services.teamconfiguration._01._TeamConfiguration webServiceObject)
Method Detail

getWebServiceObject

public ms.tfs.services.teamconfiguration._01._TeamConfiguration getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

getProjectURI

public java.lang.String getProjectURI()

setProjectURI

public void setProjectURI(java.lang.String value)

getTeamID

public com.microsoft.tfs.util.GUID getTeamID()

setTeamID

public void setTeamID(com.microsoft.tfs.util.GUID value)

getTeamName

public java.lang.String getTeamName()

setTeamName

public void setTeamName(java.lang.String value)

getTeamSettings

public TeamSettings getTeamSettings()

setTeamSettings

public void setTeamSettings(TeamSettings value)

isDefaultTeam

public boolean isDefaultTeam()

setDefaultTeam

public void setDefaultTeam(boolean value)

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.