ImmutableAsyncFunctionCall |
ImmutableAsyncFunctionCall.Builder.build() |
|
static ImmutableAsyncFunctionCall |
ImmutableAsyncFunctionCall.copyOf(AsyncFunctionCall instance) |
|
ImmutableAsyncFunctionCall |
ImmutableAsyncFunctionCall.withArgs(Object... elements) |
Copy the current immutable object with elements that replace the content of args.
|
ImmutableAsyncFunctionCall |
ImmutableAsyncFunctionCall.withFunctionName(String value) |
Copy the current immutable object by setting a value for the functionName attribute.
|
ImmutableAsyncFunctionCall |
ImmutableAsyncFunctionCall.withId(String value) |
Copy the current immutable object by setting a present value for the optional id attribute.
|
ImmutableAsyncFunctionCall |
ImmutableAsyncFunctionCall.withId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the id attribute.
|
ImmutableAsyncFunctionCall |
ImmutableAsyncFunctionCall.withTargetId(ItemId value) |
Copy the current immutable object by setting a present value for the optional targetId attribute.
|
ImmutableAsyncFunctionCall |
ImmutableAsyncFunctionCall.withTargetId(Optional<? extends ItemId> optional) |
Copy the current immutable object by setting an optional value for the targetId attribute.
|