Class DataContainerDetails


  • public final class DataContainerDetails
    extends AssetContainer
    Container for data asset versions.
    • Constructor Detail

      • DataContainerDetails

        public DataContainerDetails()
    • Method Detail

      • dataType

        public DataType dataType()
        Get the dataType property: [Required] Specifies the type of data.
        Returns:
        the dataType value.
      • withDataType

        public DataContainerDetails withDataType​(DataType dataType)
        Set the dataType property: [Required] Specifies the type of data.
        Parameters:
        dataType - the dataType value to set.
        Returns:
        the DataContainerDetails object itself.
      • withIsArchived

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

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

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