ImmutableAuthor |
ImmutableAuthor.Builder.build() |
|
static ImmutableAuthor |
ImmutableAuthor.copyOf(Author instance) |
Creates an immutable copy of a Author value.
|
ImmutableAuthor |
ImmutableAuthor.withDate(GitHubInstant value) |
Copy the current immutable object by setting a present value for the optional date attribute.
|
ImmutableAuthor |
ImmutableAuthor.withDate(Optional<? extends GitHubInstant> optional) |
Copy the current immutable object by setting an optional value for the date attribute.
|
ImmutableAuthor |
ImmutableAuthor.withEmail(String value) |
Copy the current immutable object by setting a present value for the optional email attribute.
|
ImmutableAuthor |
ImmutableAuthor.withEmail(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the email attribute.
|
ImmutableAuthor |
ImmutableAuthor.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableAuthor |
ImmutableAuthor.withUsername(String value) |
Copy the current immutable object by setting a present value for the optional username attribute.
|
ImmutableAuthor |
ImmutableAuthor.withUsername(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the username attribute.
|