@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-06T00:35:57.043Z") public class Attachment extends Object
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
content(String content) |
Attachment |
contentId(String contentId) |
Attachment |
disposition(String disposition) |
boolean |
equals(Object o) |
Attachment |
filename(String filename) |
String |
getContent()
The base64-encoded contents of the file.
|
String |
getContentId()
An ID for the content.
|
String |
getDisposition()
Inline for content that can be displayed within the email, or attachment for any other files.
|
String |
getFilename()
The name of the file being attached.
|
String |
getType()
The type of file being attached.
|
int |
hashCode() |
void |
setContent(String content) |
void |
setContentId(String contentId) |
void |
setDisposition(String disposition) |
void |
setFilename(String filename) |
void |
setType(String type) |
String |
toString() |
Attachment |
type(String type) |
public Attachment content(String content)
public String getContent()
public void setContent(String content)
public Attachment type(String type)
public String getType()
public void setType(String type)
public Attachment filename(String filename)
public String getFilename()
public void setFilename(String filename)
public Attachment disposition(String disposition)
public String getDisposition()
public void setDisposition(String disposition)
public Attachment contentId(String contentId)
public String getContentId()
public void setContentId(String contentId)
Copyright © 2019. All rights reserved.