Package com.slack.api.model.view
Class View
java.lang.Object
com.slack.api.model.view.View
public class View extends Object
Represents a surface in Slack (Modals, Home tabs)
- See Also:
- Slack Surfaces
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
View.ViewBuilder
-
Constructor Summary
Constructors Constructor Description View()
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)
-
Method Summary
-
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)
-
-
Method Details
-
builder
-
getId
-
getTeamId
-
getType
-
getTitle
-
getSubmit
-
getClose
-
getBlocks
-
getPrivateMetadata
-
getCallbackId
-
getExternalId
-
getState
-
getHash
-
getClearOnClose
-
getNotifyOnClose
-
getSubmitDisabled
-
getRootViewId
-
getPreviousViewId
-
getAppId
-
getAppInstalledTeamId
-
getBotId
-
setId
-
setTeamId
-
setType
-
setTitle
-
setSubmit
-
setClose
-
setBlocks
-
setPrivateMetadata
-
setCallbackId
-
setExternalId
-
setState
-
setHash
-
setClearOnClose
-
setNotifyOnClose
-
setSubmitDisabled
-
setRootViewId
-
setPreviousViewId
-
setAppId
-
setAppInstalledTeamId
-
setBotId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-