Interface UpdatePackageScopeResponse.Builder

    • Method Detail

      • packageID

        UpdatePackageScopeResponse.Builder packageID​(String 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.
      • 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.