All Downloads are FREE. Search and download functionalities are using the official Maven repository.

doc.com.rallydev.rest.request.DeleteRequest.html Maven / Gradle / Ivy

The newest version!





DeleteRequest (Rally Rest API for Java 2.2)











com.rallydev.rest.request

Class DeleteRequest



  • public class DeleteRequest
    extends Request
    Represents a WSAPI request to delete an object.
    • 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"
    • Method Detail

      • toUrl

        public String toUrl()

        Convert this request into a url compatible with the WSAPI.

        Any parameters set will be included.
        Specified by:
        toUrl in class Request
        Returns:
        the url representing this request.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy