doc.com.rallydev.rest.request.DeleteRequest.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rally-rest-api Show documentation
Show all versions of rally-rest-api Show documentation
A java toolkit for interacting with the Rally Rest API
The newest version!
DeleteRequest (Rally Rest API for Java 2.2)
com.rallydev.rest.request
Class DeleteRequest
- java.lang.Object
-
- com.rallydev.rest.request.Request
-
- com.rallydev.rest.request.DeleteRequest
-
public class DeleteRequest
extends Request
Represents a WSAPI request to delete an object.
-
-
Constructor Summary
Constructors
Constructor and Description
DeleteRequest(String ref)
Createa new delete request for the specified object.
-
Method Summary
Methods
Modifier and Type
Method and Description
String
toUrl()
Convert this request into a url compatible with the WSAPI.
-
Methods inherited from class com.rallydev.rest.request.Request
addParam, getGsonBuilder, getParams, setGsonBuilder, setParams
-
-
Constructor Detail
-
DeleteRequest
public DeleteRequest(String ref)
Createa new delete request for the specified object.
- Parameters:
ref
- the ref of the WSAPI object to be created. May be absolute or relative, e.g. "/defect/12345"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy