Uses of Class
com.treescrub.spedran.requests.builders.run.DeleteRunRequest
-
Packages that use DeleteRunRequest Package Description com.treescrub.spedran com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API. -
-
Uses of DeleteRunRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return DeleteRunRequest Modifier and Type Method Description static DeleteRunRequestSpedran. deleteRun(String runId)Gets aDeleteRunRequestbuilder to delete aRun. -
Uses of DeleteRunRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return DeleteRunRequest Modifier and Type Method Description DeleteRunRequestRun. delete()Gets a newDeleteRunRequestbuilder to delete this run from SRC.
-