Record Class CorrespondenceActionResource.RecipientPreviewResponse
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.correspondence.impl.action.CorrespondenceActionResource.RecipientPreviewResponse
- Enclosing class:
CorrespondenceActionResource
-
Constructor Summary
ConstructorsConstructorDescriptionRecipientPreviewResponse(String base64) Creates an instance of aRecipientPreviewResponserecord class. -
Method Summary
Modifier and TypeMethodDescriptionbase64()Returns the value of thebase64record component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RecipientPreviewResponse
Creates an instance of aRecipientPreviewResponserecord class.- Parameters:
base64- the value for thebase64record 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). -
base64
Returns the value of thebase64record component.- Returns:
- the value of the
base64record component
-