Uses of Interface
io.dialob.api.questionnaire.Error
-
Packages that use Error Package Description io.dialob.api.proto io.dialob.api.questionnaire -
-
Uses of Error in io.dialob.api.proto
Methods in io.dialob.api.proto that return Error Modifier and Type Method Description ErrorAction. getError()ErrorImmutableAction. getError()Methods in io.dialob.api.proto with parameters of type Error Modifier and Type Method Description ImmutableAction.BuilderImmutableAction.Builder. error(Error error)Initializes the value for theerrorattribute.ImmutableActionImmutableAction. withError(Error value)Copy 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 Error Modifier and Type Class Description classImmutableErrorImmutable implementation ofError.classModifiableErrorA modifiable implementation of theErrortype.Methods in io.dialob.api.questionnaire that return types with arguments of type Error Modifier and Type Method Description List<Error>ImmutableQuestionnaire. getErrors()List<Error>ModifiableQuestionnaire. getErrors()List<Error>Questionnaire. getErrors()Methods in io.dialob.api.questionnaire with parameters of type Error Modifier and Type Method Description ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. addErrors(Error element)Adds one element toerrorslist.ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. addErrors(Error... elements)Adds elements toerrorslist.ModifiableQuestionnaireModifiableQuestionnaire. addErrors(Error element)Adds one element toerrorslist.ModifiableQuestionnaireModifiableQuestionnaire. addErrors(Error... elements)Adds elements toerrorslist.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. addErrors(Error value)Add a value to theerrorslist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. addErrors(Error value)Add a value to theerrorslist attribute.static ImmutableErrorImmutableError. copyOf(Error instance)Creates an immutable copy of aErrorvalue.QuestionnaireRepository.CriteriaQuestionnaireRepository.Criteria. errorsContains(Error value)ImmutableError.BuilderImmutableError.Builder. from(Error instance)Fill a builder with attribute values from the providedErrorinstance.ModifiableErrorModifiableError. from(Error instance)Fill this modifiable instance with attribute values from the providedErrorinstance.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. removeErrors(Error value)Remove a value from theerrorslist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. removeErrors(Error value)Remove a value from theerrorslist attribute.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 Error Modifier and Type Method Description ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. addAllErrors(Iterable<? extends Error> elements)Adds elements toerrorslist.ModifiableQuestionnaireModifiableQuestionnaire. addAllErrors(Iterable<? extends Error> elements)Adds elements toerrorslist.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. addAllErrors(Iterable<? extends Error> values)Add all of the given values to theerrorslist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. addAllErrors(Iterable<? extends Error> values)Add all of the given values to theerrorslist attribute.ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. errors(Iterable<? extends Error> elements)Sets or replaces all elements forerrorslist.QuestionnaireRepository.CriteriaQuestionnaireRepository.Criteria. errorsContainsAll(Iterable<Error> values)ModifiableQuestionnaireModifiableQuestionnaire. setErrors(Iterable<? extends Error> elements)Sets or replaces all elements forerrorslist.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. setErrors(Iterable<? extends Error> values)Override all values oferrorslist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. setErrors(Iterable<? extends Error> values)Override all values oferrorslist attribute.ImmutableQuestionnaireImmutableQuestionnaire. withErrors(Iterable<? extends Error> elements)Copy the current immutable object with elements that replace the content oferrors.
-