Class GetRequest<T>
java.lang.Object
org.sourcelab.buildkite.api.client.request.GetRequest<T>
- Type Parameters:
T- The parsed response object from the request.
- All Implemented Interfaces:
Request<T>
- Direct Known Subclasses:
GetAccessTokenRequest,GetBuildRequest,GetMetaRequest,GetOrganizationRequest,GetPipelineRequest,GetUserRequest,ListBuildsRequest,ListEmojisRequest,ListOrganizationsRequest,ListPipelinesRequest,PingRequest
Abstract representation of a GET 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
-
GetRequest
public GetRequest()
-
-
Method Details