Uses of Class
masecla.modrinth4j.endpoints.project.CreateProject.CreateProjectRequest
Packages that use CreateProject.CreateProjectRequest
-
Uses of CreateProject.CreateProjectRequest in masecla.modrinth4j.endpoints.project
Methods in masecla.modrinth4j.endpoints.project that return types with arguments of type CreateProject.CreateProjectRequestModifier and TypeMethodDescriptioncom.google.gson.reflect.TypeToken<CreateProject.CreateProjectRequest> CreateProject.getRequestClass()Returns the request class.Methods in masecla.modrinth4j.endpoints.project with parameters of type CreateProject.CreateProjectRequestModifier and TypeMethodDescriptionProjectEndpoints.create(CreateProject.CreateProjectRequest request) This endpoint will create a project based on the request.CreateProject.sendRequest(CreateProject.CreateProjectRequest parameters, Map<String, String> urlParams) Sends the request.