MessagingExtensionAttachment クラス
- java.
lang. Object - com.
microsoft. bot. schema. Attachment - com.
microsoft. bot. schema. teams. MessagingExtensionAttachment
- com.
- com.
public class MessagingExtensionAttachment
extends Attachment
メッセージング拡張機能の添付ファイル。
コンストラクターの概要
| コンストラクター | 説明 | |
|---|---|---|
| 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
- 添付ファイル。