Class DataConnectorTenantId

    • Constructor Detail

      • DataConnectorTenantId

        public DataConnectorTenantId()
    • Method Detail

      • 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 DataConnectorTenantId 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 DataConnectorTenantId object itself.
      • validate

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