Interface PackageVersionOrigin.Builder

    • Method Detail

      • domainEntryPoint

        PackageVersionOrigin.Builder domainEntryPoint​(DomainEntryPoint domainEntryPoint)

        A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.

        Parameters:
        domainEntryPoint - A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • originType

        PackageVersionOrigin.Builder originType​(String originType)

        Describes how the package version was originally added to the domain. An INTERNAL origin type means the package version was published directly to a repository in the domain. An EXTERNAL origin type means the package version was ingested from an external connection.

        Parameters:
        originType - Describes how the package version was originally added to the domain. An INTERNAL origin type means the package version was published directly to a repository in the domain. An EXTERNAL origin type means the package version was ingested from an external connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PackageVersionOriginType, PackageVersionOriginType
      • originType

        PackageVersionOrigin.Builder originType​(PackageVersionOriginType originType)

        Describes how the package version was originally added to the domain. An INTERNAL origin type means the package version was published directly to a repository in the domain. An EXTERNAL origin type means the package version was ingested from an external connection.

        Parameters:
        originType - Describes how the package version was originally added to the domain. An INTERNAL origin type means the package version was published directly to a repository in the domain. An EXTERNAL origin type means the package version was ingested from an external connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PackageVersionOriginType, PackageVersionOriginType