MessageTemplatesNullClientV1 class
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
createTemplate(
String correlationId, MessageTemplateV1 template ) → Future< MessageTemplateV1> -
Creates a template. [...]
override
-
deleteTemplateById(
String correlationId, String id ) → Future< MessageTemplateV1> -
Deleted a template by it's unique id. [...]
override
-
getTemplateById(
String correlationId, String id ) → Future< MessageTemplateV1> -
Gets a template by its unique id. [...]
override
-
getTemplateByIdOrName(
String correlationId, String idOrName ) → Future< MessageTemplateV1> -
Gets a template by its unique id or name. [...]
override
-
getTemplates(
String correlationId, FilterParams filter, PagingParams paging ) → Future< DataPage< MessageTemplateV1> > -
Gets a page of templates retrieved by a given filter. [...]
override
-
updateTemplate(
String correlationId, MessageTemplateV1 template ) → Future< MessageTemplateV1> -
Updates a template. [...]
override
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited