public class MapiAttachmentDto extends Object
Constructor and Description |
---|
MapiAttachmentDto() |
MapiAttachmentDto(String name,
String dataBase64)
Initializes a new instance of the MapiAttachmentDto
|
Modifier and Type | Method and Description |
---|---|
MapiAttachmentDto |
dataBase64(String dataBase64)
Set dataBase64 and return this.
|
boolean |
equals(Object o) |
String |
getDataBase64()
Attachment data represented as Base64 string.
|
String |
getName()
Attachment's name
|
int |
hashCode() |
MapiAttachmentDto |
name(String name)
Set name and return this.
|
void |
setDataBase64(String dataBase64)
Set dataBase64.
|
void |
setName(String name)
Set name.
|
String |
toString() |
public MapiAttachmentDto name(String name)
name
- Attachment's namepublic String getName()
public void setName(String name)
name
- Attachment's namepublic MapiAttachmentDto dataBase64(String dataBase64)
dataBase64
- Attachment data represented as Base64 string.public String getDataBase64()
public void setDataBase64(String dataBase64)
dataBase64
- Attachment data represented as Base64 string.Copyright © 2020. All rights reserved.