Class ModifyProject
java.lang.Object
masecla.modrinth4j.endpoints.generic.Endpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications>
masecla.modrinth4j.endpoints.project.ModifyProject
public class ModifyProject
extends Endpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications>
This endpoint is used to modify a project.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents the request (and response) to this endpoint -
Constructor Summary
ConstructorsConstructorDescriptionModifyProject(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionReturns the endpoint used.Returns the method used.com.google.gson.reflect.TypeToken<ModifyProject.ProjectModifications> Returns the request class.com.google.gson.reflect.TypeToken<ModifyProject.ProjectModifications> Returns the response class.Methods inherited from class masecla.modrinth4j.endpoints.generic.Endpoint
checkBodyForErrors, executeRequest, getReplacedUrl, isJsonBody, readFile, readStream, requiresBody, sendRequest, sendRequest
-
Constructor Details
-
ModifyProject
Creates a new instance of the endpoint.- Parameters:
client- The client to use.gson- The gson instance to use.
-
-
Method Details
-
getMethod
Returns the method used.- Overrides:
getMethodin classEndpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications> - Returns:
- The method used.
-
getEndpoint
Returns the endpoint used.- Specified by:
getEndpointin classEndpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications> - Returns:
- The endpoint used.
-
getRequestClass
Returns the request class.- Specified by:
getRequestClassin classEndpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications> - Returns:
- The request class.
-
getResponseClass
Returns the response class.- Specified by:
getResponseClassin classEndpoint<ModifyProject.ProjectModifications,ModifyProject.ProjectModifications> - Returns:
- The response class.
-