MessagingExtensionAttachment 類別
- java.
lang. Object - com.
microsoft. bot. schema. Attachment - com.
microsoft. bot. schema. teams. MessagingExtensionAttachment
- com.
- com.
public class MessagingExtensionAttachment
extends Attachment
傳訊擴充功能附件。
建構函式摘要
| 建構函式 | Description | |
|---|---|---|
| MessagingExtensionAttachment() | ||
方法摘要
| 修飾詞與類型 | 方法與描述 |
|---|---|
| Attachment |
getPreview()
取得預覽附件。 |
| void |
setPreview(Attachment withPreview)
設定預覽附件。 |
方法繼承來源 Attachment
clone
cloneList
getContent
getContentType
getContentUrl
getName
getProperties
getThumbnailUrl
setContent
setContentType
setContentUrl
setName
setProperties
setThumbnailUrl
方法繼承來源 java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
建構函式詳細資料
MessagingExtensionAttachment
public MessagingExtensionAttachment()
方法詳細資料
getPreview
public Attachment getPreview()
取得預覽附件。
傳回:
附件。
setPreview
public void setPreview(Attachment withPreview)
設定預覽附件。
參數:
withPreview
- 附件。