AgendaInGroupApi class
Constructors
- AgendaInGroupApi.new(String _sdkId, Object _dartSdk)
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
-
createAgenda(
GroupScoped< Agenda> entity) → Future<GroupScoped< Agenda> > -
deleteAgenda(
GroupScoped< Agenda> agenda) → Future<GroupScoped< StoredDocumentIdentifier> > -
deleteAgendaById(
GroupScoped< StoredDocumentIdentifier> entityId) → Future<GroupScoped< StoredDocumentIdentifier> > -
deleteAgendas(
List< GroupScoped< agendas) → Future<Agenda> >List< GroupScoped< >StoredDocumentIdentifier> > -
deleteAgendasByIds(
List< GroupScoped< entityIds) → Future<StoredDocumentIdentifier> >List< GroupScoped< >StoredDocumentIdentifier> > -
filterAgendasBy(
String groupId, BaseFilterOptions< Agenda> filter) → Future<PaginatedListIterator< GroupScoped< >Agenda> > -
filterAgendasBySorted(
String groupId, BaseSortableFilterOptions< Agenda> filter) → Future<PaginatedListIterator< GroupScoped< >Agenda> > -
getAgenda(
String groupId, String entityId) → Future< GroupScoped< Agenda> ?> -
getAgendas(
String groupId, List< String> entityIds) → Future<List< GroupScoped< >Agenda> > -
matchAgendasBy(
String groupId, BaseFilterOptions< Agenda> filter) → Future<List< String> > -
matchAgendasBySorted(
String groupId, BaseSortableFilterOptions< Agenda> filter) → Future<List< String> > -
modifyAgenda(
GroupScoped< Agenda> entity) → Future<GroupScoped< Agenda> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited