Class Office365DatasetTypeProperties


  • public final class Office365DatasetTypeProperties
    extends Object
    Office365 dataset properties.
    • Constructor Detail

      • Office365DatasetTypeProperties

        public Office365DatasetTypeProperties()
    • Method Detail

      • tableName

        public Object tableName()
        Get the tableName property: Name of the dataset to extract from Office 365. Type: string (or Expression with resultType string).
        Returns:
        the tableName value.
      • withTableName

        public Office365DatasetTypeProperties withTableName​(Object tableName)
        Set the tableName property: Name of the dataset to extract from Office 365. Type: string (or Expression with resultType string).
        Parameters:
        tableName - the tableName value to set.
        Returns:
        the Office365DatasetTypeProperties object itself.
      • predicate

        public Object predicate()
        Get the predicate property: A predicate expression that can be used to filter the specific rows to extract from Office 365. Type: string (or Expression with resultType string).
        Returns:
        the predicate value.
      • withPredicate

        public Office365DatasetTypeProperties withPredicate​(Object predicate)
        Set the predicate property: A predicate expression that can be used to filter the specific rows to extract from Office 365. Type: string (or Expression with resultType string).
        Parameters:
        predicate - the predicate value to set.
        Returns:
        the Office365DatasetTypeProperties object itself.
      • validate

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