Class PingRequest

java.lang.Object
org.sourcelab.buildkite.api.client.request.GetRequest<PingResponse>
org.sourcelab.buildkite.api.client.request.PingRequest
All Implemented Interfaces:
Request<PingResponse>

public class PingRequest extends GetRequest<PingResponse>
  • Constructor Details

    • PingRequest

      public PingRequest()
  • Method Details

    • getPath

      public String getPath()
      Description copied from interface: Request
      REST Endpoint Path to request. Example "/v2/access-token"
      Returns:
      REST Endpoint Path to request. Example "/v2/access-token"
    • getResponseParser

      public ResponseParser<PingResponse> getResponseParser()
      Description copied from interface: Request
      Defines how to parse the APIs response into a concrete object.
      Returns:
      Defines how to parse the APIs response into a concrete object.