Interface UserGroupsUpdateStatus.Builder

  • Method Details

    • userGroupIdsToAdd

      UserGroupsUpdateStatus.Builder userGroupIdsToAdd(Collection<String> userGroupIdsToAdd)

      The ID of the user group to add.

      Parameters:
      userGroupIdsToAdd - The ID of the user group to add.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userGroupIdsToAdd

      UserGroupsUpdateStatus.Builder userGroupIdsToAdd(String... userGroupIdsToAdd)

      The ID of the user group to add.

      Parameters:
      userGroupIdsToAdd - The ID of the user group to add.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userGroupIdsToRemove

      UserGroupsUpdateStatus.Builder userGroupIdsToRemove(Collection<String> userGroupIdsToRemove)

      The ID of the user group to remove.

      Parameters:
      userGroupIdsToRemove - The ID of the user group to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userGroupIdsToRemove

      UserGroupsUpdateStatus.Builder userGroupIdsToRemove(String... userGroupIdsToRemove)

      The ID of the user group to remove.

      Parameters:
      userGroupIdsToRemove - The ID of the user group to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.