Class DeleteRequest<T>
java.lang.Object
org.sourcelab.buildkite.api.client.request.DeleteRequest<T>
- Type Parameters:
T- The parsed response object from the request.
- All Implemented Interfaces:
Request<T>
- Direct Known Subclasses:
DeleteAccessTokenRequest
Abstract representation of a DELETE http request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhich HTTP Method to make the request using.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sourcelab.buildkite.api.client.request.Request
getPath, getRequestBody, getRequestParameters, getResponseParser, parseResponse
-
Constructor Details
-
DeleteRequest
public DeleteRequest()
-
-
Method Details