Record Class FormProperties

java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.address.api.action.mail.FormProperties
All Implemented Interfaces:
Serializable

public record FormProperties(@Nullable String sourceToRecipientPath, @Nullable String recipientToEmailPath, @Nullable String recipientToDisplayPath, @Nullable String recipientToLanguagePath, @Nullable String sourceToLanguagePath, @Nullable String recipientToExtendedUserPath) extends Record implements Serializable
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • FormProperties Link icon

      public FormProperties(@Nullable @Nullable String sourceToRecipientPath, @Nullable @Nullable String recipientToEmailPath, @Nullable @Nullable String recipientToDisplayPath, @Nullable @Nullable String recipientToLanguagePath, @Nullable @Nullable String sourceToLanguagePath, @Nullable @Nullable String recipientToExtendedUserPath)
      Creates an instance of a FormProperties record class.
      Parameters:
      sourceToRecipientPath - the value for the sourceToRecipientPath record component
      recipientToEmailPath - the value for the recipientToEmailPath record component
      recipientToDisplayPath - the value for the recipientToDisplayPath record component
      recipientToLanguagePath - the value for the recipientToLanguagePath record component
      sourceToLanguagePath - the value for the sourceToLanguagePath record component
      recipientToExtendedUserPath - the value for the recipientToExtendedUserPath record component
  • Method Details Link icon

    • toString Link icon

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode Link icon

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals Link icon

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • sourceToRecipientPath Link icon

      @Nullable public @Nullable String sourceToRecipientPath()
      Returns the value of the sourceToRecipientPath record component.
      Returns:
      the value of the sourceToRecipientPath record component
    • recipientToEmailPath Link icon

      @Nullable public @Nullable String recipientToEmailPath()
      Returns the value of the recipientToEmailPath record component.
      Returns:
      the value of the recipientToEmailPath record component
    • recipientToDisplayPath Link icon

      @Nullable public @Nullable String recipientToDisplayPath()
      Returns the value of the recipientToDisplayPath record component.
      Returns:
      the value of the recipientToDisplayPath record component
    • recipientToLanguagePath Link icon

      @Nullable public @Nullable String recipientToLanguagePath()
      Returns the value of the recipientToLanguagePath record component.
      Returns:
      the value of the recipientToLanguagePath record component
    • sourceToLanguagePath Link icon

      @Nullable public @Nullable String sourceToLanguagePath()
      Returns the value of the sourceToLanguagePath record component.
      Returns:
      the value of the sourceToLanguagePath record component
    • recipientToExtendedUserPath Link icon

      @Nullable public @Nullable String recipientToExtendedUserPath()
      Returns the value of the recipientToExtendedUserPath record component.
      Returns:
      the value of the recipientToExtendedUserPath record component