public class DeleteProjectIcon extends Endpoint<EmptyResponse,EmptyRequest>
| Constructor and Description |
|---|
DeleteProjectIcon(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 of the request.
|
String |
getMethod()
Returns the method to use.
|
com.google.gson.reflect.TypeToken<EmptyRequest> |
getRequestClass()
Returns the
TypeToken of the request. |
com.google.gson.reflect.TypeToken<EmptyResponse> |
getResponseClass()
Returns the
TypeToken of the response; |
checkBodyForErrors, executeRequest, getReplacedUrl, isJsonBody, readFile, readStream, requiresBody, sendRequest, sendRequestpublic DeleteProjectIcon(HttpClient client, com.google.gson.Gson gson)
client - - the client to usegson - - the gson instance to usepublic String getEndpoint()
EndpointgetEndpoint in class Endpoint<EmptyResponse,EmptyRequest>public com.google.gson.reflect.TypeToken<EmptyResponse> getResponseClass()
EndpointTypeToken of the response;getResponseClass in class Endpoint<EmptyResponse,EmptyRequest>TypeToken of the response.public com.google.gson.reflect.TypeToken<EmptyRequest> getRequestClass()
EndpointTypeToken of the request.getRequestClass in class Endpoint<EmptyResponse,EmptyRequest>TypeToken of the request.public String getMethod()
EndpointgetMethod in class Endpoint<EmptyResponse,EmptyRequest>Copyright © 2026. All rights reserved.