Package com.spotify.github.v3
Interface Team
-
- All Known Implementing Classes:
ImmutableTeam
@Immutable public interface TeamTeam resource represents data returned by a single Team get operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdescription()DescriptionURIhtmlUrl()HTML URLIntegerid()ID.Stringname()Name.StringnodeId()Node IDStringpermission()PermissionStringprivacy()PrivacyURIrepositoriesUrl()Repositories URLStringslug()Slug.URIurl()URL
-
-
-
Method Detail
-
id
@Nullable Integer id()
ID.
-
name
@Nullable String name()
Name.
-
slug
@Nullable String slug()
Slug.
-
description
@Nullable String description()
Description
-
privacy
@Nullable String privacy()
Privacy
-
permission
@Nullable String permission()
Permission
-
nodeId
@Nullable String nodeId()
Node ID
-
url
@Nullable URI url()
URL
-
htmlUrl
@Nullable URI htmlUrl()
HTML URL
-
repositoriesUrl
@Nullable URI repositoriesUrl()
Repositories URL
-
-