Uses of Class
io.resys.hdes.client.api.ImmutableComposerEntity
Packages that use ImmutableComposerEntity
-
Uses of ImmutableComposerEntity in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return ImmutableComposerEntityModifier and TypeMethodDescriptionImmutableComposerEntity.Builder.build()Builds a newImmutableComposerEntity.static <A extends AstBody>
ImmutableComposerEntity<A>ImmutableComposerEntity.copyOf(HdesComposer.ComposerEntity<A> instance) Creates an immutable copy of aHdesComposer.ComposerEntityvalue.final ImmutableComposerEntity<A>ImmutableComposerEntity.withAssociations(ProgramEnvir.ProgramAssociation... elements) Copy the current immutable object with elements that replace the content ofassociations.final ImmutableComposerEntity<A>ImmutableComposerEntity.withAssociations(Iterable<? extends ProgramEnvir.ProgramAssociation> elements) Copy the current immutable object with elements that replace the content ofassociations.final ImmutableComposerEntity<A>Copy the current immutable object by setting a value for theastattribute.final ImmutableComposerEntity<A>ImmutableComposerEntity.withErrors(ProgramEnvir.ProgramMessage... elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableComposerEntity<A>ImmutableComposerEntity.withErrors(Iterable<? extends ProgramEnvir.ProgramMessage> elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableComposerEntity<A>Copy the current immutable object by setting a value for theidattribute.final ImmutableComposerEntity<A>ImmutableComposerEntity.withSource(AstBody.AstSource value) Copy the current immutable object by setting a value for thesourceattribute.final ImmutableComposerEntity<A>ImmutableComposerEntity.withStatus(ProgramEnvir.ProgramStatus value) Copy the current immutable object by setting a value for thestatusattribute.final ImmutableComposerEntity<A>ImmutableComposerEntity.withWarnings(ProgramEnvir.ProgramMessage... elements) Copy the current immutable object with elements that replace the content ofwarnings.final ImmutableComposerEntity<A>ImmutableComposerEntity.withWarnings(Iterable<? extends ProgramEnvir.ProgramMessage> elements) Copy the current immutable object with elements that replace the content ofwarnings.