Uses of Interface
io.resys.hdes.client.api.programs.DecisionProgram.DecisionRowReturns
Packages that use DecisionProgram.DecisionRowReturns
-
Uses of DecisionProgram.DecisionRowReturns in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement DecisionProgram.DecisionRowReturnsModifier and TypeClassDescriptionfinal classImmutable implementation ofDecisionProgram.DecisionRowReturns.Methods in io.resys.hdes.client.api.programs that return types with arguments of type DecisionProgram.DecisionRowReturnsModifier and TypeMethodDescriptionDecisionProgram.DecisionRow.getReturns()com.google.common.collect.ImmutableList<DecisionProgram.DecisionRowReturns>ImmutableDecisionRow.getReturns()Methods in io.resys.hdes.client.api.programs with parameters of type DecisionProgram.DecisionRowReturnsModifier and TypeMethodDescriptionImmutableDecisionRow.Builder.addReturns(DecisionProgram.DecisionRowReturns element) Adds one element toreturnslist.ImmutableDecisionRow.Builder.addReturns(DecisionProgram.DecisionRowReturns... elements) Adds elements toreturnslist.static ImmutableDecisionRowReturnsImmutableDecisionRowReturns.copyOf(DecisionProgram.DecisionRowReturns instance) Creates an immutable copy of aDecisionProgram.DecisionRowReturnsvalue.ImmutableDecisionRowReturns.Builder.from(DecisionProgram.DecisionRowReturns instance) Fill a builder with attribute values from the providedDecisionRowReturnsinstance.final ImmutableDecisionRowImmutableDecisionRow.withReturns(DecisionProgram.DecisionRowReturns... elements) Copy the current immutable object with elements that replace the content ofreturns.Method parameters in io.resys.hdes.client.api.programs with type arguments of type DecisionProgram.DecisionRowReturnsModifier and TypeMethodDescriptionImmutableDecisionRow.Builder.addAllReturns(Iterable<? extends DecisionProgram.DecisionRowReturns> elements) Adds elements toreturnslist.ImmutableDecisionRow.Builder.returns(Iterable<? extends DecisionProgram.DecisionRowReturns> elements) Sets or replaces all elements forreturnslist.final ImmutableDecisionRowImmutableDecisionRow.withReturns(Iterable<? extends DecisionProgram.DecisionRowReturns> elements) Copy the current immutable object with elements that replace the content ofreturns.