Interface GetPackageVersionReadmeResponse.Builder

    • Method Detail

      • namespace

        GetPackageVersionReadmeResponse.Builder namespace​(String namespace)

        The namespace of the package version with the requested readme file. The package version component that specifies its namespace depends on its type. For example:

        • The namespace of a Maven package version is its groupId.

        • The namespace of an npm package version is its scope.

        • Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.

        Parameters:
        namespace - The namespace of the package version with the requested readme file. The package version component that specifies its namespace depends on its type. For example:

        • The namespace of a Maven package version is its groupId.

        • The namespace of an npm package version is its scope.

        • Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packageValue

        GetPackageVersionReadmeResponse.Builder packageValue​(String packageValue)

        The name of the package that contains the returned readme file.

        Parameters:
        packageValue - The name of the package that contains the returned readme file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        GetPackageVersionReadmeResponse.Builder version​(String version)

        The version of the package with the requested readme file.

        Parameters:
        version - The version of the package with the requested readme file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionRevision

        GetPackageVersionReadmeResponse.Builder versionRevision​(String versionRevision)

        The current revision associated with the package version.

        Parameters:
        versionRevision - The current revision associated with the package version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readme

        GetPackageVersionReadmeResponse.Builder readme​(String readme)

        The text of the returned readme file.

        Parameters:
        readme - The text of the returned readme file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.