public class DeleteRequest extends Request
gsonBuilder| Constructor and Description |
|---|
DeleteRequest(String ref)
Createa new delete request for the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toUrl()
Convert this request into a url compatible with the WSAPI.
|
addParam, getGsonBuilder, getParams, setGsonBuilder, setParamspublic DeleteRequest(String ref)
ref - the ref of the WSAPI object to be created. May be absolute or relative, e.g. "/defect/12345"Copyright © 2016. All Rights Reserved.