content
The field for the
content
record component.GatewayService.DeliveryRequest
GatewayService
private final String
content
record component.private final @Nullable List<GatewayService.EmailRequestFile>
files
record component.private final String
receiver
record component.private final String
subject
record component.private final @Nullable String
type
record component.EmailRequest(String content,
@Nullable List<GatewayService.EmailRequestFile> files,
String receiver,
String subject,
@Nullable String type)
EmailRequest
record class.content()
content
record component.final boolean
@Nullable List<GatewayService.EmailRequestFile>
files()
files
record component.final int
hashCode()
receiver()
receiver
record component.subject()
subject
record component.final String
toString()
@Nullable String
type()
type
record component.content
record component.files
record component.receiver
record component.subject
record component.type
record component.EmailRequest
record class.content
- the value for the content
record componentfiles
- the value for the files
record componentreceiver
- the value for the receiver
record componentsubject
- the value for the subject
record componenttype
- the value for the type
record componentObjects::equals(Object,Object)
.content
record component.content
record componentfiles
record component.files
record componentreceiver
record component.receiver
record componentsubject
record component.subject
record componenttype
record component.type
record component