Class SsisProject

    • Constructor Detail

      • SsisProject

        public SsisProject()
    • Method Detail

      • folderId

        public Long folderId()
        Get the folderId property: Folder id which contains project.
        Returns:
        the folderId value.
      • withFolderId

        public SsisProject withFolderId​(Long folderId)
        Set the folderId property: Folder id which contains project.
        Parameters:
        folderId - the folderId value to set.
        Returns:
        the SsisProject object itself.
      • version

        public Long version()
        Get the version property: Project version.
        Returns:
        the version value.
      • withVersion

        public SsisProject withVersion​(Long version)
        Set the version property: Project version.
        Parameters:
        version - the version value to set.
        Returns:
        the SsisProject object itself.
      • environmentRefs

        public List<SsisEnvironmentReference> environmentRefs()
        Get the environmentRefs property: Environment reference in project.
        Returns:
        the environmentRefs value.
      • withEnvironmentRefs

        public SsisProject withEnvironmentRefs​(List<SsisEnvironmentReference> environmentRefs)
        Set the environmentRefs property: Environment reference in project.
        Parameters:
        environmentRefs - the environmentRefs value to set.
        Returns:
        the SsisProject object itself.
      • parameters

        public List<SsisParameter> parameters()
        Get the parameters property: Parameters in project.
        Returns:
        the parameters value.
      • withParameters

        public SsisProject withParameters​(List<SsisParameter> parameters)
        Set the parameters property: Parameters in project.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the SsisProject object itself.
      • withId

        public SsisProject withId​(Long id)
        Set the id property: Metadata id.
        Overrides:
        withId in class SsisObjectMetadata
        Parameters:
        id - the id value to set.
        Returns:
        the SsisObjectMetadata object itself.
      • withName

        public SsisProject withName​(String name)
        Set the name property: Metadata name.
        Overrides:
        withName in class SsisObjectMetadata
        Parameters:
        name - the name value to set.
        Returns:
        the SsisObjectMetadata object itself.
      • withDescription

        public SsisProject withDescription​(String description)
        Set the description property: Metadata description.
        Overrides:
        withDescription in class SsisObjectMetadata
        Parameters:
        description - the description value to set.
        Returns:
        the SsisObjectMetadata object itself.