Interface UpdatePackageScopeResponse.Builder

  • Method Details

    • packageID

      ID of the package whose scope was updated.

      Parameters:
      packageID - ID of the package whose scope was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operation

      The operation that was performed on the package scope.

      Parameters:
      operation - The operation that was performed on the package scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operation

      The operation that was performed on the package scope.

      Parameters:
      operation - The operation that was performed on the package scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • packageUserList

      UpdatePackageScopeResponse.Builder packageUserList(Collection<String> packageUserList)

      List of users who have access to the package after the scope update.

      Parameters:
      packageUserList - List of users who have access to the package after the scope update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • packageUserList

      UpdatePackageScopeResponse.Builder packageUserList(String... packageUserList)

      List of users who have access to the package after the scope update.

      Parameters:
      packageUserList - List of users who have access to the package after the scope update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.