Interface SlackWorkspaceConfiguration.Builder

    • Method Detail

      • allowOrganizationMemberAccount

        SlackWorkspaceConfiguration.Builder allowOrganizationMemberAccount​(Boolean allowOrganizationMemberAccount)

        Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an organization in Organizations.

        Parameters:
        allowOrganizationMemberAccount - Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an organization in Organizations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • teamId

        SlackWorkspaceConfiguration.Builder teamId​(String teamId)

        The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.

        Parameters:
        teamId - The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • teamName

        SlackWorkspaceConfiguration.Builder teamName​(String teamName)

        The name of the Slack workspace.

        Parameters:
        teamName - The name of the Slack workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.