Uses of Class
masecla.modrinth4j.model.team.ModrinthTeamMember
Packages that use ModrinthTeamMember
-
Uses of ModrinthTeamMember in masecla.modrinth4j.endpoints.teams
Methods in masecla.modrinth4j.endpoints.teams that return types with arguments of type ModrinthTeamMemberModifier and TypeMethodDescriptionTeamsEndpoints.getProjectTeamMembers(String projectId) This endpoint is used to get the team members of a project.com.google.gson.reflect.TypeToken<List<ModrinthTeamMember>> GetProjectTeamMembers.getResponseClass()Returns the response class.com.google.gson.reflect.TypeToken<List<ModrinthTeamMember>> GetTeamMembers.getResponseClass()Returns the response class.com.google.gson.reflect.TypeToken<List<List<ModrinthTeamMember>>> GetTeamsMembers.getResponseClass()Returns the response class.TeamsEndpoints.getTeamMembers(String teamId) This endpoint is used to get the team members of a team.TeamsEndpoints.getTeamMembers(String... teamIds) This endpoint is used to get the team members of multiple teams by their IDs.TeamsEndpoints.getTeamMembers(List<String> teamIds) This endpoint is used to get the team members of multiple teams by their IDs.