Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstDecision
Packages that use ImmutableAstDecision
-
Uses of ImmutableAstDecision in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstDecisionModifier and TypeMethodDescriptionImmutableAstDecision.Builder.build()Builds a newImmutableAstDecision.static ImmutableAstDecisionImmutableAstDecision.copyOf(AstDecision instance) Creates an immutable copy of aAstDecisionvalue.final ImmutableAstDecisionImmutableAstDecision.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableAstDecisionImmutableAstDecision.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.final ImmutableAstDecisionImmutableAstDecision.withHeaderExpressions(Map<TypeDef.ValueType, ? extends List<String>> entries) Copy the current immutable object by replacing theheaderExpressionsmap with the specified map.final ImmutableAstDecisionImmutableAstDecision.withHeaders(AstBody.Headers value) Copy the current immutable object by setting a value for theheadersattribute.final ImmutableAstDecisionImmutableAstDecision.withHeaderTypes(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofheaderTypes.final ImmutableAstDecisionImmutableAstDecision.withHeaderTypes(String... elements) Copy the current immutable object with elements that replace the content ofheaderTypes.final ImmutableAstDecisionImmutableAstDecision.withHitPolicy(AstDecision.HitPolicy value) Copy the current immutable object by setting a value for thehitPolicyattribute.final ImmutableAstDecisionImmutableAstDecision.withMessages(AstBody.AstCommandMessage... elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstDecisionImmutableAstDecision.withMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstDecisionCopy the current immutable object by setting a value for thenameattribute.final ImmutableAstDecisionImmutableAstDecision.withRows(AstDecision.AstDecisionRow... elements) Copy the current immutable object with elements that replace the content ofrows.final ImmutableAstDecisionImmutableAstDecision.withRows(Iterable<? extends AstDecision.AstDecisionRow> elements) Copy the current immutable object with elements that replace the content ofrows.