Uses of Class
io.github.coho04.githubapi.builders.GHTeamBuilder
Packages that use GHTeamBuilder
-
Uses of GHTeamBuilder in io.github.coho04.githubapi.builders
Methods in io.github.coho04.githubapi.builders that return GHTeamBuilderModifier and TypeMethodDescriptionGHTeamBuilder.setDescription
(String description) Sets the description of the team.GHTeamBuilder.setMaintainers
(List<String> maintainers) Sets the maintainers of the team.Sets the name of the team.GHTeamBuilder.setNotificationSetting
(String notificationSetting) Sets the notification setting of the team.GHTeamBuilder.setParentTeamId
(int parentTeamId) Sets the parent team id of the team.GHTeamBuilder.setPermission
(String permission) Sets the permission of the team.GHTeamBuilder.setPrivacy
(String privacy) Sets the privacy of the team.GHTeamBuilder.setRepoNames
(List<String> repoNames) Sets the repo names of the team. -
Uses of GHTeamBuilder in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHTeamBuilderModifier and TypeMethodDescriptionGHOrganisation.createTeam()
Creates a team in the organization.