ISettingsClientV1 class

Implementers

Constructors

ISettingsClientV1()

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