Class GetMetadataActivityTypeProperties


  • public final class GetMetadataActivityTypeProperties
    extends Object
    GetMetadata activity properties.
    • Constructor Detail

      • GetMetadataActivityTypeProperties

        public GetMetadataActivityTypeProperties()
    • Method Detail

      • dataset

        public DatasetReference dataset()
        Get the dataset property: GetMetadata activity dataset reference.
        Returns:
        the dataset value.
      • withDataset

        public GetMetadataActivityTypeProperties withDataset​(DatasetReference dataset)
        Set the dataset property: GetMetadata activity dataset reference.
        Parameters:
        dataset - the dataset value to set.
        Returns:
        the GetMetadataActivityTypeProperties object itself.
      • fieldList

        public List<Object> fieldList()
        Get the fieldList property: Fields of metadata to get from dataset.
        Returns:
        the fieldList value.
      • withFieldList

        public GetMetadataActivityTypeProperties withFieldList​(List<Object> fieldList)
        Set the fieldList property: Fields of metadata to get from dataset.
        Parameters:
        fieldList - the fieldList value to set.
        Returns:
        the GetMetadataActivityTypeProperties object itself.
      • storeSettings

        public StoreReadSettings storeSettings()
        Get the storeSettings property: GetMetadata activity store settings.
        Returns:
        the storeSettings value.
      • withStoreSettings

        public GetMetadataActivityTypeProperties withStoreSettings​(StoreReadSettings storeSettings)
        Set the storeSettings property: GetMetadata activity store settings.
        Parameters:
        storeSettings - the storeSettings value to set.
        Returns:
        the GetMetadataActivityTypeProperties object itself.
      • formatSettings

        public FormatReadSettings formatSettings()
        Get the formatSettings property: GetMetadata activity format settings.
        Returns:
        the formatSettings value.
      • withFormatSettings

        public GetMetadataActivityTypeProperties withFormatSettings​(FormatReadSettings formatSettings)
        Set the formatSettings property: GetMetadata activity format settings.
        Parameters:
        formatSettings - the formatSettings value to set.
        Returns:
        the GetMetadataActivityTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.