public class ModifyProject extends Endpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications>
| Modifier and Type | Class and Description |
|---|---|
static class |
ModifyProject.ProjectModifications
Represents the request (and response) to this endpoint
|
| Constructor and Description |
|---|
ModifyProject(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 used.
|
String |
getMethod()
Returns the method used.
|
com.google.gson.reflect.TypeToken<ModifyProject.ProjectModifications> |
getRequestClass()
Returns the request class.
|
com.google.gson.reflect.TypeToken<ModifyProject.ProjectModifications> |
getResponseClass()
Returns the response class.
|
checkBodyForErrors, executeRequest, getReplacedUrl, isJsonBody, readFile, readStream, requiresBody, sendRequest, sendRequestpublic ModifyProject(HttpClient client, com.google.gson.Gson gson)
client - The client to use.gson - The gson instance to use.public String getMethod()
getMethod in class Endpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications>public String getEndpoint()
getEndpoint in class Endpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications>public com.google.gson.reflect.TypeToken<ModifyProject.ProjectModifications> getRequestClass()
getRequestClass in class Endpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications>public com.google.gson.reflect.TypeToken<ModifyProject.ProjectModifications> getResponseClass()
getResponseClass in class Endpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications>Copyright © 2026. All rights reserved.