public class DeleteUser extends Endpoint<EmptyResponse,EmptyRequest>
| Constructor and Description |
|---|
DeleteUser(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<EmptyRequest> |
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 DeleteUser(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,EmptyRequest>public com.google.gson.reflect.TypeToken<EmptyRequest> getRequestClass()
getRequestClass in class Endpoint<EmptyResponse,EmptyRequest>TypeToken for the response.public com.google.gson.reflect.TypeToken<EmptyResponse> getResponseClass()
getResponseClass in class Endpoint<EmptyResponse,EmptyRequest>TypeToken for the response.public String getMethod()
getMethod in class Endpoint<EmptyResponse,EmptyRequest>Copyright © 2026. All rights reserved.