Record Class CorrespondenceActionResource.LocalizedPreview
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.correspondence.impl.action.CorrespondenceActionResource.LocalizedPreview
- Enclosing class:
CorrespondenceActionResource
-
Constructor Summary
ConstructorsConstructorDescriptionLocalizedPreview(String language, String base64) Creates an instance of aLocalizedPreviewrecord 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.language()Returns the value of thelanguagerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
LocalizedPreview
-
-
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). -
language
Returns the value of thelanguagerecord component.- Returns:
- the value of the
languagerecord component
-
base64
Returns the value of thebase64record component.- Returns:
- the value of the
base64record component
-