Record Class RepeatMailActionResource.InitializeRepeatMailResponseBean
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.address.impl.action.mail.RepeatMailActionResource.InitializeRepeatMailResponseBean
- Enclosing class:
RepeatMailActionResource
public static record RepeatMailActionResource.InitializeRepeatMailResponseBean(List<RepeatMailActionResource.InitializeRepeatMailResponseBean.LookupEntityBean> providers, Map<String, List<MailProvider.AllowedEmailSender>> emailSenders)
extends Record
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Constructor Summary
ConstructorsConstructorDescriptionInitializeRepeatMailResponseBean(List<RepeatMailActionResource.InitializeRepeatMailResponseBean.LookupEntityBean> providers, Map<String, List<MailProvider.AllowedEmailSender>> emailSenders) Creates an instance of aInitializeRepeatMailResponseBeanrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theemailSendersrecord 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 theprovidersrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
InitializeRepeatMailResponseBean
public InitializeRepeatMailResponseBean(List<RepeatMailActionResource.InitializeRepeatMailResponseBean.LookupEntityBean> providers, Map<String, List<MailProvider.AllowedEmailSender>> emailSenders) Creates an instance of aInitializeRepeatMailResponseBeanrecord class.- Parameters:
providers- the value for theprovidersrecord componentemailSenders- the value for theemailSendersrecord 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). -
providers
Returns the value of theprovidersrecord component.- Returns:
- the value of the
providersrecord component
-
emailSenders
Returns the value of theemailSendersrecord component.- Returns:
- the value of the
emailSendersrecord component
-