Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstFlow
Packages that use ImmutableAstFlow
-
Uses of ImmutableAstFlow in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstFlowModifier and TypeMethodDescriptionImmutableAstFlow.Builder.build()Builds a newImmutableAstFlow.static ImmutableAstFlowCreates an immutable copy of aAstFlowvalue.final ImmutableAstFlowImmutableAstFlow.withAutocomplete(AstFlow.FlowAstAutocomplete... elements) Copy the current immutable object with elements that replace the content ofautocomplete.final ImmutableAstFlowImmutableAstFlow.withAutocomplete(Iterable<? extends AstFlow.FlowAstAutocomplete> elements) Copy the current immutable object with elements that replace the content ofautocomplete.final ImmutableAstFlowImmutableAstFlow.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableAstFlowImmutableAstFlow.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.final ImmutableAstFlowImmutableAstFlow.withHeaders(AstBody.Headers value) Copy the current immutable object by setting a value for theheadersattribute.final ImmutableAstFlowImmutableAstFlow.withMessages(AstBody.AstCommandMessage... elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstFlowImmutableAstFlow.withMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstFlowCopy the current immutable object by setting a value for thenameattribute.final ImmutableAstFlowImmutableAstFlow.withSrc(AstFlow.AstFlowRoot value) Copy the current immutable object by setting a value for thesrcattribute.