Package com.slack.api.model.block
Class ShareShortcutBlock
- java.lang.Object
-
- com.slack.api.model.block.ShareShortcutBlock
-
- All Implemented Interfaces:
LayoutBlock
public class ShareShortcutBlock extends Object implements LayoutBlock
https://api.slack.com/future
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShareShortcutBlock.ShareShortcutBlockBuilder
-
Constructor Summary
Constructors Constructor Description ShareShortcutBlock()ShareShortcutBlock(String blockId, String functionTriggerId, String appId, Boolean isWorkflowApp, Integer salesHomeWorkflowAppType, List<String> appCollaborators, String buttonLabel, String title, String description, String botUserId, String url, String owningTeamId, String workflowId, String developerTraceId, String triggerType, String triggerSubtype, String shareUrl)
-
Method Summary
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ShareShortcutBlock
public ShareShortcutBlock()
-
ShareShortcutBlock
public ShareShortcutBlock(String blockId, String functionTriggerId, String appId, Boolean isWorkflowApp, Integer salesHomeWorkflowAppType, List<String> appCollaborators, String buttonLabel, String title, String description, String botUserId, String url, String owningTeamId, String workflowId, String developerTraceId, String triggerType, String triggerSubtype, String shareUrl)
-
-
Method Detail
-
builder
public static ShareShortcutBlock.ShareShortcutBlockBuilder builder()
-
getType
public String getType()
Description copied from interface:LayoutBlockDetermines the type of layout block, e.g. section, divider, context, actions and image.- Specified by:
getTypein interfaceLayoutBlock
-
getBlockId
public String getBlockId()
Description copied from interface:LayoutBlockReturns the block_id string; the value can be null if the object is manually crafted.- Specified by:
getBlockIdin interfaceLayoutBlock
-
getFunctionTriggerId
public String getFunctionTriggerId()
-
getAppId
public String getAppId()
-
getIsWorkflowApp
public Boolean getIsWorkflowApp()
-
getSalesHomeWorkflowAppType
public Integer getSalesHomeWorkflowAppType()
-
getButtonLabel
public String getButtonLabel()
-
getTitle
public String getTitle()
-
getDescription
public String getDescription()
-
getBotUserId
public String getBotUserId()
-
getUrl
public String getUrl()
-
getOwningTeamId
public String getOwningTeamId()
-
getWorkflowId
public String getWorkflowId()
-
getDeveloperTraceId
public String getDeveloperTraceId()
-
getTriggerType
public String getTriggerType()
-
getTriggerSubtype
public String getTriggerSubtype()
-
getShareUrl
public String getShareUrl()
-
setBlockId
public void setBlockId(String blockId)
-
setFunctionTriggerId
public void setFunctionTriggerId(String functionTriggerId)
-
setAppId
public void setAppId(String appId)
-
setIsWorkflowApp
public void setIsWorkflowApp(Boolean isWorkflowApp)
-
setSalesHomeWorkflowAppType
public void setSalesHomeWorkflowAppType(Integer salesHomeWorkflowAppType)
-
setButtonLabel
public void setButtonLabel(String buttonLabel)
-
setTitle
public void setTitle(String title)
-
setDescription
public void setDescription(String description)
-
setBotUserId
public void setBotUserId(String botUserId)
-
setUrl
public void setUrl(String url)
-
setOwningTeamId
public void setOwningTeamId(String owningTeamId)
-
setWorkflowId
public void setWorkflowId(String workflowId)
-
setDeveloperTraceId
public void setDeveloperTraceId(String developerTraceId)
-
setTriggerType
public void setTriggerType(String triggerType)
-
setTriggerSubtype
public void setTriggerSubtype(String triggerSubtype)
-
setShareUrl
public void setShareUrl(String shareUrl)
-
canEqual
protected boolean canEqual(Object other)
-
-