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

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

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


Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
TeamSettings(ms.tfs.services.teamconfiguration._01._TeamSettings webServiceObject)
           
 
Method Summary
 java.lang.String getBacklogIterationPath()
           
 java.lang.String getCurrentIterationPath()
           
 java.lang.String[] getIterationPaths()
           
 java.lang.String getTeamField()
           
 TeamFieldValue[] getTeamFieldValues()
           
 ms.tfs.services.teamconfiguration._01._TeamSettings getWebServiceObject()
          Gets the web service object this class wraps.
 void setBacklogIterationPath(java.lang.String value)
           
 void setCurrentIterationPath(java.lang.String currentIterationPath)
           
 void setIterationPaths(java.lang.String[] value)
           
 void setTeamField(java.lang.String teamField)
           
 void setTeamFieldValues(TeamFieldValue[] teamFieldValues)
           
 
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

TeamSettings

public TeamSettings(ms.tfs.services.teamconfiguration._01._TeamSettings webServiceObject)
Method Detail

getWebServiceObject

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

Returns:
the web service object this class wraps.

getBacklogIterationPath

public java.lang.String getBacklogIterationPath()

setBacklogIterationPath

public void setBacklogIterationPath(java.lang.String value)

getIterationPaths

public java.lang.String[] getIterationPaths()

setIterationPaths

public void setIterationPaths(java.lang.String[] value)

getTeamFieldValues

public TeamFieldValue[] getTeamFieldValues()

setTeamFieldValues

public void setTeamFieldValues(TeamFieldValue[] teamFieldValues)

getTeamField

public java.lang.String getTeamField()

setTeamField

public void setTeamField(java.lang.String teamField)

getCurrentIterationPath

public java.lang.String getCurrentIterationPath()

setCurrentIterationPath

public void setCurrentIterationPath(java.lang.String currentIterationPath)


© 2015 Microsoft. All rights reserved.