Interface UsersAndGroups.Builder

  • Method Details

    • 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 group names associated with a topic control rule.

      Parameters:
      userGroups - The user group names 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 group names associated with a topic control rule.

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