Interface UsersAndGroups.Builder

    • Method Detail

      • userIds

        UsersAndGroups.Builder userIds​(Collection<String> userIds)

        The user ids associated with a topic control rule.

        Parameters:
        userIds - The user ids associated with a topic control rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userIds

        UsersAndGroups.Builder userIds​(String... userIds)

        The user ids associated with a topic control rule.

        Parameters:
        userIds - The user ids associated with a topic control rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userGroups

        UsersAndGroups.Builder userGroups​(Collection<String> userGroups)

        The user groups associated with a topic control rule.

        Parameters:
        userGroups - The user groups associated with a topic control rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userGroups

        UsersAndGroups.Builder userGroups​(String... userGroups)

        The user groups associated with a topic control rule.

        Parameters:
        userGroups - The user groups associated with a topic control rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.