Share via


EmailTemplateUpdateParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateUpdateParameters

public class EmailTemplateUpdateParameters

Email Template update Parameters.

Constructor Summary

Constructor Description
EmailTemplateUpdateParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String body()

Get email Template Body.

java.lang.String description()

Get description of the Email Template.

java.util.List<EmailTemplateParametersContractProperties> parameters()

Get email Template Parameter values.

java.lang.String subject()

Get subject of the Template.

java.lang.String title()

Get title of the Template.

EmailTemplateUpdateParameters withBody(String body)

Set email Template Body.

EmailTemplateUpdateParameters withDescription(String description)

Set description of the Email Template.

EmailTemplateUpdateParameters withParameters(List<EmailTemplateParametersContractProperties> parameters)

Set email Template Parameter values.

EmailTemplateUpdateParameters withSubject(String subject)

Set subject of the Template.

EmailTemplateUpdateParameters withTitle(String title)

Set title of the Template.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

EmailTemplateUpdateParameters

public EmailTemplateUpdateParameters()

Method Details

body

public String body()

Get email Template Body. This should be a valid XDocument.

Returns:

the body value

description

public String description()

Get description of the Email Template.

Returns:

the description value

parameters

public List<EmailTemplateParametersContractProperties> parameters()

Get email Template Parameter values.

Returns:

the parameters value

subject

public String subject()

Get subject of the Template.

Returns:

the subject value

title

public String title()

Get title of the Template.

Returns:

the title value

withBody

public EmailTemplateUpdateParameters withBody(String body)

Set email Template Body. This should be a valid XDocument.

Parameters:

body - the body value to set

Returns:

the EmailTemplateUpdateParameters object itself.

withDescription

public EmailTemplateUpdateParameters withDescription(String description)

Set description of the Email Template.

Parameters:

description - the description value to set

Returns:

the EmailTemplateUpdateParameters object itself.

withParameters

public EmailTemplateUpdateParameters withParameters(List<EmailTemplateParametersContractProperties> parameters)

Set email Template Parameter values.

Parameters:

parameters - the parameters value to set

Returns:

the EmailTemplateUpdateParameters object itself.

withSubject

public EmailTemplateUpdateParameters withSubject(String subject)

Set subject of the Template.

Parameters:

subject - the subject value to set

Returns:

the EmailTemplateUpdateParameters object itself.

withTitle

public EmailTemplateUpdateParameters withTitle(String title)

Set title of the Template.

Parameters:

title - the title value to set

Returns:

the EmailTemplateUpdateParameters object itself.

Applies to