Uses of Interface
io.dialob.api.questionnaire.Error
Packages that use Error
-
Uses of Error in io.dialob.api.proto
Methods in io.dialob.api.proto that return ErrorMethods in io.dialob.api.proto with parameters of type ErrorModifier and TypeMethodDescriptionfinal ImmutableAction.BuilderInitializes the value for theerrorattribute.final ImmutableActionCopy the current immutable object by setting a value for theerrorattribute. -
Uses of Error in io.dialob.api.questionnaire
Classes in io.dialob.api.questionnaire that implement ErrorModifier and TypeClassDescriptionfinal classImmutable implementation ofError.final classA modifiable implementation of theErrortype.Methods in io.dialob.api.questionnaire that return types with arguments of type ErrorModifier and TypeMethodDescriptionImmutableQuestionnaire.getErrors()ModifiableQuestionnaire.getErrors()Questionnaire.getErrors()Methods in io.dialob.api.questionnaire with parameters of type ErrorModifier and TypeMethodDescriptionAdds one element toerrorslist.Adds elements toerrorslist.Adds one element toerrorslist.final ModifiableQuestionnaireAdds elements toerrorslist.Add a value to theerrorslist attribute.Add a value to theerrorslist attribute.static ImmutableErrorCreates an immutable copy of aErrorvalue.QuestionnaireRepository.Criteria.errorsContains(Error value) final ImmutableError.BuilderFill a builder with attribute values from the providedErrorinstance.Fill this modifiable instance with attribute values from the providedErrorinstance.QuestionnaireRepository.Modifier.removeErrors(Error value) Remove a value from theerrorslist attribute.QuestionnaireRepository.Updater.removeErrors(Error value) Remove a value from theerrorslist attribute.final ImmutableQuestionnaireImmutableQuestionnaire.withErrors(Error... elements) Copy the current immutable object with elements that replace the content oferrors.Method parameters in io.dialob.api.questionnaire with type arguments of type ErrorModifier and TypeMethodDescriptionImmutableQuestionnaire.Builder.addAllErrors(Iterable<? extends Error> elements) Adds elements toerrorslist.ModifiableQuestionnaire.addAllErrors(Iterable<? extends Error> elements) Adds elements toerrorslist.QuestionnaireRepository.Modifier.addAllErrors(Iterable<? extends Error> values) Add all of the given values to theerrorslist attribute.QuestionnaireRepository.Updater.addAllErrors(Iterable<? extends Error> values) Add all of the given values to theerrorslist attribute.Sets or replaces all elements forerrorslist.QuestionnaireRepository.Criteria.errorsContainsAll(Iterable<Error> values) Sets or replaces all elements forerrorslist.Override all values oferrorslist attribute.Override all values oferrorslist attribute.final ImmutableQuestionnaireImmutableQuestionnaire.withErrors(Iterable<? extends Error> elements) Copy the current immutable object with elements that replace the content oferrors.