EmailTemplateContract.UpdateStages.WithTitle Interface

public static interface EmailTemplateContract.UpdateStages.WithTitle

The stage of the emailtemplatecontract update allowing to specify Title.

Method Summary

Modifier and Type Method and Description
abstract Update withTitle(String title)

Specifies title.

Method Details

withTitle

public abstract EmailTemplateContract.Update withTitle(String title)

Specifies title.

Parameters:

title - Title of the Template

Returns:

the next update stage

Applies to