Interface SlackMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SlackMetadata.Builder,SlackMetadata>, SdkBuilder<SlackMetadata.Builder,SlackMetadata>, SdkPojo
Enclosing class:
SlackMetadata

public static interface SlackMetadata.Builder extends SdkPojo, CopyableBuilder<SlackMetadata.Builder,SlackMetadata>
  • 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.