Documentation

EmailThreadProjectionTest extends TestCase
in package

EmailThreadProjectionTest Class Doc Comment

Tags
category

Class

description

An email thread is a message thread created for a email based on Message-ID, In-Reply-To, and References headers

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

setUp()  : void
Setup before running each test case
setUpBeforeClass()  : void
Setup before running any test case
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testEmailThreadProjection()  : mixed
Test "EmailThreadProjection"
testPropertyBcc()  : mixed
Test attribute "bcc"
testPropertyCc()  : mixed
Test attribute "cc"
testPropertyCreatedAt()  : mixed
Test attribute "created_at"
testPropertyFrom()  : mixed
Test attribute "from"
testPropertyHasAttachments()  : mixed
Test attribute "has_attachments"
testPropertyId()  : mixed
Test attribute "id"
testPropertyInboxId()  : mixed
Test attribute "inbox_id"
testPropertyLastBodyExcerpt()  : mixed
Test attribute "last_body_excerpt"
testPropertyLastCreatedAt()  : mixed
Test attribute "last_created_at"
testPropertyLastFrom()  : mixed
Test attribute "last_from"
testPropertyLastSender()  : mixed
Test attribute "last_sender"
testPropertyLastTextExcerpt()  : mixed
Test attribute "last_text_excerpt"
testPropertyMessageCount()  : mixed
Test attribute "message_count"
testPropertyRecipients()  : mixed
Test attribute "recipients"
testPropertySender()  : mixed
Test attribute "sender"
testPropertySubject()  : mixed
Test attribute "subject"
testPropertyTo()  : mixed
Test attribute "to"
testPropertyUnread()  : mixed
Test attribute "unread"
testPropertyUpdatedAt()  : mixed
Test attribute "updated_at"
testPropertyUserId()  : mixed
Test attribute "user_id"

Methods

setUpBeforeClass()

Setup before running any test case

public static setUpBeforeClass() : void
Return values
void

tearDownAfterClass()

Clean up after running all test cases

public static tearDownAfterClass() : void
Return values
void

testEmailThreadProjection()

Test "EmailThreadProjection"

public testEmailThreadProjection() : mixed
Return values
mixed

testPropertyCreatedAt()

Test attribute "created_at"

public testPropertyCreatedAt() : mixed
Return values
mixed

testPropertyHasAttachments()

Test attribute "has_attachments"

public testPropertyHasAttachments() : mixed
Return values
mixed

testPropertyInboxId()

Test attribute "inbox_id"

public testPropertyInboxId() : mixed
Return values
mixed

testPropertyLastBodyExcerpt()

Test attribute "last_body_excerpt"

public testPropertyLastBodyExcerpt() : mixed
Return values
mixed

testPropertyLastCreatedAt()

Test attribute "last_created_at"

public testPropertyLastCreatedAt() : mixed
Return values
mixed

testPropertyLastFrom()

Test attribute "last_from"

public testPropertyLastFrom() : mixed
Return values
mixed

testPropertyLastSender()

Test attribute "last_sender"

public testPropertyLastSender() : mixed
Return values
mixed

testPropertyLastTextExcerpt()

Test attribute "last_text_excerpt"

public testPropertyLastTextExcerpt() : mixed
Return values
mixed

testPropertyMessageCount()

Test attribute "message_count"

public testPropertyMessageCount() : mixed
Return values
mixed

testPropertyRecipients()

Test attribute "recipients"

public testPropertyRecipients() : mixed
Return values
mixed

testPropertyUpdatedAt()

Test attribute "updated_at"

public testPropertyUpdatedAt() : mixed
Return values
mixed

Search results