TryAndRecoverContactApi class
Constructors
- TryAndRecoverContactApi(String _sdkId)
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
-
filterContactsBy(
FilterOptions< Contact> filter) → Future<PaginatedListIterator< Contact> > -
filterContactsBySorted(
SortableFilterOptions< Contact> filter) → Future<PaginatedListIterator< Contact> > -
filterServicesBy(
FilterOptions< Service> filter) → Future<PaginatedListIterator< Service> > -
filterServicesBySorted(
SortableFilterOptions< Service> filter) → Future<PaginatedListIterator< Service> > -
getContact(
String entityId) → Future< Contact> -
getContacts(
List< String> entityIds) → Future<List< Contact> > -
getService(
String serviceId) → Future< Service> -
getServices(
List< String> entityIds) → Future<List< Service> > -
modifyContact(
Contact entity) → Future< Contact> -
modifyContacts(
List< Contact> entities) → Future<List< Contact> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
undeleteContact(
Contact contact) → Future< Contact> -
undeleteContactById(
String id, String rev) → Future< Contact>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited