Uses of Interface
io.resys.hdes.client.api.programs.FlowProgram.FlowResultErrorLog
Packages that use FlowProgram.FlowResultErrorLog
-
Uses of FlowProgram.FlowResultErrorLog in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement FlowProgram.FlowResultErrorLogModifier and TypeClassDescriptionfinal classImmutable implementation ofFlowProgram.FlowResultErrorLog.Methods in io.resys.hdes.client.api.programs that return types with arguments of type FlowProgram.FlowResultErrorLogModifier and TypeMethodDescriptionFlowProgram.FlowResultLog.getErrors()com.google.common.collect.ImmutableList<FlowProgram.FlowResultErrorLog>ImmutableFlowResultLog.getErrors()Methods in io.resys.hdes.client.api.programs with parameters of type FlowProgram.FlowResultErrorLogModifier and TypeMethodDescriptionImmutableFlowResultLog.Builder.addErrors(FlowProgram.FlowResultErrorLog element) Adds one element toerrorslist.ImmutableFlowResultLog.Builder.addErrors(FlowProgram.FlowResultErrorLog... elements) Adds elements toerrorslist.static ImmutableFlowResultErrorLogImmutableFlowResultErrorLog.copyOf(FlowProgram.FlowResultErrorLog instance) Creates an immutable copy of aFlowProgram.FlowResultErrorLogvalue.ImmutableFlowResultErrorLog.Builder.from(FlowProgram.FlowResultErrorLog instance) Fill a builder with attribute values from the providedFlowResultErrorLoginstance.final ImmutableFlowResultLogImmutableFlowResultLog.withErrors(FlowProgram.FlowResultErrorLog... elements) Copy the current immutable object with elements that replace the content oferrors.Method parameters in io.resys.hdes.client.api.programs with type arguments of type FlowProgram.FlowResultErrorLogModifier and TypeMethodDescriptionImmutableFlowResultLog.Builder.addAllErrors(Iterable<? extends FlowProgram.FlowResultErrorLog> elements) Adds elements toerrorslist.ImmutableFlowResultLog.Builder.errors(Iterable<? extends FlowProgram.FlowResultErrorLog> elements) Sets or replaces all elements forerrorslist.final ImmutableFlowResultLogImmutableFlowResultLog.withErrors(Iterable<? extends FlowProgram.FlowResultErrorLog> elements) Copy the current immutable object with elements that replace the content oferrors.