public class GetProjectDependencies extends Endpoint<GetProjectDependencies.GetProjectDependenciesResponse,EmptyRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetProjectDependencies.GetProjectDependenciesResponse
Represents the response from the endpoint.
|
| Constructor and Description |
|---|
GetProjectDependencies(HttpClient client,
com.google.gson.Gson gson)
Creates a new instance of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Returns the endpoint.
|
com.google.gson.reflect.TypeToken<EmptyRequest> |
getRequestClass()
Returns the request class.
|
com.google.gson.reflect.TypeToken<GetProjectDependencies.GetProjectDependenciesResponse> |
getResponseClass()
Returns the response class.
|
checkBodyForErrors, executeRequest, getMethod, getReplacedUrl, isJsonBody, readFile, readStream, requiresBody, sendRequest, sendRequestpublic GetProjectDependencies(HttpClient client, com.google.gson.Gson gson)
client - The client to use.gson - The gson instance to use.public String getEndpoint()
getEndpoint in class Endpoint<GetProjectDependencies.GetProjectDependenciesResponse,EmptyRequest>public com.google.gson.reflect.TypeToken<EmptyRequest> getRequestClass()
getRequestClass in class Endpoint<GetProjectDependencies.GetProjectDependenciesResponse,EmptyRequest>TypeToken for the response.public com.google.gson.reflect.TypeToken<GetProjectDependencies.GetProjectDependenciesResponse> getResponseClass()
getResponseClass in class Endpoint<GetProjectDependencies.GetProjectDependenciesResponse,EmptyRequest>TypeToken for the response.Copyright © 2026. All rights reserved.