Interface Team

  • All Known Implementing Classes:
    ImmutableTeam

    @Immutable
    public interface Team
    Team resource represents data returned by a single Team get operation.
    • Method Detail

      • id

        @Nullable
        java.lang.Integer id()
        ID.
      • name

        @Nullable
        java.lang.String name()
        Name.
      • slug

        @Nullable
        java.lang.String slug()
        Slug.
      • description

        @Nullable
        java.lang.String description()
        Description
      • privacy

        @Nullable
        java.lang.String privacy()
        Privacy
      • permission

        @Nullable
        java.lang.String permission()
        Permission
      • nodeId

        @Nullable
        java.lang.String nodeId()
        Node ID
      • url

        @Nullable
        java.net.URI url()
        URL
      • htmlUrl

        @Nullable
        java.net.URI htmlUrl()
        HTML URL
      • repositoriesUrl

        @Nullable
        java.net.URI repositoriesUrl()
        Repositories URL