Class ShareShortcutBlock

  • All Implemented Interfaces:
    LayoutBlock

    public class ShareShortcutBlock
    extends Object
    implements LayoutBlock
    https://api.slack.com/future
    • Method Detail

      • getType

        public String getType()
        Description copied from interface: LayoutBlock
        Determines the type of layout block, e.g. section, divider, context, actions and image.
        Specified by:
        getType in interface LayoutBlock
      • getBlockId

        public String getBlockId()
        Description copied from interface: LayoutBlock
        Returns the block_id string; the value can be null if the object is manually crafted.
        Specified by:
        getBlockId in interface LayoutBlock
      • getFunctionTriggerId

        public String getFunctionTriggerId()
      • getAppId

        public String getAppId()
      • getIsWorkflowApp

        public Boolean getIsWorkflowApp()
      • getAppCollaborators

        public List<String> getAppCollaborators()
      • getButtonLabel

        public String getButtonLabel()
      • getTitle

        public String getTitle()
      • getDescription

        public String getDescription()
      • getBotUserId

        public String getBotUserId()
      • getUrl

        public String getUrl()
      • setBlockId

        public void setBlockId​(String blockId)
      • setFunctionTriggerId

        public void setFunctionTriggerId​(String functionTriggerId)
      • setAppId

        public void setAppId​(String appId)
      • setIsWorkflowApp

        public void setIsWorkflowApp​(Boolean isWorkflowApp)
      • setAppCollaborators

        public void setAppCollaborators​(List<String> appCollaborators)
      • 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)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object