Uses of Class
io.resys.hdes.client.api.programs.ImmutableProgramWrapper.Builder
Packages that use ImmutableProgramWrapper.Builder
-
Uses of ImmutableProgramWrapper.Builder in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableProgramWrapper.BuilderModifier and TypeMethodDescriptionfinal ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addAllAssociations(Iterable<? extends ProgramEnvir.ProgramAssociation> elements) Adds elements toassociationslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addAllErrors(Iterable<? extends ProgramEnvir.ProgramMessage> elements) Adds elements toerrorslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addAllHeaders(Iterable<? extends TypeDef> elements) Adds elements toheaderslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addAllWarnings(Iterable<? extends ProgramEnvir.ProgramMessage> elements) Adds elements towarningslist.final 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.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addErrors(ProgramEnvir.ProgramMessage element) Adds one element toerrorslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addErrors(ProgramEnvir.ProgramMessage... elements) Adds elements toerrorslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addHeaders(TypeDef element) Adds one element toheaderslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addHeaders(TypeDef... elements) Adds elements toheaderslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addWarnings(ProgramEnvir.ProgramMessage element) Adds one element towarningslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addWarnings(ProgramEnvir.ProgramMessage... elements) Adds elements towarningslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.associations(Iterable<? extends ProgramEnvir.ProgramAssociation> elements) Sets or replaces all elements forassociationslist.final ImmutableProgramWrapper.Builder<A,P> Initializes the optional valueastto ast.final ImmutableProgramWrapper.Builder<A,P> Initializes the optional valueastto ast.static <A extends AstBody,P extends Program>
ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.builder()Creates a builder forImmutableProgramWrapper.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.errors(Iterable<? extends ProgramEnvir.ProgramMessage> elements) Sets or replaces all elements forerrorslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.from(ProgramEnvir.ProgramWrapper<A, P> instance) Fill a builder with attribute values from the providedProgramWrapperinstance.final ImmutableProgramWrapper.Builder<A,P> Sets or replaces all elements forheaderslist.final ImmutableProgramWrapper.Builder<A,P> Initializes the value for theidattribute.final ImmutableProgramWrapper.Builder<A,P> Initializes the optional valueprogramto program.final ImmutableProgramWrapper.Builder<A,P> Initializes the optional valueprogramto program.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.source(AstBody.AstSource source) Initializes the value for thesourceattribute.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.status(ProgramEnvir.ProgramStatus status) Initializes the value for thestatusattribute.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.type(AstBody.AstBodyType type) Initializes the value for thetypeattribute.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.warnings(Iterable<? extends ProgramEnvir.ProgramMessage> elements) Sets or replaces all elements forwarningslist.