Uses of Interface
io.dialob.questionnaire.service.api.event.QuestionnaireCreatedEvent
-
Packages that use QuestionnaireCreatedEvent Package Description io.dialob.questionnaire.service.api.event -
-
Uses of QuestionnaireCreatedEvent in io.dialob.questionnaire.service.api.event
Classes in io.dialob.questionnaire.service.api.event that implement QuestionnaireCreatedEvent Modifier and Type Class Description classImmutableQuestionnaireCreatedEventImmutable implementation ofQuestionnaireCreatedEvent.Methods in io.dialob.questionnaire.service.api.event with parameters of type QuestionnaireCreatedEvent Modifier and Type Method Description static ImmutableQuestionnaireCreatedEventImmutableQuestionnaireCreatedEvent. copyOf(QuestionnaireCreatedEvent instance)Creates an immutable copy of aQuestionnaireCreatedEventvalue.ImmutableQuestionnaireCreatedEvent.BuilderImmutableQuestionnaireCreatedEvent.Builder. from(QuestionnaireCreatedEvent instance)Fill a builder with attribute values from the providedio.dialob.questionnaire.service.api.event.QuestionnaireCreatedEventinstance.
-