Class MailActionService.MailFormRequest

java.lang.Object
ch.tocco.nice2.optional.address.api.mail.MailActionService.MailFormRequest
Direct Known Subclasses:
MailActionService.MailInfo
Enclosing interface:
MailActionService

public static class MailActionService.MailFormRequest extends Object
  • Constructor Details

    • MailFormRequest

      public MailFormRequest()
  • Method Details

    • splitInput

      public static Iterable<String> splitInput(String path)
    • getRecipientEntityList

      @Nullable public @Nullable Iterable<String> getRecipientEntityList()
    • getRecipientEntity

      public String getRecipientEntity()
    • setRecipientEntity

      public void setRecipientEntity(String recipientEntity)
    • getRecipientEmailList

      @Nullable public @Nullable Iterable<String> getRecipientEmailList()
    • getRecipientEmail

      public String getRecipientEmail()
    • setRecipientEmail

      public void setRecipientEmail(String recipientEmail)
    • getRecipientFirstnameList

      @Nullable public @Nullable Iterable<String> getRecipientFirstnameList()
    • getRecipientFirstname

      public String getRecipientFirstname()
    • setRecipientFirstname

      public void setRecipientFirstname(String recipientFirstname)
    • getRecipientLastnameList

      @Nullable public @Nullable Iterable<String> getRecipientLastnameList()
    • getRecipientLastname

      public String getRecipientLastname()
    • setRecipientLastname

      public void setRecipientLastname(String recipientLastname)
    • getEmailAddressPath

      public String getEmailAddressPath()
    • setEmailAddressPath

      public void setEmailAddressPath(String emailAddressPath)
    • getFirstnamePath

      @Nullable public @Nullable String getFirstnamePath()
    • setFirstnamePath

      public void setFirstnamePath(@Nullable @Nullable String firstnamePath)
    • getLastnamePath

      @Nullable public @Nullable String getLastnamePath()
    • setLastnamePath

      public void setLastnamePath(@Nullable @Nullable String lastnamePath)
    • getOutputLanguagePath

      @Nullable public @Nullable String getOutputLanguagePath()
    • setOutputLanguagePath

      public void setOutputLanguagePath(String outputLanguagePath)
    • getUserRelationPath

      public String getUserRelationPath()
    • setUserRelationPath

      public void setUserRelationPath(String userRelationPath)
    • getAddressRelationPath

      public String getAddressRelationPath()
    • setAddressRelationPath

      public void setAddressRelationPath(String addressRelationPath)
    • isExtended

      public boolean isExtended()
    • setExtended

      public void setExtended(boolean extended)
    • isConcernedIsEffectiveRecipient

      public boolean isConcernedIsEffectiveRecipient()
    • setConcernedIsEffectiveRecipient

      public void setConcernedIsEffectiveRecipient(boolean concernedIsEffectiveRecipient)
    • isMergeRecipientsByTarget

      public boolean isMergeRecipientsByTarget()
    • setMergeRecipientsByTarget

      public void setMergeRecipientsByTarget(boolean mergeRecipientsByTarget)
    • getOrganisationalPersonRelationTypes

      public String[] getOrganisationalPersonRelationTypes()
    • setOrganisationalPersonRelationTypes

      public void setOrganisationalPersonRelationTypes(String[] organisationalPersonRelationTypes)
    • getPersonalPersonRelationTypes

      public String[] getPersonalPersonRelationTypes()
    • setPersonalPersonRelationTypes

      public void setPersonalPersonRelationTypes(String[] personalPersonRelationTypes)
    • toRecipientParameters

      public Optional<RecipientParameters> toRecipientParameters()