Uses of Interface
io.resys.hdes.client.api.programs.DecisionProgram.DecisionLogEntry
Packages that use DecisionProgram.DecisionLogEntry
-
Uses of DecisionProgram.DecisionLogEntry in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement DecisionProgram.DecisionLogEntryModifier and TypeClassDescriptionfinal classImmutable implementation ofDecisionProgram.DecisionLogEntry.Methods in io.resys.hdes.client.api.programs that return types with arguments of type DecisionProgram.DecisionLogEntryModifier and TypeMethodDescriptionDecisionProgram.DecisionLog.getAccepts()com.google.common.collect.ImmutableList<DecisionProgram.DecisionLogEntry>ImmutableDecisionLog.getAccepts()DecisionProgram.DecisionLog.getReturns()com.google.common.collect.ImmutableList<DecisionProgram.DecisionLogEntry>ImmutableDecisionLog.getReturns()Methods in io.resys.hdes.client.api.programs with parameters of type DecisionProgram.DecisionLogEntryModifier and TypeMethodDescriptionImmutableDecisionLog.Builder.addAccepts(DecisionProgram.DecisionLogEntry element) Adds one element toacceptslist.ImmutableDecisionLog.Builder.addAccepts(DecisionProgram.DecisionLogEntry... elements) Adds elements toacceptslist.ImmutableDecisionLog.Builder.addReturns(DecisionProgram.DecisionLogEntry element) Adds one element toreturnslist.ImmutableDecisionLog.Builder.addReturns(DecisionProgram.DecisionLogEntry... elements) Adds elements toreturnslist.static ImmutableDecisionLogEntryImmutableDecisionLogEntry.copyOf(DecisionProgram.DecisionLogEntry instance) Creates an immutable copy of aDecisionProgram.DecisionLogEntryvalue.ImmutableDecisionLogEntry.Builder.from(DecisionProgram.DecisionLogEntry instance) Fill a builder with attribute values from the providedDecisionLogEntryinstance.final ImmutableDecisionLogImmutableDecisionLog.withAccepts(DecisionProgram.DecisionLogEntry... elements) Copy the current immutable object with elements that replace the content ofaccepts.final ImmutableDecisionLogImmutableDecisionLog.withReturns(DecisionProgram.DecisionLogEntry... 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.DecisionLogEntryModifier and TypeMethodDescriptionImmutableDecisionLog.Builder.accepts(Iterable<? extends DecisionProgram.DecisionLogEntry> elements) Sets or replaces all elements foracceptslist.ImmutableDecisionLog.Builder.addAllAccepts(Iterable<? extends DecisionProgram.DecisionLogEntry> elements) Adds elements toacceptslist.ImmutableDecisionLog.Builder.addAllReturns(Iterable<? extends DecisionProgram.DecisionLogEntry> elements) Adds elements toreturnslist.ImmutableDecisionLog.Builder.returns(Iterable<? extends DecisionProgram.DecisionLogEntry> elements) Sets or replaces all elements forreturnslist.final ImmutableDecisionLogImmutableDecisionLog.withAccepts(Iterable<? extends DecisionProgram.DecisionLogEntry> elements) Copy the current immutable object with elements that replace the content ofaccepts.final ImmutableDecisionLogImmutableDecisionLog.withReturns(Iterable<? extends DecisionProgram.DecisionLogEntry> elements) Copy the current immutable object with elements that replace the content ofreturns.