Documentation

UploadAttachmentOptionsTest extends TestCase
in package

UploadAttachmentOptionsTest Class Doc Comment

Tags
category

Class

description

Options for uploading files for attachments. When sending emails with the API that require attachments first upload each attachment. Then use the returned attachment ID in your `SendEmailOptions` when sending an email. This way you can use attachments multiple times once they have been uploaded.

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
testPropertyBase64Contents()  : mixed
Test attribute "base64_contents"
testPropertyContentId()  : mixed
Test attribute "content_id"
testPropertyContentType()  : mixed
Test attribute "content_type"
testPropertyFilename()  : mixed
Test attribute "filename"
testUploadAttachmentOptions()  : mixed
Test "UploadAttachmentOptions"

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

testPropertyBase64Contents()

Test attribute "base64_contents"

public testPropertyBase64Contents() : mixed
Return values
mixed

testPropertyContentType()

Test attribute "content_type"

public testPropertyContentType() : mixed
Return values
mixed

testUploadAttachmentOptions()

Test "UploadAttachmentOptions"

public testUploadAttachmentOptions() : mixed
Return values
mixed

Search results