| Package | Description |
|---|---|
| com.podio.contact |
| Modifier and Type | Method and Description |
|---|---|
static ContactOrder |
ContactOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactOrder[] |
ContactOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.