@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class SendSmtpEmailAttachment extends Object
| Constructor and Description |
|---|
SendSmtpEmailAttachment() |
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmailAttachment |
content(byte[] content) |
boolean |
equals(Object o) |
byte[] |
getContent()
Base64 encoded chunk data of the attachment generated on the fly
|
String |
getName()
Required if content is passed.
|
String |
getUrl()
Absolute url of the attachment (no local file).
|
int |
hashCode() |
SendSmtpEmailAttachment |
name(String name) |
void |
setContent(byte[] content) |
void |
setName(String name) |
void |
setUrl(String url) |
String |
toString() |
SendSmtpEmailAttachment |
url(String url) |
public SendSmtpEmailAttachment url(String url)
public String getUrl()
public void setUrl(String url)
public SendSmtpEmailAttachment content(byte[] content)
public byte[] getContent()
public void setContent(byte[] content)
public SendSmtpEmailAttachment name(String name)
public String getName()
public void setName(String name)
Copyright © 2021. All rights reserved.