ContactBasicApi class
Constructors
- ContactBasicApi(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
-
deleteContact(
Contact contact) → Future< DocIdentifier> -
deleteContactById(
String entityId, String rev) → Future< DocIdentifier> -
deleteContacts(
List< Contact> contacts) → Future<List< DocIdentifier> > -
deleteContactsByIds(
List< IdWithMandatoryRev> entityIds) → Future<List< DocIdentifier> > -
filterContactsBy(
BaseFilterOptions< Contact> filter) → Future<PaginatedListIterator< EncryptedContact> > -
filterContactsBySorted(
BaseSortableFilterOptions< Contact> filter) → Future<PaginatedListIterator< EncryptedContact> > -
filterServicesBy(
BaseFilterOptions< Service> filter) → Future<PaginatedListIterator< EncryptedService> > -
filterServicesBySorted(
BaseSortableFilterOptions< Service> filter) → Future<PaginatedListIterator< EncryptedService> > -
getContact(
String entityId) → Future< EncryptedContact> -
getContacts(
List< String> entityIds) → Future<List< EncryptedContact> > -
getService(
String serviceId) → Future< EncryptedService> -
getServiceCodesOccurrences(
String codeType, int minOccurrences) → Future< List< LabelledOccurence> > -
getServices(
List< String> entityIds) → Future<List< EncryptedService> > -
matchContactsBy(
BaseFilterOptions< Contact> filter) → Future<List< String> > -
matchContactsBySorted(
BaseSortableFilterOptions< Contact> filter) → Future<List< String> > -
matchServicesBy(
BaseFilterOptions< Service> filter) → Future<List< String> > -
matchServicesBySorted(
BaseSortableFilterOptions< Service> filter) → Future<List< String> > -
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
-
purgeContact(
Contact contact) → Future< void> -
purgeContactById(
String id, String rev) → Future< void> -
subscribeToEvents(
Set< SubscriptionEventType> events, BaseFilterOptions<Contact> filter, {EntitySubscriptionConfiguration? subscriptionConfig}) → Future<EntitySubscription< EncryptedContact> > -
subscribeToServiceCreateOrUpdateEvents(
BaseFilterOptions< Service> filter, {EntitySubscriptionConfiguration? subscriptionConfig}) → Future<EntitySubscription< EncryptedService> > -
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