Uses of Class
ch.admin.bit.jeap.domainevent.avro.event.integration.idl.IdlTestIntegrationEvent.Builder
Packages that use IdlTestIntegrationEvent.Builder
-
Uses of IdlTestIntegrationEvent.Builder in ch.admin.bit.jeap.domainevent.avro.event.integration.idl
Methods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl that return IdlTestIntegrationEvent.BuilderModifier and TypeMethodDescriptionIdlTestIntegrationEvent.Builder.clearDomainEventVersion()Clears the value of the 'domainEventVersion' field.IdlTestIntegrationEvent.Builder.clearIdentity()Clears the value of the 'identity' field.IdlTestIntegrationEvent.Builder.clearPayload()Clears the value of the 'payload' field.IdlTestIntegrationEvent.Builder.clearPublisher()Clears the value of the 'publisher' field.IdlTestIntegrationEvent.Builder.clearReferences()Clears the value of the 'references' field.IdlTestIntegrationEvent.Builder.clearType()Clears the value of the 'type' field.IdlTestIntegrationEvent.newBuilder()Creates a new IdlTestIntegrationEvent RecordBuilder.IdlTestIntegrationEvent.newBuilder(IdlTestIntegrationEvent other) Creates a new IdlTestIntegrationEvent RecordBuilder by copying an existing IdlTestIntegrationEvent instance.IdlTestIntegrationEvent.newBuilder(IdlTestIntegrationEvent.Builder other) Creates a new IdlTestIntegrationEvent RecordBuilder by copying an existing Builder.IdlTestIntegrationEvent.Builder.setDomainEventVersion(String value) Sets the value of the 'domainEventVersion' field.IdlTestIntegrationEvent.Builder.setIdentity(ch.admin.bit.jeap.domainevent.avro.AvroDomainEventIdentity value) Sets the value of the 'identity' field.IdlTestIntegrationEvent.Builder.setIdentityBuilder(ch.admin.bit.jeap.domainevent.avro.AvroDomainEventIdentity.Builder value) Sets the Builder instance for the 'identity' fieldIdlTestIntegrationEvent.Builder.setPayload(IdlTestIntegrationPayload value) Sets the value of the 'payload' field.IdlTestIntegrationEvent.Builder.setPayloadBuilder(IdlTestIntegrationPayload.Builder value) Sets the Builder instance for the 'payload' fieldIdlTestIntegrationEvent.Builder.setPublisher(ch.admin.bit.jeap.domainevent.avro.AvroDomainEventPublisher value) Sets the value of the 'publisher' field.IdlTestIntegrationEvent.Builder.setPublisherBuilder(ch.admin.bit.jeap.domainevent.avro.AvroDomainEventPublisher.Builder value) Sets the Builder instance for the 'publisher' fieldIdlTestIntegrationEvent.Builder.setReferences(IdlTestIntegrationReferences value) Sets the value of the 'references' field.IdlTestIntegrationEvent.Builder.setReferencesBuilder(IdlTestIntegrationReferences.Builder value) Sets the Builder instance for the 'references' fieldIdlTestIntegrationEvent.Builder.setType(ch.admin.bit.jeap.domainevent.avro.AvroDomainEventType value) Sets the value of the 'type' field.IdlTestIntegrationEvent.Builder.setTypeBuilder(ch.admin.bit.jeap.domainevent.avro.AvroDomainEventType.Builder value) Sets the Builder instance for the 'type' fieldMethods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl with parameters of type IdlTestIntegrationEvent.BuilderModifier and TypeMethodDescriptionIdlTestIntegrationEvent.newBuilder(IdlTestIntegrationEvent.Builder other) Creates a new IdlTestIntegrationEvent RecordBuilder by copying an existing Builder.