AttachmentView Class
- java.
lang. Object - com.
microsoft. bot. schema. AttachmentView
- com.
public class AttachmentView
Attachment View name and size.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AttachmentView() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Integer |
getSize()
Get the size value. |
| java.lang.String |
getViewId()
Get the view |
| void |
setSize(Integer withSize)
Set the size value. |
| void |
setViewId(String withViewId)
Set the view |
Methods inherited from java.lang.Object
Constructor Details
AttachmentView
public AttachmentView()
Method Details
getSize
public Integer getSize()
Get the size value.
Returns:
getViewId
public String getViewId()
Get the viewId value.
Returns:
setSize
public void setSize(Integer withSize)
Set the size value.
Parameters:
setViewId
public void setViewId(String withViewId)
Set the viewId value.
Parameters: