| Package | Description |
|---|---|
| com.podio.contact |
| Modifier and Type | Field and Description |
|---|---|
static ProfileType<Profile> |
ProfileType.FULL |
static ProfileType<ProfileMini> |
ProfileType.MINI |
| Modifier and Type | Method and Description |
|---|---|
<T,F,R> List<T> |
ContactAPI.getContacts(ProfileField<F,R> key,
F value,
Integer limit,
Integer offset,
ProfileType<T> type,
ContactOrder order)
Used to get a list of contacts for the user.
|
<T,F,R> List<T> |
ContactAPI.getOrganizationContacts(int organizationId,
ProfileField<F,R> key,
F value,
Integer limit,
Integer offset,
ProfileType<T> type,
ContactOrder order)
Returns all the profiles of the users contacts on the given organization
|
<T,F,R> List<T> |
ContactAPI.getSpaceContacts(int spaceId,
ProfileField<F,R> key,
F value,
Integer limit,
Integer offset,
ProfileType<T> type,
ContactOrder order)
Returns all the profiles of the users contacts on the given space
|
Copyright © 2014. All Rights Reserved.