Package com.slack.api.model.view
Class View.ViewBuilder
java.lang.Object
com.slack.api.model.view.View.ViewBuilder
- Enclosing class:
- View
-
Method Summary
Modifier and TypeMethodDescriptionappInstalledTeamId(String appInstalledTeamId) blocks(List<LayoutBlock> blocks) build()callbackId(String callbackId) clearOnClose(Boolean clearOnClose) externalId(String externalId) notifyOnClose(Boolean notifyOnClose) previousViewId(String previousViewId) privateMetadata(String privateMetadata) rootViewId(String rootViewId) submit(ViewSubmit submit) submitDisabled(Boolean submitDisabled) toString()
-
Method Details
-
id
- Returns:
this.
-
teamId
- Returns:
this.
-
type
- Returns:
this.
-
title
- Returns:
this.
-
submit
- Returns:
this.
-
close
- Returns:
this.
-
blocks
- Returns:
this.
-
privateMetadata
- Returns:
this.
-
callbackId
- Returns:
this.
-
externalId
- Returns:
this.
-
state
- Returns:
this.
-
hash
- Returns:
this.
-
clearOnClose
- Returns:
this.
-
notifyOnClose
- Returns:
this.
-
submitDisabled
- Returns:
this.
-
rootViewId
- Returns:
this.
-
previousViewId
- Returns:
this.
-
appId
- Returns:
this.
-
appInstalledTeamId
- Returns:
this.
-
botId
- Returns:
this.
-
build
-
toString
-