Class ChatUnfurlRequest.UnfurlDetail
java.lang.Object
com.slack.api.methods.request.chat.ChatUnfurlRequest.UnfurlDetail
- Enclosing class:
- ChatUnfurlRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUnfurlDetail(String text, String callbackId, String attachmentType, String fallback, String color, String url, String title, String titleLink, String imageUrl, String authorName, String authorIcon, String authorLink, List<Action> actions, List<Field> fields, List<LayoutBlock> blocks, ChatUnfurlRequest.UnfurlDetailPreview preview) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetColor()getText()getTitle()getUrl()inthashCode()voidsetActions(List<Action> actions) voidsetAttachmentType(String attachmentType) voidsetAuthorIcon(String authorIcon) voidsetAuthorLink(String authorLink) voidsetAuthorName(String authorName) voidsetBlocks(List<LayoutBlock> blocks) voidsetCallbackId(String callbackId) voidvoidsetFallback(String fallback) voidvoidsetImageUrl(String imageUrl) voidvoidvoidvoidsetTitleLink(String titleLink) voidtoString()
-
Constructor Details
-
UnfurlDetail
public UnfurlDetail() -
UnfurlDetail
public UnfurlDetail(String text, String callbackId, String attachmentType, String fallback, String color, String url, String title, String titleLink, String imageUrl, String authorName, String authorIcon, String authorLink, List<Action> actions, List<Field> fields, List<LayoutBlock> blocks, ChatUnfurlRequest.UnfurlDetailPreview preview)
-
-
Method Details
-
builder
-
getText
-
getCallbackId
-
getAttachmentType
-
getFallback
-
getColor
-
getUrl
-
getTitle
-
getTitleLink
-
getImageUrl
-
getAuthorName
-
getAuthorIcon
-
getAuthorLink
-
getActions
-
getFields
-
getBlocks
-
getPreview
-
setText
-
setCallbackId
-
setAttachmentType
-
setFallback
-
setColor
-
setUrl
-
setTitle
-
setTitleLink
-
setImageUrl
-
setAuthorName
-
setAuthorIcon
-
setAuthorLink
-
setActions
-
setFields
-
setBlocks
-
setPreview
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-