Modifier and Type | Field and Description |
---|---|
protected List<ContactDetailsEnum> |
SearchContactByCriteria.contactDetails |
protected List<ContactDetailsEnum> |
SearchContactByCriteria.contactDetails |
protected List<ContactDetailsEnum> |
GetContactData.details |
protected List<ContactDetailsEnum> |
GetContactsData.details |
protected List<ContactDetailsEnum> |
GetContactsData.details |
protected List<ContactDetailsEnum> |
GetContactData.details |
Modifier and Type | Method and Description |
---|---|
static ContactDetailsEnum |
ContactDetailsEnum.fromValue(String v) |
static ContactDetailsEnum |
ContactDetailsEnum.fromValue(String v) |
static ContactDetailsEnum |
ContactDetailsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactDetailsEnum |
ContactDetailsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactDetailsEnum[] |
ContactDetailsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ContactDetailsEnum[] |
ContactDetailsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ContactDetailsEnum> |
SearchContactByCriteria.getContactDetails()
Gets the value of the contactDetails property.
|
List<ContactDetailsEnum> |
SearchContactByCriteria.getContactDetails()
Gets the value of the contactDetails property.
|
List<ContactDetailsEnum> |
GetContactData.getDetails()
Gets the value of the details property.
|
List<ContactDetailsEnum> |
GetContactsData.getDetails()
Gets the value of the details property.
|
List<ContactDetailsEnum> |
GetContactsData.getDetails()
Gets the value of the details property.
|
List<ContactDetailsEnum> |
GetContactData.getDetails()
Gets the value of the details property.
|
Modifier and Type | Method and Description |
---|---|
ContactDataResult |
ContactService.getContactData(String contactNumber,
List<ContactDetailsEnum> details)
This method returns the data entered at the creation or modification of a contact,
except for the password.
|
ContactDataResult |
ContactService.getContactData(String contactNumber,
List<ContactDetailsEnum> details)
This method returns the data entered at the creation or modification of a contact,
except for the password.
|
ContactSearchResult |
ContactService.searchContactByCriteria(String contactReference,
List<ContactRoleEnum> contactRoles,
List<ContactConnection> contactConnections,
List<ContactDetailsEnum> contactDetails,
List<ContactSocialConnection> socialConnections,
String phone,
String structureContactNumber,
ContactTextSearch contactTextSearch,
ContactTypeEnum contactType,
boolean includeWithoutConnection,
Long startPosition,
Long maxResults)
Allow to search for contacts passing a choice of filters : contact reference, roles,
connections, email, phone, etc.
|
ContactSearchResult |
ContactService.searchContactByCriteria(String contactReference,
List<ContactRoleEnum> contactRoles,
List<ContactConnection> contactConnections,
List<ContactDetailsEnum> contactDetails,
List<ContactSocialConnection> socialConnections,
String phone,
String structureContactNumber,
ContactTextSearch contactTextSearch,
ContactTypeEnum contactType,
boolean includeWithoutConnection,
Long startPosition,
Long maxResults)
Allow to search for contacts passing a choice of filters : contact reference, roles,
connections, email, phone, etc.
|
Modifier and Type | Method and Description |
---|---|
ContactDataResult |
ContactServiceEmpty.getContactData(String contactNumber,
List<ContactDetailsEnum> details)
This method returns the data entered at the creation or modification of a contact,
except for the password.
|
ContactDataResult |
ContactServiceEmpty.getContactData(String contactNumber,
List<ContactDetailsEnum> details)
This method returns the data entered at the creation or modification of a contact,
except for the password.
|
ContactSearchResult |
ContactServiceEmpty.searchContactByCriteria(String contactReference,
List<ContactRoleEnum> contactRoles,
List<ContactConnection> contactConnections,
List<ContactDetailsEnum> contactDetails,
List<ContactSocialConnection> socialConnections,
String phone,
String structureContactNumber,
ContactTextSearch contactTextSearch,
ContactTypeEnum contactType,
boolean includeWithoutConnection,
Long startPosition,
Long maxResults)
Allow to search for contacts passing a choice of filters : contact reference, roles,
connections, email, phone, etc.
|
ContactSearchResult |
ContactServiceEmpty.searchContactByCriteria(String contactReference,
List<ContactRoleEnum> contactRoles,
List<ContactConnection> contactConnections,
List<ContactDetailsEnum> contactDetails,
List<ContactSocialConnection> socialConnections,
String phone,
String structureContactNumber,
ContactTextSearch contactTextSearch,
ContactTypeEnum contactType,
boolean includeWithoutConnection,
Long startPosition,
Long maxResults)
Allow to search for contacts passing a choice of filters : contact reference, roles,
connections, email, phone, etc.
|
Copyright © 2021. All rights reserved.