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
- 첨부 파일입니다.