Uses of Class
io.resys.hdes.client.api.programs.ImmutableDecisionResult
Packages that use ImmutableDecisionResult
-
Uses of ImmutableDecisionResult in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableDecisionResultModifier and TypeMethodDescriptionImmutableDecisionResult.Builder.build()Builds a newImmutableDecisionResult.static ImmutableDecisionResultImmutableDecisionResult.copyOf(DecisionProgram.DecisionResult instance) Creates an immutable copy of aDecisionProgram.DecisionResultvalue.final ImmutableDecisionResultImmutableDecisionResult.withMatches(DecisionProgram.DecisionLog... elements) Copy the current immutable object with elements that replace the content ofmatches.final ImmutableDecisionResultImmutableDecisionResult.withMatches(Iterable<? extends DecisionProgram.DecisionLog> elements) Copy the current immutable object with elements that replace the content ofmatches.final ImmutableDecisionResultImmutableDecisionResult.withRejections(DecisionProgram.DecisionLog... elements) Copy the current immutable object with elements that replace the content ofrejections.final ImmutableDecisionResultImmutableDecisionResult.withRejections(Iterable<? extends DecisionProgram.DecisionLog> elements) Copy the current immutable object with elements that replace the content ofrejections.