Class ConversationsCanvasesCreateRequest
java.lang.Object
com.slack.api.methods.request.conversations.canvases.ConversationsCanvasesCreateRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/conversations.canvases.create
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetToken()Authentication token.inthashCode()voidsetChannelId(String channelId) voidsetDocumentContent(CanvasDocumentContent documentContent) voidsetMarkdown(String markdown) voidAuthentication token.toString()
-
Method Details
-
builder
public static ConversationsCanvasesCreateRequest.ConversationsCanvasesCreateRequestBuilder builder() -
getToken
Authentication token. Requires scope: `conversations:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannelId
-
getMarkdown
-
getDocumentContent
-
setToken
Authentication token. Requires scope: `conversations:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
-
setMarkdown
-
setDocumentContent
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-