Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstDecisionRow.Builder
Packages that use ImmutableAstDecisionRow.Builder
-
Uses of ImmutableAstDecisionRow.Builder in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstDecisionRow.BuilderModifier and TypeMethodDescriptionImmutableAstDecisionRow.Builder.addAllCells(Iterable<? extends AstDecision.AstDecisionCell> elements) Adds elements tocellslist.ImmutableAstDecisionRow.Builder.addCells(AstDecision.AstDecisionCell element) Adds one element tocellslist.ImmutableAstDecisionRow.Builder.addCells(AstDecision.AstDecisionCell... elements) Adds elements tocellslist.ImmutableAstDecisionRow.builder()Creates a builder forImmutableAstDecisionRow.ImmutableAstDecisionRow.Builder.cells(Iterable<? extends AstDecision.AstDecisionCell> elements) Sets or replaces all elements forcellslist.ImmutableAstDecisionRow.Builder.from(AstDecision.AstDecisionRow instance) Fill a builder with attribute values from the providedAstDecisionRowinstance.Initializes the value for theidattribute.ImmutableAstDecisionRow.Builder.order(int order) Initializes the value for theorderattribute.