Uses of Class
io.resys.hdes.client.api.programs.ImmutableProgramEnvir.Builder
Packages that use ImmutableProgramEnvir.Builder
-
Uses of ImmutableProgramEnvir.Builder in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableProgramEnvir.BuilderModifier and TypeMethodDescriptionImmutableProgramEnvir.Builder.branchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Sets or replaces all mappings from the specified map as entries for thebranchesByNamemap.ImmutableProgramEnvir.builder()Creates a builder forImmutableProgramEnvir.ImmutableProgramEnvir.Builder.decisionsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstDecision, DecisionProgram>> entries) Sets or replaces all mappings from the specified map as entries for thedecisionsByNamemap.ImmutableProgramEnvir.Builder.flowsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> entries) Sets or replaces all mappings from the specified map as entries for theflowsByNamemap.ImmutableProgramEnvir.Builder.from(ProgramEnvir instance) Fill a builder with attribute values from the providedProgramEnvirinstance.ImmutableProgramEnvir.Builder.putAllBranchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Put all mappings from the specified map as entries tobranchesByNamemap.ImmutableProgramEnvir.Builder.putAllDecisionsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstDecision, DecisionProgram>> entries) Put all mappings from the specified map as entries todecisionsByNamemap.ImmutableProgramEnvir.Builder.putAllFlowsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> entries) Put all mappings from the specified map as entries toflowsByNamemap.ImmutableProgramEnvir.Builder.putAllServicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Put all mappings from the specified map as entries toservicesByNamemap.ImmutableProgramEnvir.Builder.putAllTagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Put all mappings from the specified map as entries totagsByNamemap.ImmutableProgramEnvir.Builder.putAllValues(Map<String, ? extends ProgramEnvir.ProgramWrapper<?, ?>> entries) Put all mappings from the specified map as entries tovaluesmap.ImmutableProgramEnvir.Builder.putBranchesByName(String key, ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram> value) Put one entry to thebranchesByNamemap.ImmutableProgramEnvir.Builder.putBranchesByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entry) Put one entry to thebranchesByNamemap.ImmutableProgramEnvir.Builder.putDecisionsByName(String key, ProgramEnvir.ProgramWrapper<AstDecision, DecisionProgram> value) Put one entry to thedecisionsByNamemap.ImmutableProgramEnvir.Builder.putDecisionsByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstDecision, DecisionProgram>> entry) Put one entry to thedecisionsByNamemap.ImmutableProgramEnvir.Builder.putFlowsByName(String key, ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram> value) Put one entry to theflowsByNamemap.ImmutableProgramEnvir.Builder.putFlowsByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstFlow, FlowProgram>> entry) Put one entry to theflowsByNamemap.ImmutableProgramEnvir.Builder.putServicesByName(String key, ProgramEnvir.ProgramWrapper<AstService, ServiceProgram> value) Put one entry to theservicesByNamemap.ImmutableProgramEnvir.Builder.putServicesByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entry) Put one entry to theservicesByNamemap.ImmutableProgramEnvir.Builder.putTagsByName(String key, ProgramEnvir.ProgramWrapper<AstTag, TagProgram> value) Put one entry to thetagsByNamemap.ImmutableProgramEnvir.Builder.putTagsByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entry) Put one entry to thetagsByNamemap.ImmutableProgramEnvir.Builder.putValues(String key, ProgramEnvir.ProgramWrapper<?, ?> value) Put one entry to thevaluesmap.ImmutableProgramEnvir.Builder.putValues(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<?, ?>> entry) Put one entry to thevaluesmap.ImmutableProgramEnvir.Builder.servicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Sets or replaces all mappings from the specified map as entries for theservicesByNamemap.Initializes the value for thetagNameattribute.ImmutableProgramEnvir.Builder.tagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Sets or replaces all mappings from the specified map as entries for thetagsByNamemap.ImmutableProgramEnvir.Builder.values(Map<String, ? extends ProgramEnvir.ProgramWrapper<?, ?>> entries) Sets or replaces all mappings from the specified map as entries for thevaluesmap.