Package com.slack.api.model.view
Class View
java.lang.Object
com.slack.api.model.view.View
Represents a surface in Slack (Modals, Home tabs)
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionView()View(String id, String teamId, String type, ViewTitle title, ViewSubmit submit, ViewClose close, List<LayoutBlock> blocks, String privateMetadata, String callbackId, String externalId, ViewState state, String hash, Boolean clearOnClose, Boolean notifyOnClose, Boolean submitDisabled, String rootViewId, String previousViewId, String appId, String appInstalledTeamId, String botId, String entityUrl, View.ExternalRef externalRef, String appUnfurlUrl, String messageTs, String threadTs, String channel) -
Method Summary
Modifier and TypeMethodDescriptionstatic View.ViewBuilderbuilder()protected booleanbooleangetAppId()getBotId()getClose()getHash()getId()getState()getTitle()getType()inthashCode()voidvoidsetAppInstalledTeamId(String appInstalledTeamId) voidsetAppUnfurlUrl(String appUnfurlUrl) voidsetBlocks(List<LayoutBlock> blocks) voidvoidsetCallbackId(String callbackId) voidsetChannel(String channel) voidsetClearOnClose(Boolean clearOnClose) voidvoidsetEntityUrl(String entityUrl) voidsetExternalId(String externalId) voidsetExternalRef(View.ExternalRef externalRef) voidvoidvoidsetMessageTs(String messageTs) voidsetNotifyOnClose(Boolean notifyOnClose) voidsetPreviousViewId(String previousViewId) voidsetPrivateMetadata(String privateMetadata) voidsetRootViewId(String rootViewId) voidvoidsetSubmit(ViewSubmit submit) voidsetSubmitDisabled(Boolean submitDisabled) voidvoidsetThreadTs(String threadTs) voidvoidtoString()
-
Constructor Details
-
View
public View() -
View
public View(String id, String teamId, String type, ViewTitle title, ViewSubmit submit, ViewClose close, List<LayoutBlock> blocks, String privateMetadata, String callbackId, String externalId, ViewState state, String hash, Boolean clearOnClose, Boolean notifyOnClose, Boolean submitDisabled, String rootViewId, String previousViewId, String appId, String appInstalledTeamId, String botId, String entityUrl, View.ExternalRef externalRef, String appUnfurlUrl, String messageTs, String threadTs, String channel)
-
-
Method Details
-
builder
-
getId
-
getTeamId
-
getType
-
getTitle
-
getSubmit
-
getClose
-
getBlocks
-
getPrivateMetadata
-
getCallbackId
-
getExternalId
-
getState
-
getHash
-
getClearOnClose
-
getNotifyOnClose
-
getSubmitDisabled
-
getRootViewId
-
getPreviousViewId
-
getAppId
-
getAppInstalledTeamId
-
getBotId
-
getEntityUrl
-
getExternalRef
-
getAppUnfurlUrl
-
getMessageTs
-
getThreadTs
-
getChannel
-
setId
-
setTeamId
-
setType
-
setTitle
-
setSubmit
-
setClose
-
setBlocks
-
setPrivateMetadata
-
setCallbackId
-
setExternalId
-
setState
-
setHash
-
setClearOnClose
-
setNotifyOnClose
-
setSubmitDisabled
-
setRootViewId
-
setPreviousViewId
-
setAppId
-
setAppInstalledTeamId
-
setBotId
-
setEntityUrl
-
setExternalRef
-
setAppUnfurlUrl
-
setMessageTs
-
setThreadTs
-
setChannel
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-