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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()REST Endpoint Path to request.Defines how to parse the APIs response into a concrete object.Methods inherited from class org.sourcelab.buildkite.api.client.request.GetRequest
getMethodMethods 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
getRequestBody, getRequestParameters, parseResponse
-
Constructor Details
-
GetMetaRequest
public GetMetaRequest()
-
-
Method Details
-
getPath
Description copied from interface:RequestREST Endpoint Path to request. Example "/v2/access-token"- Returns:
- REST Endpoint Path to request. Example "/v2/access-token"
-
getResponseParser
Description copied from interface:RequestDefines how to parse the APIs response into a concrete object.- Returns:
- Defines how to parse the APIs response into a concrete object.
-