public class ScheduleProject extends Endpoint<EmptyResponse,ScheduleProject.ScheduleProjectRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleProject.ScheduleProjectRequest
Represents a request to schedule a project.
|
| Constructor and Description |
|---|
ScheduleProject(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
|
String |
getMethod()
Returns the method to use.
|
com.google.gson.reflect.TypeToken<ScheduleProject.ScheduleProjectRequest> |
getRequestClass()
Returns the request class.
|
com.google.gson.reflect.TypeToken<EmptyResponse> |
getResponseClass()
Returns the response class.
|
checkBodyForErrors, executeRequest, getReplacedUrl, isJsonBody, readFile, readStream, requiresBody, sendRequest, sendRequestpublic ScheduleProject(HttpClient client, com.google.gson.Gson gson)
client - - the client to usegson - - the gson instance to usepublic String getEndpoint()
getEndpoint in class Endpoint<EmptyResponse,ScheduleProject.ScheduleProjectRequest>public com.google.gson.reflect.TypeToken<ScheduleProject.ScheduleProjectRequest> getRequestClass()
getRequestClass in class Endpoint<EmptyResponse,ScheduleProject.ScheduleProjectRequest>TypeToken for the request.public com.google.gson.reflect.TypeToken<EmptyResponse> getResponseClass()
getResponseClass in class Endpoint<EmptyResponse,ScheduleProject.ScheduleProjectRequest>TypeToken for the response.public String getMethod()
EndpointgetMethod in class Endpoint<EmptyResponse,ScheduleProject.ScheduleProjectRequest>Copyright © 2026. All rights reserved.