Class Dynamics365DataConnector


  • public final class Dynamics365DataConnector
    extends DataConnectorInner
    Represents Dynamics365 data connector.
    • Constructor Detail

      • Dynamics365DataConnector

        public Dynamics365DataConnector()
    • Method Detail

      • dataTypes

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

        public Dynamics365DataConnector withDataTypes​(Dynamics365DataConnectorDataTypes dataTypes)
        Set the dataTypes property: The available data types for the connector.
        Parameters:
        dataTypes - the dataTypes value to set.
        Returns:
        the Dynamics365DataConnector 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 Dynamics365DataConnector 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 Dynamics365DataConnector object itself.