Uses of Interface
io.resys.hdes.client.api.programs.ProgramEnvir.ProgramAssociation
Packages that use ProgramEnvir.ProgramAssociation
-
Uses of ProgramEnvir.ProgramAssociation in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return types with arguments of type ProgramEnvir.ProgramAssociationModifier and TypeMethodDescriptionHdesComposer.ComposerEntity.getAssociations()com.google.common.collect.ImmutableList<ProgramEnvir.ProgramAssociation>ImmutableComposerEntity.getAssociations()Methods in io.resys.hdes.client.api with parameters of type ProgramEnvir.ProgramAssociationModifier and TypeMethodDescriptionfinal ImmutableComposerEntity.Builder<A>ImmutableComposerEntity.Builder.addAssociations(ProgramEnvir.ProgramAssociation element) Adds one element toassociationslist.final ImmutableComposerEntity.Builder<A>ImmutableComposerEntity.Builder.addAssociations(ProgramEnvir.ProgramAssociation... elements) Adds elements toassociationslist.final ImmutableComposerEntity<A>ImmutableComposerEntity.withAssociations(ProgramEnvir.ProgramAssociation... elements) Copy the current immutable object with elements that replace the content ofassociations.Method parameters in io.resys.hdes.client.api with type arguments of type ProgramEnvir.ProgramAssociationModifier and TypeMethodDescriptionfinal ImmutableComposerEntity.Builder<A>ImmutableComposerEntity.Builder.addAllAssociations(Iterable<? extends ProgramEnvir.ProgramAssociation> elements) Adds elements toassociationslist.final ImmutableComposerEntity.Builder<A>ImmutableComposerEntity.Builder.associations(Iterable<? extends ProgramEnvir.ProgramAssociation> elements) Sets or replaces all elements forassociationslist.final ImmutableComposerEntity<A>ImmutableComposerEntity.withAssociations(Iterable<? extends ProgramEnvir.ProgramAssociation> elements) Copy the current immutable object with elements that replace the content ofassociations. -
Uses of ProgramEnvir.ProgramAssociation in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement ProgramEnvir.ProgramAssociationModifier and TypeClassDescriptionfinal classImmutable implementation ofProgramEnvir.ProgramAssociation.Methods in io.resys.hdes.client.api.programs that return types with arguments of type ProgramEnvir.ProgramAssociationModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ProgramEnvir.ProgramAssociation>ImmutableProgramWrapper.getAssociations()ProgramEnvir.ProgramWrapper.getAssociations()Methods in io.resys.hdes.client.api.programs with parameters of type ProgramEnvir.ProgramAssociationModifier and TypeMethodDescriptionfinal ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addAssociations(ProgramEnvir.ProgramAssociation element) Adds one element toassociationslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addAssociations(ProgramEnvir.ProgramAssociation... elements) Adds elements toassociationslist.static ImmutableProgramAssociationImmutableProgramAssociation.copyOf(ProgramEnvir.ProgramAssociation instance) Creates an immutable copy of aProgramEnvir.ProgramAssociationvalue.ImmutableProgramAssociation.Builder.from(ProgramEnvir.ProgramAssociation instance) Fill a builder with attribute values from the providedProgramAssociationinstance.final ImmutableProgramWrapper<A,P> ImmutableProgramWrapper.withAssociations(ProgramEnvir.ProgramAssociation... elements) Copy the current immutable object with elements that replace the content ofassociations.Method parameters in io.resys.hdes.client.api.programs with type arguments of type ProgramEnvir.ProgramAssociationModifier and TypeMethodDescriptionfinal ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addAllAssociations(Iterable<? extends ProgramEnvir.ProgramAssociation> elements) Adds elements toassociationslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.associations(Iterable<? extends ProgramEnvir.ProgramAssociation> elements) Sets or replaces all elements forassociationslist.final ImmutableProgramWrapper<A,P> ImmutableProgramWrapper.withAssociations(Iterable<? extends ProgramEnvir.ProgramAssociation> elements) Copy the current immutable object with elements that replace the content ofassociations.