Class AssetBase

    • Constructor Detail

      • AssetBase

        public AssetBase()
    • Method Detail

      • isAnonymous

        public Boolean isAnonymous()
        Get the isAnonymous property: If the name version are system generated (anonymous registration).
        Returns:
        the isAnonymous value.
      • withIsAnonymous

        public AssetBase withIsAnonymous​(Boolean isAnonymous)
        Set the isAnonymous property: If the name version are system generated (anonymous registration).
        Parameters:
        isAnonymous - the isAnonymous value to set.
        Returns:
        the AssetBase object itself.
      • isArchived

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

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

        public AssetBase 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 AssetBase 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 AssetBase 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.