LeadForms class

Методы для работы с формами сбора заявок.

Constructors

LeadForms.new(Api _api)
Конструктор.

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

create<T>(Map<String, Object> params) Future<ApiResponse<T>>
Создаёт форму сбора заявок.
delete<T>(Map<String, Object> params) Future<ApiResponse<T>>
Удаляет форму сбора заявок.
get<T>(Map<String, Object> params) Future<ApiResponse<T>>
Возвращает информацию о форме сбора заявок.
getLeads<T>(Map<String, Object> params) Future<ApiResponse<T>>
Возвращает заявки формы.
getUploadURL<T>(Map<String, Object> params) Future<ApiResponse<T>>
Возвращает URL для загрузки обложки для формы.
list<T>(Map<String, Object> params) Future<ApiResponse<T>>
Возвращает список форм сообщества.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update<T>(Map<String, Object> params) Future<ApiResponse<T>>
Обновляет форму сбора заявок.

Operators

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