ImmutableUser |
ImmutableUser.Builder.build() |
|
static ImmutableUser |
ImmutableUser.copyOf(User instance) |
Creates an immutable copy of a User value.
|
ImmutableUser |
ImmutableUser.withAvatarUrl(URI value) |
Copy the current immutable object by setting a value for the avatarUrl attribute.
|
ImmutableUser |
ImmutableUser.withEventsUrl(String value) |
Copy the current immutable object by setting a value for the eventsUrl attribute.
|
ImmutableUser |
ImmutableUser.withFollowersUrl(URI value) |
Copy the current immutable object by setting a value for the followersUrl attribute.
|
ImmutableUser |
ImmutableUser.withFollowingUrl(String value) |
Copy the current immutable object by setting a value for the followingUrl attribute.
|
ImmutableUser |
ImmutableUser.withGistsUrl(String value) |
Copy the current immutable object by setting a value for the gistsUrl attribute.
|
ImmutableUser |
ImmutableUser.withGravatarId(String value) |
Copy the current immutable object by setting a present value for the optional gravatarId attribute.
|
ImmutableUser |
ImmutableUser.withGravatarId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the gravatarId attribute.
|
ImmutableUser |
ImmutableUser.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutableUser |
ImmutableUser.withId(Integer value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableUser |
ImmutableUser.withLogin(String value) |
Copy the current immutable object by setting a value for the login attribute.
|
ImmutableUser |
ImmutableUser.withOrganizationsUrl(URI value) |
Copy the current immutable object by setting a value for the organizationsUrl attribute.
|
ImmutableUser |
ImmutableUser.withReceivedEventsUrl(URI value) |
Copy the current immutable object by setting a value for the receivedEventsUrl attribute.
|
ImmutableUser |
ImmutableUser.withReposUrl(URI value) |
Copy the current immutable object by setting a value for the reposUrl attribute.
|
ImmutableUser |
ImmutableUser.withSiteAdmin(boolean value) |
Copy the current immutable object by setting a present value for the optional siteAdmin attribute.
|
ImmutableUser |
ImmutableUser.withSiteAdmin(Optional<Boolean> optional) |
Copy the current immutable object by setting an optional value for the siteAdmin attribute.
|
ImmutableUser |
ImmutableUser.withStarredUrl(String value) |
Copy the current immutable object by setting a value for the starredUrl attribute.
|
ImmutableUser |
ImmutableUser.withSubscriptionsUrl(URI value) |
Copy the current immutable object by setting a value for the subscriptionsUrl attribute.
|
ImmutableUser |
ImmutableUser.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableUser |
ImmutableUser.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|