Package com.axway.apim.lib.utils.rest
Class DELRequest
- java.lang.Object
-
- com.axway.apim.lib.utils.rest.RestAPICall
-
- com.axway.apim.lib.utils.rest.DELRequest
-
public class DELRequest extends RestAPICall
-
-
Field Summary
-
Fields inherited from class com.axway.apim.lib.utils.rest.RestAPICall
entity, target, uri
-
-
Constructor Summary
Constructors Constructor Description DELRequest(URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.HttpResponseexecute()-
Methods inherited from class com.axway.apim.lib.utils.rest.RestAPICall
sendRequest
-
-
-
-
Constructor Detail
-
DELRequest
public DELRequest(URI uri)
-
-
Method Detail
-
execute
public org.apache.http.HttpResponse execute() throws AppException- Specified by:
executein classRestAPICall- Throws:
AppException
-
-