Uses of Interface
io.dialob.client.api.DialobClient.ProgramMessage
-
Packages that use DialobClient.ProgramMessage Package Description io.dialob.client.api -
-
Uses of DialobClient.ProgramMessage in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobClient.ProgramMessage Modifier and Type Class Description classImmutableProgramMessageImmutable implementation ofDialobClient.ProgramMessage.Methods in io.dialob.client.api that return types with arguments of type DialobClient.ProgramMessage Modifier and Type Method Description List<DialobClient.ProgramMessage>DialobClient.ProgramWrapper. getErrors()com.google.common.collect.ImmutableList<DialobClient.ProgramMessage>ImmutableProgramWrapper. getErrors()Methods in io.dialob.client.api with parameters of type DialobClient.ProgramMessage Modifier and Type Method Description ImmutableProgramWrapper.BuilderImmutableProgramWrapper.Builder. addErrors(DialobClient.ProgramMessage element)Adds one element toerrorslist.ImmutableProgramWrapper.BuilderImmutableProgramWrapper.Builder. addErrors(DialobClient.ProgramMessage... elements)Adds elements toerrorslist.static ImmutableProgramMessageImmutableProgramMessage. copyOf(DialobClient.ProgramMessage instance)Creates an immutable copy of aDialobClient.ProgramMessagevalue.ImmutableProgramMessage.BuilderImmutableProgramMessage.Builder. from(DialobClient.ProgramMessage instance)Fill a builder with attribute values from the providedProgramMessageinstance.ImmutableProgramWrapperImmutableProgramWrapper. withErrors(DialobClient.ProgramMessage... elements)Copy the current immutable object with elements that replace the content oferrors.Method parameters in io.dialob.client.api with type arguments of type DialobClient.ProgramMessage Modifier and Type Method Description ImmutableProgramWrapper.BuilderImmutableProgramWrapper.Builder. addAllErrors(Iterable<? extends DialobClient.ProgramMessage> elements)Adds elements toerrorslist.ImmutableProgramWrapper.BuilderImmutableProgramWrapper.Builder. errors(Iterable<? extends DialobClient.ProgramMessage> elements)Sets or replaces all elements forerrorslist.ImmutableProgramWrapperImmutableProgramWrapper. withErrors(Iterable<? extends DialobClient.ProgramMessage> elements)Copy the current immutable object with elements that replace the content oferrors.
-