ImmutableProgramWrapper |
ImmutableProgramWrapper.Builder.build() |
|
static ImmutableProgramWrapper |
ImmutableProgramWrapper.copyOf(DialobClient.ProgramWrapper instance) |
|
ImmutableProgramWrapper |
ImmutableProgramWrapper.withDocument(DialobDocument.FormDocument value) |
Copy the current immutable object by setting a value for the document attribute.
|
ImmutableProgramWrapper |
ImmutableProgramWrapper.withErrors(DialobClient.ProgramMessage... elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableProgramWrapper |
ImmutableProgramWrapper.withErrors(Iterable<? extends DialobClient.ProgramMessage> elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableProgramWrapper |
ImmutableProgramWrapper.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableProgramWrapper |
ImmutableProgramWrapper.withProgram(DialobProgram value) |
Copy the current immutable object by setting a present value for the optional program attribute.
|
ImmutableProgramWrapper |
ImmutableProgramWrapper.withProgram(Optional<? extends DialobProgram> optional) |
Copy the current immutable object by setting an optional value for the program attribute.
|
ImmutableProgramWrapper |
ImmutableProgramWrapper.withSource(DialobStore.StoreEntity value) |
Copy the current immutable object by setting a value for the source attribute.
|
ImmutableProgramWrapper |
ImmutableProgramWrapper.withStatus(DialobClient.ProgramStatus value) |
Copy the current immutable object by setting a value for the status attribute.
|