Drupal 8 : Programmatically create a node with Paragraph fields.

To create a node which has a paragraph field you must create a Paragraph Item and respective object has to be referenced to the field. If this is a multiple add more field you can just loop this with the appendItem() for multiple items.