Class InvitationErrorEventDataBuilder

  • All Implemented Interfaces:
    org.apache.commons.lang3.builder.Builder<IInvitationErrorEventData>

    public class InvitationErrorEventDataBuilder
    extends Object
    Builder for the event data for a form record invitation error event, i.e. when an error occurred while trying to send an invitation to a form record. Create an instance via the methods of WorkflowEventDataFactory.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • mailTo

        public InvitationErrorEventDataBuilder mailTo​(String mailTo)
        Parameters:
        mailTo - The email address to which the invitation was sent, if any.
        Returns:
        This builder for chaining methods calls.
      • anonymize

        public de.xima.fc.workflow.event.AFormRecordEventDataBuilder<TEvent> anonymize​(boolean anonymize)
      • locale

        public de.xima.fc.workflow.event.AFormRecordEventDataBuilder<TEvent> locale​(Locale locale)
      • user

        public de.xima.fc.workflow.event.AFormRecordEventDataBuilder<TEvent> user​(Benutzer user)