Class OfficePowerBIDataConnector


  • public final class OfficePowerBIDataConnector
    extends DataConnectorInner
    Represents Office Microsoft PowerBI data connector.
    • Constructor Detail

      • OfficePowerBIDataConnector

        public OfficePowerBIDataConnector()
    • Method Detail

      • dataTypes

        public OfficePowerBIConnectorDataTypes dataTypes()
        Get the dataTypes property: The available data types for the connector.
        Returns:
        the dataTypes value.
      • withDataTypes

        public OfficePowerBIDataConnector withDataTypes​(OfficePowerBIConnectorDataTypes dataTypes)
        Set the dataTypes property: The available data types for the connector.
        Parameters:
        dataTypes - the dataTypes value to set.
        Returns:
        the OfficePowerBIDataConnector object itself.
      • tenantId

        public String tenantId()
        Get the tenantId property: The tenant id to connect to, and get the data from.
        Returns:
        the tenantId value.
      • withTenantId

        public OfficePowerBIDataConnector withTenantId​(String tenantId)
        Set the tenantId property: The tenant id to connect to, and get the data from.
        Parameters:
        tenantId - the tenantId value to set.
        Returns:
        the OfficePowerBIDataConnector object itself.