Uses of Enum
masecla.modrinth4j.model.version.FileHash
Packages that use FileHash
-
Uses of FileHash in masecla.modrinth4j.endpoints.version.files
Methods in masecla.modrinth4j.endpoints.version.files with parameters of type FileHashModifier and TypeMethodDescriptionVersionFilesEndpoints.deleteFileByHash(FileHash algorithm, String hash) This endpoint is used to delete a file from a project version.VersionFilesEndpoints.getLatestVersionByHash(FileHash algorithm, String hash, GetProjectLatestVersionFromHash.GetProjectLatestVersionFromHashRequest request) This endpoint is used to get the latest version of a project from a hash.VersionFilesEndpoints.getVersionByHash(FileHash algorithm, String hash) This endpoint is used to get the latest version of a project from a hash.VersionFilesEndpoints.getVersionByHash(FileHash algorithm, String... hashes) This endpoint is used to get the latest version of a project from a hash.VersionFilesEndpoints.getVersionByHash(FileHash algorithm, List<String> hashes) This endpoint is used to get the latest version of a project from a hash. -
Uses of FileHash in masecla.modrinth4j.model.version
Methods in masecla.modrinth4j.model.version that return FileHash