public class ConversationEmailInlineImage extends Object
| Constructor and Description |
|---|
ConversationEmailInlineImage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentId() |
String |
getId() |
int |
getLength() |
String |
getName() |
String |
getType() |
String |
getURL() |
void |
setContentId(String contentId) |
void |
setId(String id) |
void |
setLength(int length) |
void |
setName(String name) |
void |
setType(String type) |
void |
setURL(String URL) |
String |
toString() |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getURL()
public void setURL(String URL)
public int getLength()
public void setLength(int length)
public String getContentId()
public void setContentId(String contentId)
Copyright © 2024. All rights reserved.