AttachmentInfo Class
- java.
lang. Object - com.
microsoft. bot. schema. AttachmentInfo
- com.
public class AttachmentInfo
Metdata for an attachment.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AttachmentInfo() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getName()
Get the name value. |
| java.lang.String |
getType()
Get the type value. |
|
java.util.List<Attachment |
getViews()
Get the views value. |
| void |
setName(String withName)
Set the name value. |
| void |
setType(String withType)
Set the type value. |
| void |
setViews(List<AttachmentView> withViews)
Set the views value. |
Methods inherited from java.lang.Object
Constructor Details
AttachmentInfo
public AttachmentInfo()
Method Details
getName
public String getName()
Get the name value.
Returns:
getType
public String getType()
Get the type value.
Returns:
getViews
public List
Get the views value.
Returns:
setName
public void setName(String withName)
Set the name value.
Parameters:
setType
public void setType(String withType)
Set the type value.
Parameters:
setViews
public void setViews(List
Set the views value.
Parameters: