Uses of Interface
io.resys.hdes.client.api.ast.AstTagSummary.SummaryItem
Packages that use AstTagSummary.SummaryItem
-
Uses of AstTagSummary.SummaryItem in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstTagSummary.SummaryItemModifier and TypeClassDescriptionfinal classImmutable implementation ofAstTagSummary.SummaryItem.Methods in io.resys.hdes.client.api.ast that return types with arguments of type AstTagSummary.SummaryItemModifier and TypeMethodDescriptionAstTagSummary.getDecisions()com.google.common.collect.ImmutableList<AstTagSummary.SummaryItem>ImmutableAstTagSummary.getDecisions()AstTagSummary.getFlows()com.google.common.collect.ImmutableList<AstTagSummary.SummaryItem>ImmutableAstTagSummary.getFlows()AstTagSummary.getServices()com.google.common.collect.ImmutableList<AstTagSummary.SummaryItem>ImmutableAstTagSummary.getServices()Methods in io.resys.hdes.client.api.ast with parameters of type AstTagSummary.SummaryItemModifier and TypeMethodDescriptionImmutableAstTagSummary.Builder.addDecisions(AstTagSummary.SummaryItem element) Adds one element todecisionslist.ImmutableAstTagSummary.Builder.addDecisions(AstTagSummary.SummaryItem... elements) Adds elements todecisionslist.ImmutableAstTagSummary.Builder.addFlows(AstTagSummary.SummaryItem element) Adds one element toflowslist.ImmutableAstTagSummary.Builder.addFlows(AstTagSummary.SummaryItem... elements) Adds elements toflowslist.ImmutableAstTagSummary.Builder.addServices(AstTagSummary.SummaryItem element) Adds one element toserviceslist.ImmutableAstTagSummary.Builder.addServices(AstTagSummary.SummaryItem... elements) Adds elements toserviceslist.static ImmutableSummaryItemImmutableSummaryItem.copyOf(AstTagSummary.SummaryItem instance) Creates an immutable copy of aAstTagSummary.SummaryItemvalue.ImmutableSummaryItem.Builder.from(AstTagSummary.SummaryItem instance) Fill a builder with attribute values from the providedSummaryIteminstance.final ImmutableAstTagSummaryImmutableAstTagSummary.withDecisions(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.withServices(AstTagSummary.SummaryItem... elements) Copy the current immutable object with elements that replace the content ofservices.Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstTagSummary.SummaryItemModifier and TypeMethodDescriptionImmutableAstTagSummary.Builder.addAllDecisions(Iterable<? extends AstTagSummary.SummaryItem> elements) Adds elements todecisionslist.ImmutableAstTagSummary.Builder.addAllFlows(Iterable<? extends AstTagSummary.SummaryItem> elements) Adds elements toflowslist.ImmutableAstTagSummary.Builder.addAllServices(Iterable<? extends AstTagSummary.SummaryItem> elements) Adds elements toserviceslist.ImmutableAstTagSummary.Builder.decisions(Iterable<? extends AstTagSummary.SummaryItem> elements) Sets or replaces all elements fordecisionslist.ImmutableAstTagSummary.Builder.flows(Iterable<? extends AstTagSummary.SummaryItem> elements) Sets or replaces all elements forflowslist.ImmutableAstTagSummary.Builder.services(Iterable<? extends AstTagSummary.SummaryItem> elements) Sets or replaces all elements forserviceslist.final ImmutableAstTagSummaryImmutableAstTagSummary.withDecisions(Iterable<? extends AstTagSummary.SummaryItem> elements) Copy the current immutable object with elements that replace the content ofdecisions.final ImmutableAstTagSummaryImmutableAstTagSummary.withFlows(Iterable<? extends AstTagSummary.SummaryItem> elements) Copy the current immutable object with elements that replace the content offlows.final ImmutableAstTagSummaryImmutableAstTagSummary.withServices(Iterable<? extends AstTagSummary.SummaryItem> elements) Copy the current immutable object with elements that replace the content ofservices.