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

public abstract class DeleteRequest<T> extends Object implements Request<T>
Abstract representation of a DELETE http request.
  • Constructor Details

    • DeleteRequest

      public DeleteRequest()
  • Method Details

    • getMethod

      public HttpMethod getMethod()
      Description copied from interface: Request
      Which HTTP Method to make the request using. GET, POST, PUT, etc...
      Specified by:
      getMethod in interface Request<T>
      Returns:
      Which HTTP Method to make the request using. GET, POST, PUT, etc...