Uses of Interface
io.resys.hdes.client.api.programs.DecisionProgram.DecisionRowAccepts
Packages that use DecisionProgram.DecisionRowAccepts
-
Uses of DecisionProgram.DecisionRowAccepts in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement DecisionProgram.DecisionRowAcceptsModifier and TypeClassDescriptionfinal classImmutable implementation ofDecisionProgram.DecisionRowAccepts.Methods in io.resys.hdes.client.api.programs that return types with arguments of type DecisionProgram.DecisionRowAcceptsModifier and TypeMethodDescriptionDecisionProgram.DecisionRow.getAccepts()com.google.common.collect.ImmutableList<DecisionProgram.DecisionRowAccepts>ImmutableDecisionRow.getAccepts()Methods in io.resys.hdes.client.api.programs with parameters of type DecisionProgram.DecisionRowAcceptsModifier and TypeMethodDescriptionImmutableDecisionRow.Builder.addAccepts(DecisionProgram.DecisionRowAccepts element) Adds one element toacceptslist.ImmutableDecisionRow.Builder.addAccepts(DecisionProgram.DecisionRowAccepts... elements) Adds elements toacceptslist.static ImmutableDecisionRowAcceptsImmutableDecisionRowAccepts.copyOf(DecisionProgram.DecisionRowAccepts instance) Creates an immutable copy of aDecisionProgram.DecisionRowAcceptsvalue.ImmutableDecisionRowAccepts.Builder.from(DecisionProgram.DecisionRowAccepts instance) Fill a builder with attribute values from the providedDecisionRowAcceptsinstance.final ImmutableDecisionRowImmutableDecisionRow.withAccepts(DecisionProgram.DecisionRowAccepts... elements) Copy the current immutable object with elements that replace the content ofaccepts.Method parameters in io.resys.hdes.client.api.programs with type arguments of type DecisionProgram.DecisionRowAcceptsModifier and TypeMethodDescriptionImmutableDecisionRow.Builder.accepts(Iterable<? extends DecisionProgram.DecisionRowAccepts> elements) Sets or replaces all elements foracceptslist.ImmutableDecisionRow.Builder.addAllAccepts(Iterable<? extends DecisionProgram.DecisionRowAccepts> elements) Adds elements toacceptslist.final ImmutableDecisionRowImmutableDecisionRow.withAccepts(Iterable<? extends DecisionProgram.DecisionRowAccepts> elements) Copy the current immutable object with elements that replace the content ofaccepts.