com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class BranchObject

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.BranchObject

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

Describes properties of a BranchObject class that are relevant to the repository.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
BranchObject(ms.tfs.versioncontrol.clientservices._03._BranchObject webServiceObject)
           
 
Method Summary
 ItemIdentifier[] getChildBranches()
           
 java.util.Calendar getDateCreated()
           
 BranchProperties getProperties()
           
 ItemIdentifier[] getRelatedBranches()
           
 ms.tfs.versioncontrol.clientservices._03._BranchObject getWebServiceObject()
          Gets the web service object this class wraps.
 boolean isDeleted()
           
 java.lang.String toString()
           
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BranchObject

public BranchObject(ms.tfs.versioncontrol.clientservices._03._BranchObject webServiceObject)
Method Detail

getWebServiceObject

public ms.tfs.versioncontrol.clientservices._03._BranchObject getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

getDateCreated

public java.util.Calendar getDateCreated()

getChildBranches

public ItemIdentifier[] getChildBranches()

getRelatedBranches

public ItemIdentifier[] getRelatedBranches()

getProperties

public BranchProperties getProperties()

isDeleted

public boolean isDeleted()

toString

public java.lang.String toString()
Overrides:
toString in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper


© 2015 Microsoft. All rights reserved.