Uses of Class
io.dialob.questionnaire.service.api.event.ImmutableQuestionnaireCreatedEvent
-
Packages that use ImmutableQuestionnaireCreatedEvent Package Description io.dialob.questionnaire.service.api.event -
-
Uses of ImmutableQuestionnaireCreatedEvent in io.dialob.questionnaire.service.api.event
Methods in io.dialob.questionnaire.service.api.event that return ImmutableQuestionnaireCreatedEvent Modifier and Type Method Description ImmutableQuestionnaireCreatedEventImmutableQuestionnaireCreatedEvent.Builder. build()Builds a newImmutableQuestionnaireCreatedEvent.static ImmutableQuestionnaireCreatedEventImmutableQuestionnaireCreatedEvent. copyOf(QuestionnaireCreatedEvent instance)Creates an immutable copy of aQuestionnaireCreatedEventvalue.ImmutableQuestionnaireCreatedEventImmutableQuestionnaireCreatedEvent. withQuestionnaireId(String value)Copy the current immutable object by setting a value for thequestionnaireIdattribute.ImmutableQuestionnaireCreatedEventImmutableQuestionnaireCreatedEvent. withTenant(io.dialob.security.tenant.Tenant value)Copy the current immutable object by setting a value for thetenantattribute.
-