Interface EmailTemplateContract.DefinitionStages.WithBody
- All Known Subinterfaces:
EmailTemplateContract.Definition,EmailTemplateContract.DefinitionStages.WithCreate
- Enclosing interface:
EmailTemplateContract.DefinitionStages
public static interface EmailTemplateContract.DefinitionStages.WithBody
The stage of the EmailTemplateContract definition 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.
-