Interface EmailTemplateContract.UpdateStages.WithBody
- All Known Subinterfaces:
EmailTemplateContract.Update
- Enclosing interface:
EmailTemplateContract.UpdateStages
public static interface EmailTemplateContract.UpdateStages.WithBody
The stage of the EmailTemplateContract update allowing to specify body.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the body property: Email Template Body.
-
Method Details
-
withBody
Specifies the body property: Email Template Body. This should be a valid XDocument.- Parameters:
body- Email Template Body. This should be a valid XDocument.- Returns:
- the next definition stage.
-