Uses of Interface
io.resys.hdes.client.api.ast.AstBody.AstCommandMessage
Packages that use AstBody.AstCommandMessage
-
Uses of AstBody.AstCommandMessage in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstBody.AstCommandMessageModifier and TypeClassDescriptionfinal classImmutable implementation ofAstBody.AstCommandMessage.Methods in io.resys.hdes.client.api.ast that return types with arguments of type AstBody.AstCommandMessageModifier and TypeMethodDescriptionAstBody.getMessages()com.google.common.collect.ImmutableList<AstBody.AstCommandMessage>ImmutableAstBranch.getMessages()com.google.common.collect.ImmutableList<AstBody.AstCommandMessage>ImmutableAstDecision.getMessages()com.google.common.collect.ImmutableList<AstBody.AstCommandMessage>ImmutableAstFlow.getMessages()com.google.common.collect.ImmutableList<AstBody.AstCommandMessage>ImmutableAstService.getMessages()com.google.common.collect.ImmutableList<AstBody.AstCommandMessage>ImmutableAstTag.getMessages()Methods in io.resys.hdes.client.api.ast with parameters of type AstBody.AstCommandMessageModifier and TypeMethodDescriptionImmutableAstBranch.Builder.addMessages(AstBody.AstCommandMessage element) Adds one element tomessageslist.ImmutableAstBranch.Builder.addMessages(AstBody.AstCommandMessage... elements) Adds elements tomessageslist.ImmutableAstDecision.Builder.addMessages(AstBody.AstCommandMessage element) Adds one element tomessageslist.ImmutableAstDecision.Builder.addMessages(AstBody.AstCommandMessage... elements) Adds elements tomessageslist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addMessages(AstBody.AstCommandMessage element) Adds one element tomessageslist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addMessages(AstBody.AstCommandMessage... elements) Adds elements tomessageslist.ImmutableAstService.Builder.addMessages(AstBody.AstCommandMessage element) Adds one element tomessageslist.ImmutableAstService.Builder.addMessages(AstBody.AstCommandMessage... elements) Adds elements tomessageslist.final ImmutableAstTag.BuilderImmutableAstTag.Builder.addMessages(AstBody.AstCommandMessage element) Adds one element tomessageslist.final ImmutableAstTag.BuilderImmutableAstTag.Builder.addMessages(AstBody.AstCommandMessage... elements) Adds elements tomessageslist.static ImmutableAstCommandMessageImmutableAstCommandMessage.copyOf(AstBody.AstCommandMessage instance) Creates an immutable copy of aAstBody.AstCommandMessagevalue.ImmutableAstCommandMessage.Builder.from(AstBody.AstCommandMessage instance) Fill a builder with attribute values from the providedAstCommandMessageinstance.final ImmutableAstBranchImmutableAstBranch.withMessages(AstBody.AstCommandMessage... elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstDecisionImmutableAstDecision.withMessages(AstBody.AstCommandMessage... elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstFlowImmutableAstFlow.withMessages(AstBody.AstCommandMessage... elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstServiceImmutableAstService.withMessages(AstBody.AstCommandMessage... elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstTagImmutableAstTag.withMessages(AstBody.AstCommandMessage... elements) Copy the current immutable object with elements that replace the content ofmessages.Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstBody.AstCommandMessageModifier and TypeMethodDescriptionImmutableAstBranch.Builder.addAllMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Adds elements tomessageslist.ImmutableAstDecision.Builder.addAllMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Adds elements tomessageslist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addAllMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Adds elements tomessageslist.ImmutableAstService.Builder.addAllMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Adds elements tomessageslist.final ImmutableAstTag.BuilderImmutableAstTag.Builder.addAllMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Adds elements tomessageslist.ImmutableAstBranch.Builder.messages(Iterable<? extends AstBody.AstCommandMessage> elements) Sets or replaces all elements formessageslist.ImmutableAstDecision.Builder.messages(Iterable<? extends AstBody.AstCommandMessage> elements) Sets or replaces all elements formessageslist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.messages(Iterable<? extends AstBody.AstCommandMessage> elements) Sets or replaces all elements formessageslist.ImmutableAstService.Builder.messages(Iterable<? extends AstBody.AstCommandMessage> elements) Sets or replaces all elements formessageslist.final ImmutableAstTag.BuilderImmutableAstTag.Builder.messages(Iterable<? extends AstBody.AstCommandMessage> elements) Sets or replaces all elements formessageslist.final ImmutableAstBranchImmutableAstBranch.withMessages(Iterable<? extends 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 ImmutableAstFlowImmutableAstFlow.withMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstServiceImmutableAstService.withMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstTagImmutableAstTag.withMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Copy the current immutable object with elements that replace the content ofmessages. -
Uses of AstBody.AstCommandMessage in io.resys.hdes.client.spi.flow.validators
Methods in io.resys.hdes.client.spi.flow.validators that return types with arguments of type AstBody.AstCommandMessage