Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.RequestType

Packages that use RequestType
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

Uses of RequestType in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as RequestType
static RequestType RequestType.ADD
           
static RequestType RequestType.BRANCH
           
static RequestType RequestType.DELETE
           
static RequestType RequestType.EDIT
           
static RequestType RequestType.ENCODING
           
static RequestType RequestType.LOCK
           
static RequestType RequestType.NONE
           
static RequestType RequestType.PROPERTY
           
static RequestType RequestType.RENAME
           
static RequestType RequestType.UNDELETE
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return RequestType
static RequestType RequestType.fromWebServiceObject(ms.tfs.versioncontrol.clientservices._03._RequestType webServiceObject)
          Gets the correct wrapper type for the given web service object.
 RequestType Failure.getRequestType()
           
 RequestType ChangeRequest.getRequestType()
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type RequestType
static ChangeRequest[] ChangeRequest.fromSpecs(ItemSpec[] specs, RequestType requestType, LockLevel[] lockLevel, FileEncoding[] fileEncoding)
          Create change requests from an array of specs.
static ChangeRequest[] ChangeRequest.fromStrings(java.lang.String[] paths, RequestType requestType, LockLevel[] lockLevel, RecursionType recursionType, FileEncoding[] fileEncoding)
          Create change requests from an array of string paths.
 void Failure.setRequestType(RequestType type)
           
 void ChangeRequest.setRequestType(RequestType req)
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type RequestType
ChangeRequest(ItemSpec item, VersionSpec version, RequestType requestType, ItemType itemType, int encoding, LockLevel lockLevel, int deletionID, java.lang.String targetItem, boolean detectTargetItemType)
          Creates a ChangeRequest for the given item at the given version.
 



© 2015 Microsoft. All rights reserved.