RestAttachments クラス
- java.
lang. Object - com.
microsoft. bot. connector. rest. RestAttachments
- com.
実装
public class RestAttachments
implements Attachments
このクラスのインスタンスは、Attachments で定義されているすべての操作へのアクセスを提供します。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| java.util.concurrent.CompletableFuture<java.io.InputStream> |
getAttachment(String attachmentId, String viewId)
添付ファイル |
|
java.util.concurrent.CompletableFuture<Attachment |
getAttachmentInfo(String attachmentId)
添付ファイル |
| java.lang.String |
getAttachmentUri(String attachmentId, String viewId)
添付ファイル ビューの URI を取得します。 |
メソッドの継承元: java.lang.Object
メソッドの詳細
getAttachment
public CompletableFuture
GetAttachment。 名前付きビューをバイナリ コンテンツとして取得します。
パラメーター:
戻り値:
getAttachmentInfo
public CompletableFuture
GetAttachmentInfo。 添付ファイル ビューを記述する AttachmentInfo 構造体を取得します。
パラメーター:
戻り値:
getAttachmentUri
public String getAttachmentUri(String attachmentId, String viewId)
添付ファイル ビューの URI を取得します。
パラメーター:
戻り値: