IMessageTemplatesController class abstract

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createTemplate(String? correlationId, MessageTemplateV1 template) Future<MessageTemplateV1?>
Creates a template.
deleteTemplateById(String? correlationId, String templateId) Future<MessageTemplateV1?>
Deleted a template by it's unique id.
getTemplateById(String? correlationId, String id) Future<MessageTemplateV1?>
Gets a template by its unique id.
getTemplateByIdOrName(String? correlationId, String idOrName) Future<MessageTemplateV1?>
Gets a template by its unique id or name.
getTemplates(String? correlationId, FilterParams? filter, PagingParams? paging) Future<DataPage<MessageTemplateV1>>
Gets a page of templates retrieved by a given filter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateTemplate(String? correlationId, MessageTemplateV1 template) Future<MessageTemplateV1?>
Updates a template.

Operators

operator ==(Object other) bool
The equality operator.
inherited