public class DeleteGalleryImage extends Endpoint<EmptyResponse,DeleteGalleryImage.DeleteGalleryImageRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteGalleryImage.DeleteGalleryImageRequest
Represents the request.
|
| Constructor and Description |
|---|
DeleteGalleryImage(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.
|
com.google.gson.reflect.TypeToken<DeleteGalleryImage.DeleteGalleryImageRequest> |
getRequestClass()
Returns the request class.
|
com.google.gson.reflect.TypeToken<EmptyResponse> |
getResponseClass()
Returns the response class.
|
boolean |
isJsonBody()
Whether or not the request is a json body.
|
checkBodyForErrors, executeRequest, getReplacedUrl, readFile, readStream, requiresBody, sendRequest, sendRequestpublic DeleteGalleryImage(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<EmptyResponse,DeleteGalleryImage.DeleteGalleryImageRequest>public com.google.gson.reflect.TypeToken<DeleteGalleryImage.DeleteGalleryImageRequest> getRequestClass()
getRequestClass in class Endpoint<EmptyResponse,DeleteGalleryImage.DeleteGalleryImageRequest>TypeToken for the response.public com.google.gson.reflect.TypeToken<EmptyResponse> getResponseClass()
getResponseClass in class Endpoint<EmptyResponse,DeleteGalleryImage.DeleteGalleryImageRequest>TypeToken for the response.public boolean isJsonBody()
isJsonBody in class Endpoint<EmptyResponse,DeleteGalleryImage.DeleteGalleryImageRequest>public String getMethod()
getMethod in class Endpoint<EmptyResponse,DeleteGalleryImage.DeleteGalleryImageRequest>Copyright © 2026. All rights reserved.