ImmutableAnswer |
ImmutableAnswer.Builder.build() |
|
static ImmutableAnswer |
ImmutableAnswer.copyOf(Answer instance) |
Creates an immutable copy of a Answer value.
|
static ImmutableAnswer |
ImmutableAnswer.of(String id,
Object value) |
Construct a new immutable Answer instance.
|
ImmutableAnswer |
ModifiableAnswer.toImmutable() |
|
ImmutableAnswer |
ImmutableAnswer.withAcceptedValue(Object value) |
Copy the current immutable object by setting a value for the acceptedValue attribute.
|
ImmutableAnswer |
ImmutableAnswer.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableAnswer |
ImmutableAnswer.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableAnswer |
ImmutableAnswer.withUpdated(Date value) |
Copy the current immutable object by setting a value for the updated attribute.
|
ImmutableAnswer |
ImmutableAnswer.withUserId(String value) |
Copy the current immutable object by setting a value for the userId attribute.
|
ImmutableAnswer |
ImmutableAnswer.withValue(Object value) |
Copy the current immutable object by setting a value for the value attribute.
|