Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstTagSummary
Packages that use ImmutableAstTagSummary
-
Uses of ImmutableAstTagSummary in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstTagSummaryModifier and TypeMethodDescriptionImmutableAstTagSummary.Builder.build()Builds a newImmutableAstTagSummary.static ImmutableAstTagSummaryImmutableAstTagSummary.copyOf(AstTagSummary instance) Creates an immutable copy of aAstTagSummaryvalue.final ImmutableAstTagSummaryImmutableAstTagSummary.withDecisions(AstTagSummary.SummaryItem... elements) Copy the current immutable object with elements that replace the content ofdecisions.final ImmutableAstTagSummaryImmutableAstTagSummary.withDecisions(Iterable<? extends AstTagSummary.SummaryItem> elements) Copy the current immutable object with elements that replace the content ofdecisions.final ImmutableAstTagSummaryImmutableAstTagSummary.withFlows(AstTagSummary.SummaryItem... elements) Copy the current immutable object with elements that replace the content offlows.final ImmutableAstTagSummaryImmutableAstTagSummary.withFlows(Iterable<? extends AstTagSummary.SummaryItem> elements) Copy the current immutable object with elements that replace the content offlows.final ImmutableAstTagSummaryImmutableAstTagSummary.withServices(AstTagSummary.SummaryItem... elements) Copy the current immutable object with elements that replace the content ofservices.final ImmutableAstTagSummaryImmutableAstTagSummary.withServices(Iterable<? extends AstTagSummary.SummaryItem> elements) Copy the current immutable object with elements that replace the content ofservices.final ImmutableAstTagSummaryImmutableAstTagSummary.withTagName(String value) Copy the current immutable object by setting a value for thetagNameattribute.