Documentation

ReplyToEmailOptionsTest extends TestCase
in package

ReplyToEmailOptionsTest Class Doc Comment

Tags
category

Class

description

Options for replying to email with API

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
testPropertyAttachments()  : mixed
Test attribute "attachments"
testPropertyBody()  : mixed
Test attribute "body"
testPropertyCharset()  : mixed
Test attribute "charset"
testPropertyCustomHeaders()  : mixed
Test attribute "custom_headers"
testPropertyFrom()  : mixed
Test attribute "from"
testPropertyHtml()  : mixed
Test attribute "html"
testPropertyIsHtml()  : mixed
Test attribute "is_html"
testPropertyReplyTo()  : mixed
Test attribute "reply_to"
testPropertySendStrategy()  : mixed
Test attribute "send_strategy"
testPropertyTemplate()  : mixed
Test attribute "template"
testPropertyTemplateVariables()  : mixed
Test attribute "template_variables"
testPropertyUseInboxName()  : mixed
Test attribute "use_inbox_name"
testReplyToEmailOptions()  : mixed
Test "ReplyToEmailOptions"

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

testPropertyAttachments()

Test attribute "attachments"

public testPropertyAttachments() : mixed
Return values
mixed

testPropertyCharset()

Test attribute "charset"

public testPropertyCharset() : mixed
Return values
mixed

testPropertyCustomHeaders()

Test attribute "custom_headers"

public testPropertyCustomHeaders() : mixed
Return values
mixed

testPropertyIsHtml()

Test attribute "is_html"

public testPropertyIsHtml() : mixed
Return values
mixed

testPropertyReplyTo()

Test attribute "reply_to"

public testPropertyReplyTo() : mixed
Return values
mixed

testPropertySendStrategy()

Test attribute "send_strategy"

public testPropertySendStrategy() : mixed
Return values
mixed

testPropertyTemplate()

Test attribute "template"

public testPropertyTemplate() : mixed
Return values
mixed

testPropertyTemplateVariables()

Test attribute "template_variables"

public testPropertyTemplateVariables() : mixed
Return values
mixed

testPropertyUseInboxName()

Test attribute "use_inbox_name"

public testPropertyUseInboxName() : mixed
Return values
mixed

testReplyToEmailOptions()

Test "ReplyToEmailOptions"

public testReplyToEmailOptions() : mixed
Return values
mixed

Search results