Class AssetContainer

    • Constructor Detail

      • AssetContainer

        public AssetContainer()
    • Method Detail

      • isArchived

        public Boolean isArchived()
        Get the isArchived property: Is the asset archived?.
        Returns:
        the isArchived value.
      • withIsArchived

        public AssetContainer withIsArchived​(Boolean isArchived)
        Set the isArchived property: Is the asset archived?.
        Parameters:
        isArchived - the isArchived value to set.
        Returns:
        the AssetContainer object itself.
      • latestVersion

        public String latestVersion()
        Get the latestVersion property: The latest version inside this container.
        Returns:
        the latestVersion value.
      • nextVersion

        public String nextVersion()
        Get the nextVersion property: The next auto incremental version.
        Returns:
        the nextVersion value.
      • withDescription

        public AssetContainer withDescription​(String description)
        Set the description property: The asset description text.
        Overrides:
        withDescription in class ResourceBase
        Parameters:
        description - the description value to set.
        Returns:
        the ResourceBase object itself.
      • withProperties

        public AssetContainer withProperties​(Map<String,​String> properties)
        Set the properties property: The asset property dictionary.
        Overrides:
        withProperties in class ResourceBase
        Parameters:
        properties - the properties value to set.
        Returns:
        the ResourceBase object itself.
      • withTags

        public AssetContainer withTags​(Map<String,​String> tags)
        Set the tags property: Tag dictionary. Tags can be added, removed, and updated.
        Overrides:
        withTags in class ResourceBase
        Parameters:
        tags - the tags value to set.
        Returns:
        the ResourceBase object itself.