Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstDecision.Builder
Packages that use ImmutableAstDecision.Builder
-
Uses of ImmutableAstDecision.Builder in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstDecision.BuilderModifier and TypeMethodDescriptionImmutableAstDecision.Builder.addAllHeaderTypes(Iterable<String> elements) Adds elements toheaderTypeslist.ImmutableAstDecision.Builder.addAllMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Adds elements tomessageslist.ImmutableAstDecision.Builder.addAllRows(Iterable<? extends AstDecision.AstDecisionRow> elements) Adds elements torowslist.ImmutableAstDecision.Builder.addHeaderTypes(String element) Adds one element toheaderTypeslist.ImmutableAstDecision.Builder.addHeaderTypes(String... elements) Adds elements toheaderTypeslist.ImmutableAstDecision.Builder.addMessages(AstBody.AstCommandMessage element) Adds one element tomessageslist.ImmutableAstDecision.Builder.addMessages(AstBody.AstCommandMessage... elements) Adds elements tomessageslist.ImmutableAstDecision.Builder.addRows(AstDecision.AstDecisionRow element) Adds one element torowslist.ImmutableAstDecision.Builder.addRows(AstDecision.AstDecisionRow... elements) Adds elements torowslist.ImmutableAstDecision.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.static ImmutableAstDecision.BuilderImmutableAstDecision.builder()Creates a builder forImmutableAstDecision.ImmutableAstDecision.Builder.description(String description) Initializes the value for thedescriptionattribute.Fill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstBodyinstance.ImmutableAstDecision.Builder.from(AstDecision instance) Fill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstDecisioninstance.ImmutableAstDecision.Builder.headerExpressions(Map<TypeDef.ValueType, ? extends List<String>> entries) Sets or replaces all mappings from the specified map as entries for theheaderExpressionsmap.ImmutableAstDecision.Builder.headers(AstBody.Headers headers) Initializes the value for theheadersattribute.ImmutableAstDecision.Builder.headerTypes(Iterable<String> elements) Sets or replaces all elements forheaderTypeslist.ImmutableAstDecision.Builder.hitPolicy(AstDecision.HitPolicy hitPolicy) Initializes the value for thehitPolicyattribute.ImmutableAstDecision.Builder.messages(Iterable<? extends AstBody.AstCommandMessage> elements) Sets or replaces all elements formessageslist.Initializes the value for thenameattribute.ImmutableAstDecision.Builder.putAllHeaderExpressions(Map<TypeDef.ValueType, ? extends List<String>> entries) Put all mappings from the specified map as entries toheaderExpressionsmap.ImmutableAstDecision.Builder.putHeaderExpressions(TypeDef.ValueType key, List<String> value) Put one entry to theheaderExpressionsmap.ImmutableAstDecision.Builder.putHeaderExpressions(Map.Entry<TypeDef.ValueType, ? extends List<String>> entry) Put one entry to theheaderExpressionsmap.ImmutableAstDecision.Builder.rows(Iterable<? extends AstDecision.AstDecisionRow> elements) Sets or replaces all elements forrowslist.