SettingsNullClientV1 class

Implemented types

Constructors

SettingsNullClientV1()

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

getSectionById(String correlationId, String id) → Future<ConfigParams>
Gets settings section by its unique id [...]
override
getSectionIds(String correlationId, FilterParams filter, PagingParams paging) → Future<DataPage<String>>
Retrieves settings section ids filtered by set of criteria [...]
override
getSections(String correlationId, FilterParams filter, PagingParams paging) → Future<DataPage<SettingsSectionV1>>
Retrieves settings sections filtered by set of criteria [...]
override
modifySection(String correlationId, String id, ConfigParams updateParams, ConfigParams incrementParams) → Future<ConfigParams>
Modify settings section, perform partial updates and increments [...]
override
setSection(String correlationId, String id, ConfigParams parameters) → Future<ConfigParams>
Sets settings section by its unique id [...]
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