EncryptedContactApi class
Constructors
- EncryptedContactApi(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< EncryptedContact> > -
filterContactsBySorted(
SortableFilterOptions< Contact> filter) → Future<PaginatedListIterator< EncryptedContact> > -
filterServicesBy(
FilterOptions< Service> filter) → Future<PaginatedListIterator< EncryptedService> > -
filterServicesBySorted(
SortableFilterOptions< Service> filter) → Future<PaginatedListIterator< EncryptedService> > -
getContact(
String entityId) → Future< EncryptedContact> -
getContacts(
List< String> entityIds) → Future<List< EncryptedContact> > -
getService(
String serviceId) → Future< EncryptedService> -
getServices(
List< String> entityIds) → Future<List< EncryptedService> > -
modifyContact(
EncryptedContact entity) → Future< EncryptedContact> -
modifyContacts(
List< EncryptedContact> entities) → Future<List< EncryptedContact> > -
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< EncryptedContact> -
undeleteContactById(
String id, String rev) → Future< EncryptedContact>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited