Record Class MailSettings.AdditionalRecipients
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.address.impl.action.mail.MailSettings.AdditionalRecipients
- All Implemented Interfaces:
Serializable
- Enclosing class:
MailSettings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebccAddressrecord component.bccUser()Returns the value of thebccUserrecord component.Returns the value of theccAddressrecord component.ccUser()Returns the value of theccUserrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thesingleCopyAddressrecord component.Returns the value of thesingleCopyUserrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
EMPTY
-
-
Constructor Details
-
AdditionalRecipients
public AdditionalRecipients(List<String> singleCopyUser, List<String> singleCopyAddress, List<String> ccUser, List<String> ccAddress, List<String> bccUser, List<String> bccAddress) Creates an instance of aAdditionalRecipientsrecord class.- Parameters:
singleCopyUser- the value for thesingleCopyUserrecord componentsingleCopyAddress- the value for thesingleCopyAddressrecord componentccUser- the value for theccUserrecord componentccAddress- the value for theccAddressrecord componentbccUser- the value for thebccUserrecord componentbccAddress- the value for thebccAddressrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
singleCopyUser
-
singleCopyAddress
-
ccUser
-
ccAddress
-
bccUser
-
bccAddress
-