Interface SlackMetadata.Builder

  • Method Details

    • oAuthScopes

      SlackMetadata.Builder oAuthScopes(Collection<String> oAuthScopes)

      The desired authorization scope for the Slack account.

      Parameters:
      oAuthScopes - The desired authorization scope for the Slack account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • oAuthScopes

      SlackMetadata.Builder oAuthScopes(String... oAuthScopes)

      The desired authorization scope for the Slack account.

      Parameters:
      oAuthScopes - The desired authorization scope for the Slack account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.