Uses of Class
ink.icoding.github4j.model.Team
Packages that use Team
-
Uses of Team in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamsClient.create(String org, CreateTeamRequest request) 在指定组织下创建新团队。获取指定组织下的团队详情。TeamsClient.list(String org, PageOptions options) 列出指定组织下的所有团队。TeamsClient.listChildTeams(String org, String teamSlug, PageOptions options) 列出团队的子团队。TeamsClient.update(String org, String teamSlug, UpdateTeamRequest request) 更新指定团队的信息。 -
Uses of Team in ink.icoding.github4j.model
Methods in ink.icoding.github4j.model that return types with arguments of type TeamMethod parameters in ink.icoding.github4j.model with type arguments of type Team