static ImmutableTeam.Builder |
ImmutableTeam.builder() |
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.description(String description) |
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.from(Team instance) |
Fill a builder with attribute values from the provided Team instance.
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.htmlUrl(URI htmlUrl) |
Initializes the value for the htmlUrl attribute.
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.id(Integer id) |
Initializes the value for the id attribute.
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.nodeId(String nodeId) |
Initializes the value for the nodeId attribute.
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.permission(String permission) |
Initializes the value for the permission attribute.
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.privacy(String privacy) |
Initializes the value for the privacy attribute.
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.repositoriesUrl(URI repositoriesUrl) |
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.slug(String slug) |
Initializes the value for the slug attribute.
|
ImmutableTeam.Builder |
ImmutableTeam.Builder.url(URI url) |
Initializes the value for the url attribute.
|