Class MessageSummary
java.lang.Object
io.quarkiverse.mailpit.test.model.MessageSummary
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class MessageSummary
extends Object
MessageSummary struct for frontend messages
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBccItem(Address bccItem) addTagsItem(String tagsItem) attachments(Long attachments) created(OffsetDateTime created) booleanReturn true if this MessageSummary object is equal to o.Whether the message has any attachmentsgetBcc()Bcc addressesgetCc()Cc addressesCreated timegetFrom()Get fromgetID()Database IDMessage IDgetRead()Read statusgetSize()Message size in bytes (total)Email subjectgetTags()Message tagsgetTo()To addressinthashCode()voidsetAttachments(Long attachments) voidvoidvoidsetCreated(OffsetDateTime created) voidvoidvoidsetMessageID(String messageID) voidvoidvoidsetSubject(String subject) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ATTACHMENTS
- See Also:
-
JSON_PROPERTY_BCC
- See Also:
-
JSON_PROPERTY_CC
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_I_D
- See Also:
-
JSON_PROPERTY_MESSAGE_I_D
- See Also:
-
JSON_PROPERTY_READ
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
JSON_PROPERTY_TAGS
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
-
Constructor Details
-
MessageSummary
public MessageSummary()
-
-
Method Details
-
attachments
-
getAttachments
Whether the message has any attachments- Returns:
- attachments
-
setAttachments
-
bcc
-
addBccItem
-
getBcc
Bcc addresses- Returns:
- bcc
-
setBcc
-
cc
-
addCcItem
-
getCc
Cc addresses- Returns:
- cc
-
setCc
-
created
-
getCreated
Created time- Returns:
- created
-
setCreated
-
from
-
getFrom
Get from- Returns:
- from
-
setFrom
-
ID
-
getID
Database ID- Returns:
- ID
-
setID
-
messageID
-
getMessageID
Message ID- Returns:
- messageID
-
setMessageID
-
read
-
getRead
Read status- Returns:
- read
-
setRead
-
size
-
getSize
Message size in bytes (total)- Returns:
- size
-
setSize
-
subject
-
getSubject
Email subject- Returns:
- subject
-
setSubject
-
tags
-
addTagsItem
-
getTags
Message tags- Returns:
- tags
-
setTags
-
to
-
addToItem
-
getTo
To address- Returns:
- to
-
setTo
-
equals
Return true if this MessageSummary object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-