Uses of Class
io.resys.hdes.client.api.programs.ImmutableDecisionRow
Packages that use ImmutableDecisionRow
-
Uses of ImmutableDecisionRow in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableDecisionRowModifier and TypeMethodDescriptionImmutableDecisionRow.Builder.build()Builds a newImmutableDecisionRow.static ImmutableDecisionRowImmutableDecisionRow.copyOf(DecisionProgram.DecisionRow instance) Creates an immutable copy of aDecisionProgram.DecisionRowvalue.final ImmutableDecisionRowImmutableDecisionRow.withAccepts(DecisionProgram.DecisionRowAccepts... elements) Copy the current immutable object with elements that replace the content ofaccepts.final ImmutableDecisionRowImmutableDecisionRow.withAccepts(Iterable<? extends DecisionProgram.DecisionRowAccepts> elements) Copy the current immutable object with elements that replace the content ofaccepts.final ImmutableDecisionRowImmutableDecisionRow.withOrder(int value) Copy the current immutable object by setting a value for theorderattribute.final ImmutableDecisionRowImmutableDecisionRow.withReturns(DecisionProgram.DecisionRowReturns... elements) Copy the current immutable object with elements that replace the content ofreturns.final ImmutableDecisionRowImmutableDecisionRow.withReturns(Iterable<? extends DecisionProgram.DecisionRowReturns> elements) Copy the current immutable object with elements that replace the content ofreturns.