ContactControllerApi class
Constructors
- ContactControllerApi([ApiClient? apiClient])
Properties
Methods
-
createContact(
CreateContactOptions createContactOptions) → Future< ContactDto?> - Create a contact
-
createContactWithHttpInfo(
CreateContactOptions createContactOptions) → Future< Response> - Create a contact
-
deleteContact(
String contactId) → Future< void> - Delete contact
-
deleteContactWithHttpInfo(
String contactId) → Future< Response> - Delete contact
-
getAllContacts(
{int? page, int? size, String? sort, DateTime? since, DateTime? before}) → Future< PageContactProjection?> - Get all contacts
-
getAllContactsWithHttpInfo(
{int? page, int? size, String? sort, DateTime? since, DateTime? before}) → Future< Response> - Get all contacts
-
getContact(
String contactId) → Future< ContactDto?> - Get contact
-
getContacts(
) → Future< List< ContactProjection> ?> - Get all contacts
-
getContactsWithHttpInfo(
) → Future< Response> - Get all contacts
-
getContactVCard(
String contactId) → Future< List< String> ?> - Get contact vCard vcf file
-
getContactVCardWithHttpInfo(
String contactId) → Future< Response> - Get contact vCard vcf file
-
getContactWithHttpInfo(
String contactId) → Future< Response> - Get contact
-
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