Class PowerQueryTypeProperties


  • public final class PowerQueryTypeProperties
    extends Object
    Power Query data flow type properties.
    • Constructor Detail

      • PowerQueryTypeProperties

        public PowerQueryTypeProperties()
    • Method Detail

      • sources

        public List<PowerQuerySource> sources()
        Get the sources property: List of sources in Power Query.
        Returns:
        the sources value.
      • withSources

        public PowerQueryTypeProperties withSources​(List<PowerQuerySource> sources)
        Set the sources property: List of sources in Power Query.
        Parameters:
        sources - the sources value to set.
        Returns:
        the PowerQueryTypeProperties object itself.
      • script

        public String script()
        Get the script property: Power query mashup script.
        Returns:
        the script value.
      • withScript

        public PowerQueryTypeProperties withScript​(String script)
        Set the script property: Power query mashup script.
        Parameters:
        script - the script value to set.
        Returns:
        the PowerQueryTypeProperties object itself.
      • documentLocale

        public String documentLocale()
        Get the documentLocale property: Locale of the Power query mashup document.
        Returns:
        the documentLocale value.
      • withDocumentLocale

        public PowerQueryTypeProperties withDocumentLocale​(String documentLocale)
        Set the documentLocale property: Locale of the Power query mashup document.
        Parameters:
        documentLocale - the documentLocale value to set.
        Returns:
        the PowerQueryTypeProperties object itself.
      • validate

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