Uses of Interface
io.resys.hdes.client.api.programs.DecisionProgram.DecisionRow
Packages that use DecisionProgram.DecisionRow
-
Uses of DecisionProgram.DecisionRow in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement DecisionProgram.DecisionRowModifier and TypeClassDescriptionfinal classImmutable implementation ofDecisionProgram.DecisionRow.Methods in io.resys.hdes.client.api.programs that return types with arguments of type DecisionProgram.DecisionRowModifier and TypeMethodDescriptionDecisionProgram.getRows()com.google.common.collect.ImmutableList<DecisionProgram.DecisionRow>ImmutableDecisionProgram.getRows()Methods in io.resys.hdes.client.api.programs with parameters of type DecisionProgram.DecisionRowModifier and TypeMethodDescriptionImmutableDecisionProgram.Builder.addRows(DecisionProgram.DecisionRow element) Adds one element torowslist.ImmutableDecisionProgram.Builder.addRows(DecisionProgram.DecisionRow... elements) Adds elements torowslist.static ImmutableDecisionRowImmutableDecisionRow.copyOf(DecisionProgram.DecisionRow instance) Creates an immutable copy of aDecisionProgram.DecisionRowvalue.ImmutableDecisionRow.Builder.from(DecisionProgram.DecisionRow instance) Fill a builder with attribute values from the providedDecisionRowinstance.final ImmutableDecisionProgramImmutableDecisionProgram.withRows(DecisionProgram.DecisionRow... elements) Copy the current immutable object with elements that replace the content ofrows.Method parameters in io.resys.hdes.client.api.programs with type arguments of type DecisionProgram.DecisionRowModifier and TypeMethodDescriptionImmutableDecisionProgram.Builder.addAllRows(Iterable<? extends DecisionProgram.DecisionRow> elements) Adds elements torowslist.ImmutableDecisionProgram.Builder.rows(Iterable<? extends DecisionProgram.DecisionRow> elements) Sets or replaces all elements forrowslist.final ImmutableDecisionProgramImmutableDecisionProgram.withRows(Iterable<? extends DecisionProgram.DecisionRow> elements) Copy the current immutable object with elements that replace the content ofrows.