Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstFlow.Builder
Packages that use ImmutableAstFlow.Builder
Package
Description
-
Uses of ImmutableAstFlow.Builder in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstFlow.BuilderModifier and TypeMethodDescriptionfinal ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addAllAutocomplete(Iterable<? extends AstFlow.FlowAstAutocomplete> elements) Adds elements toautocompletelist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addAllMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Adds elements tomessageslist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addAutocomplete(AstFlow.FlowAstAutocomplete element) Adds one element toautocompletelist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addAutocomplete(AstFlow.FlowAstAutocomplete... elements) Adds elements toautocompletelist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addMessages(AstBody.AstCommandMessage element) Adds one element tomessageslist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addMessages(AstBody.AstCommandMessage... elements) Adds elements tomessageslist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.autocomplete(Iterable<? extends AstFlow.FlowAstAutocomplete> elements) Sets or replaces all elements forautocompletelist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.static ImmutableAstFlow.BuilderImmutableAstFlow.builder()Creates a builder forImmutableAstFlow.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.description(String description) Initializes the value for thedescriptionattribute.final ImmutableAstFlow.BuilderFill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstBodyinstance.final ImmutableAstFlow.BuilderFill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstFlowinstance.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.headers(AstBody.Headers headers) Initializes the value for theheadersattribute.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.messages(Iterable<? extends AstBody.AstCommandMessage> elements) Sets or replaces all elements formessageslist.final ImmutableAstFlow.BuilderInitializes the value for thenameattribute.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.src(AstFlow.AstFlowRoot src) Initializes the value for thesrcattribute. -
Uses of ImmutableAstFlow.Builder in io.resys.hdes.client.spi.config
Methods in io.resys.hdes.client.spi.config with parameters of type ImmutableAstFlow.BuilderModifier and TypeMethodDescriptionvoidHdesClientConfig.AstFlowNodeVisitor.visit(AstFlow.AstFlowRoot node, ImmutableAstFlow.Builder nodesBuilder) -
Uses of ImmutableAstFlow.Builder in io.resys.hdes.client.spi.flow.validators
Methods in io.resys.hdes.client.spi.flow.validators with parameters of type ImmutableAstFlow.BuilderModifier and TypeMethodDescriptionvoidIdValidator.visit(AstFlow.AstFlowRoot node, ImmutableAstFlow.Builder modelBuilder)