Interface TeamCreate

  • All Known Implementing Classes:
    ImmutableTeamCreate

    @Immutable
    public interface TeamCreate
    Request to create a team within a given organisation
    • Method Detail

      • name

        @Nullable
        String name()
        The name of the team.
      • description

        Optional<String> description()
        The description of the team.
      • maintainers

        Optional<String> maintainers()
        List GitHub IDs for organization members who will become team maintainers.
      • repo_names

        Optional<String> repo_names()
        The full name (e.g., "organization-name/repository-name") of repositories to add the team to.
      • parent_team_id

        Optional<String> parent_team_id()
        The ID of a team to set as the parent team.