EmailTemplatesClient Interface
public interface EmailTemplatesClient
An instance of this class provides access to all the operations defined in EmailTemplatesClient.
Method Summary
Method Details
createOrUpdate
public abstract EmailTemplateContractInner createOrUpdate(String resourceGroupName, String serviceName, TemplateName templateName, EmailTemplateUpdateParameters parameters)
Updates an Email Template.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<EmailTemplateContractInner> createOrUpdateWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, EmailTemplateUpdateParameters parameters, String ifMatch, Context context)
Updates an Email Template.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch)
Reset the Email Template to default template provided by the API Management service instance.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch, Context context)
Reset the Email Template to default template provided by the API Management service instance.
Parameters:
Returns:
get
public abstract EmailTemplateContractInner get(String resourceGroupName, String serviceName, TemplateName templateName)
Gets the details of the email template specified by its identifier.
Parameters:
Returns:
getEntityTag
public abstract void getEntityTag(String resourceGroupName, String serviceName, TemplateName templateName)
Gets the entity state (Etag) version of the email template specified by its identifier.
Parameters:
getEntityTagWithResponse
public abstract EmailTemplatesGetEntityTagResponse getEntityTagWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, Context context)
Gets the entity state (Etag) version of the email template specified by its identifier.
Parameters:
Returns:
getWithResponse
public abstract EmailTemplatesGetResponse getWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, Context context)
Gets the details of the email template specified by its identifier.
Parameters:
Returns:
listByService
public abstract PagedIterable<EmailTemplateContractInner> listByService(String resourceGroupName, String serviceName)
Gets all email templates.
Parameters:
Returns:
listByService
public abstract PagedIterable<EmailTemplateContractInner> listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, Context context)
Gets all email templates.
Parameters:
Returns:
update
public abstract EmailTemplateContractInner update(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch, EmailTemplateUpdateParameters parameters)
Updates API Management email template.
Parameters:
Returns:
updateWithResponse
public abstract EmailTemplatesUpdateResponse updateWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch, EmailTemplateUpdateParameters parameters, Context context)
Updates API Management email template.
Parameters:
Returns: