ImmutableComposerEntity<A> |
ImmutableComposerEntity.Builder.build() |
|
static <A> ImmutableComposerEntity<A> |
ImmutableComposerEntity.copyOf(DialobComposer.ComposerEntity<A> instance) |
|
ImmutableComposerEntity<A> |
ImmutableComposerEntity.withBody(A value) |
Copy the current immutable object by setting a value for the body attribute.
|
ImmutableComposerEntity<A> |
ImmutableComposerEntity.withErrors(io.dialob.api.rest.Response... elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableComposerEntity<A> |
ImmutableComposerEntity.withErrors(Iterable<? extends io.dialob.api.rest.Response> elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableComposerEntity<A> |
ImmutableComposerEntity.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableComposerEntity<A> |
ImmutableComposerEntity.withStatus(DialobStore.BodyStatus value) |
Copy the current immutable object by setting a value for the status attribute.
|