ImmutableAction |
ImmutableAction.Builder.build() |
|
static ImmutableAction |
ImmutableAction.copyOf(Action instance) |
Creates an immutable copy of a Action value.
|
ImmutableAction |
ImmutableAction.withAnswer(Object value) |
Copy the current immutable object by setting a value for the answer attribute.
|
ImmutableAction |
ImmutableAction.withError(Error value) |
Copy the current immutable object by setting a value for the error attribute.
|
ImmutableAction |
ImmutableAction.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableAction |
ImmutableAction.withIds(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of ids.
|
ImmutableAction |
ImmutableAction.withIds(String... elements) |
Copy the current immutable object with elements that replace the content of ids.
|
ImmutableAction |
ImmutableAction.withItem(ActionItem value) |
Copy the current immutable object by setting a value for the item attribute.
|
ImmutableAction |
ImmutableAction.withMessage(String value) |
Copy the current immutable object by setting a value for the message attribute.
|
ImmutableAction |
ImmutableAction.withResourceId(String value) |
Copy the current immutable object by setting a value for the resourceId attribute.
|
ImmutableAction |
ImmutableAction.withServerEvent(Boolean value) |
Copy the current immutable object by setting a value for the serverEvent attribute.
|
ImmutableAction |
ImmutableAction.withTrace(String value) |
Copy the current immutable object by setting a value for the trace attribute.
|
ImmutableAction |
ImmutableAction.withType(Action.Type value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableAction |
ImmutableAction.withValue(Object value) |
Copy the current immutable object by setting a value for the value attribute.
|
ImmutableAction |
ImmutableAction.withValueSet(ValueSet value) |
Copy the current immutable object by setting a value for the valueSet attribute.
|