ImmutableOrganization.Builder |
ImmutableOrganization.Builder.avatarUrl(URI avatarUrl) |
Initializes the value for the avatarUrl attribute.
|
static ImmutableOrganization.Builder |
ImmutableOrganization.builder() |
|
ImmutableOrganization.Builder |
ImmutableOrganization.Builder.eventsUrl(URI eventsUrl) |
Initializes the value for the eventsUrl attribute.
|
ImmutableOrganization.Builder |
ImmutableOrganization.Builder.from(Organization instance) |
Fill a builder with attribute values from the provided Organization instance.
|
ImmutableOrganization.Builder |
ImmutableOrganization.Builder.id(Long id) |
Initializes the value for the id attribute.
|
ImmutableOrganization.Builder |
ImmutableOrganization.Builder.login(String login) |
Initializes the value for the login attribute.
|
ImmutableOrganization.Builder |
ImmutableOrganization.Builder.membersUrl(String membersUrl) |
Initializes the value for the membersUrl attribute.
|
ImmutableOrganization.Builder |
ImmutableOrganization.Builder.publicMembersUrl(String publicMembersUrl) |
|
ImmutableOrganization.Builder |
ImmutableOrganization.Builder.reposUrl(URI reposUrl) |
Initializes the value for the reposUrl attribute.
|
ImmutableOrganization.Builder |
ImmutableOrganization.Builder.url(URI url) |
Initializes the value for the url attribute.
|