Class GetMetaRequest

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

public class GetMetaRequest extends GetRequest<MetaResponse>
  • Constructor Details

    • GetMetaRequest

      public GetMetaRequest()
  • 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<MetaResponse> 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.