ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.addAllErrors(Iterable<? extends DialobClient.ProgramMessage> elements) |
|
ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.addErrors(DialobClient.ProgramMessage element) |
Adds one element to errors list.
|
ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.addErrors(DialobClient.ProgramMessage... elements) |
|
static ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.builder() |
|
ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.document(DialobDocument.FormDocument document) |
Initializes the value for the document attribute.
|
ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.errors(Iterable<? extends DialobClient.ProgramMessage> elements) |
Sets or replaces all elements for errors list.
|
ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.from(DialobClient.ProgramWrapper instance) |
Fill a builder with attribute values from the provided ProgramWrapper instance.
|
ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.program(DialobProgram program) |
Initializes the optional value program to program.
|
ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.program(Optional<? extends DialobProgram> program) |
Initializes the optional value program to program.
|
ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.source(DialobStore.StoreEntity source) |
Initializes the value for the source attribute.
|
ImmutableProgramWrapper.Builder |
ImmutableProgramWrapper.Builder.status(DialobClient.ProgramStatus status) |
Initializes the value for the status attribute.
|