public static interface TemplateService.UpdateRequest extends Request<TemplateService.UpdateRequest,TemplateService.UpdateResponse>
Modifier and Type | Method and Description |
---|---|
TemplateService.UpdateRequest |
async(Boolean async)
Indicates if the update should be performed asynchronously.
|
TemplateService.UpdateRequest |
template(Template template) |
TemplateService.UpdateRequest |
template(TemplateBuilder template) |
TemplateService.UpdateRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
TemplateService.UpdateRequest template(Template template)
TemplateService.UpdateRequest template(TemplateBuilder template)
Copyright © 2016. All rights reserved.