Package com.inttegro
Class Client.MessageTemplatesClient
java.lang.Object
com.inttegro.Client.MessageTemplatesClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchive(String templateId, RequestOptions options) create(Map<String, Object> params, RequestOptions options) publish(String templateId, RequestOptions options) renderPreview(Map<String, Object> params) update(Map<String, Object> params, RequestOptions options)
-
Constructor Details
-
MessageTemplatesClient
-
-
Method Details
-
create
public MessageTemplate create(Map<String, Object> params) throws IOException, InterruptedException, ApiException -
create
public MessageTemplate create(Map<String, Object> params, RequestOptions options) throws IOException, InterruptedException, ApiException -
update
public MessageTemplate update(Map<String, Object> params) throws IOException, InterruptedException, ApiException -
update
public MessageTemplate update(Map<String, Object> params, RequestOptions options) throws IOException, InterruptedException, ApiException -
publish
public MessageTemplate publish(String templateId) throws IOException, InterruptedException, ApiException -
publish
public MessageTemplate publish(String templateId, RequestOptions options) throws IOException, InterruptedException, ApiException -
archive
public MessageTemplate archive(String templateId) throws IOException, InterruptedException, ApiException -
archive
public MessageTemplate archive(String templateId, RequestOptions options) throws IOException, InterruptedException, ApiException -
lookup
public MessageTemplate lookup(String templateId) throws IOException, InterruptedException, ApiException -
page
public MessageTemplatePage page(Map<String, Object> params) throws IOException, InterruptedException, ApiException -
renderPreview
public MessageTemplatePreview renderPreview(Map<String, Object> params) throws IOException, InterruptedException, ApiException
-