Uses of Class
masecla.modrinth4j.endpoints.project.ModifyProject.ProjectModifications
Packages that use ModifyProject.ProjectModifications
-
Uses of ModifyProject.ProjectModifications in masecla.modrinth4j.endpoints.project
Methods in masecla.modrinth4j.endpoints.project that return types with arguments of type ModifyProject.ProjectModificationsModifier and TypeMethodDescriptioncom.google.gson.reflect.TypeToken<ModifyProject.ProjectModifications> ModifyProject.getRequestClass()Returns the request class.com.google.gson.reflect.TypeToken<ModifyProject.ProjectModifications> ModifyProject.getResponseClass()Returns the response class.ProjectEndpoints.modify(String project, ModifyProject.ProjectModifications request) This endpoint is used to modify a project by its ID.Methods in masecla.modrinth4j.endpoints.project with parameters of type ModifyProject.ProjectModificationsModifier and TypeMethodDescriptionProjectEndpoints.modify(String project, ModifyProject.ProjectModifications request) This endpoint is used to modify a project by its ID.