Interface UserGroupPendingChanges.Builder

  • Method Details

    • userIdsToRemove

      UserGroupPendingChanges.Builder userIdsToRemove(Collection<String> userIdsToRemove)

      The list of user IDs to remove.

      Parameters:
      userIdsToRemove - The list of user IDs to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userIdsToRemove

      UserGroupPendingChanges.Builder userIdsToRemove(String... userIdsToRemove)

      The list of user IDs to remove.

      Parameters:
      userIdsToRemove - The list of user IDs to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userIdsToAdd

      UserGroupPendingChanges.Builder userIdsToAdd(Collection<String> userIdsToAdd)

      The list of user IDs to add.

      Parameters:
      userIdsToAdd - The list of user IDs to add.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userIdsToAdd

      UserGroupPendingChanges.Builder userIdsToAdd(String... userIdsToAdd)

      The list of user IDs to add.

      Parameters:
      userIdsToAdd - The list of user IDs to add.
      Returns:
      Returns a reference to this object so that method calls can be chained together.