IContactsApi class abstract
DO NOT MODIFY
GENERATED API OPERATIONS
Constructors
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
-
addContactInteraction(
String id, IContactInteraction body) → Future -
addContactNote(
String id, IContactNote body) → Future -
automaticallyLinkContactToSimilarContacts(
String id) → Future< ISunnyContact> -
contactsIdActionsCopyToCollaborationGroupPost(
String id, IBody body) → Future -
contactsIdPictureGet(
String id) → Future -
deleteContact(
String id) → Future -
deleteContactInteraction(
String id, String interactionId) → Future -
deleteContactNote(
String id, String noteId) → Future -
getAllContactInteractions(
{int? max}) → Future -
getContact(
String id) → Future< ISunnyContact> -
getContactIdentity(
String id, String identityId) → Future< IContactIdentity> -
getContactInteractions(
String id) → Future -
getContactNotes(
String id) → Future -
listContacts(
{bool? full, int? offset, int? max, List< String> ? group, DateTime? since, String? filter}) → Future<IContactList> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
storeContactProfilePicture(
String id) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
updateContact(
String id, IContactUpdateRequest body) → Future< ISunnyContact> -
updateContactIdentity(
String id, String identityId, IContactIdentityUpdateRequest body) → Future< IContactIdentity> -
updateContactNote(
String id, IContactNote body) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited