| Package | Description |
|---|---|
| com.podio.contact | |
| com.podio.user |
| Modifier and Type | Field and Description |
|---|---|
static ProfileField<String,String> |
ProfileField.ABOUT
Short text about the person
|
static ProfileField<String,String> |
ProfileField.ADDRESS
The address where the person lives or work
|
static ProfileField<Integer,Integer> |
ProfileField.AVATAR
The file id of the avatar
|
static ProfileField<org.joda.time.LocalDate,String> |
ProfileField.BIRTHDATE
The birthdate
|
static ProfileField<String,String> |
ProfileField.IM
Any instant messaging address
|
static ProfileField<String,String> |
ProfileField.LOCATION
The location of the person
|
static ProfileField<String,String> |
ProfileField.MAIL
Email address
|
static ProfileField<String,String> |
ProfileField.NAME
The full name
|
static ProfileField<String,String> |
ProfileField.ORGANIZATION
The organization or company the person is associated with
|
static ProfileField<String,String> |
ProfileField.PHONE
The phone number
|
static ProfileField<String,String> |
ProfileField.SKYPE
The username for Skype
|
static ProfileField<String,String> |
ProfileField.TITLE
The persons title, usually the work title
|
static ProfileField<String,String> |
ProfileField.URL
An URL to the persons homepage or the homepage of the company
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileField<?,?> |
ProfileField.getByName(String value) |
| Modifier and Type | Method and Description |
|---|---|
Map<ProfileField<?,?>,Object> |
ProfileFieldValues.getValues() |
| Modifier and Type | Method and Description |
|---|---|
<T,R> List<T> |
ContactAPI.getContactField(int userId,
ProfileField<T,R> field)
Returns the value of a contact with the specific field
|
<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
|
<F> F |
ProfileFieldValues.getValue(ProfileField<F,?> field) |
<F> List<F> |
ProfileFieldValues.getValues(ProfileField<F,?> field) |
<F> void |
ProfileFieldValues.setValue(ProfileField<F,?> field,
F value) |
<F> void |
ProfileFieldValues.setValues(ProfileField<F,?> field,
List<F> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileFieldValues.setValues(Map<ProfileField<?,?>,Object> values) |
| Modifier and Type | Method and Description |
|---|---|
<T,R> List<T> |
UserAPI.getProfileField(ProfileField<T,R> field)
Returns the field of the profile for the given key from the active user.
|
<F> void |
UserAPI.updateProfileField(ProfileField<F,?> field,
F... values)
Updates a single field on the profile of the user
|
<F> void |
UserAPI.updateProfileField(ProfileField<F,?> field,
F value)
Updates a single field on the profile of the user
|
<F> void |
UserAPI.updateProfileField(ProfileField<F,?> field,
List<F> values)
Updates a single field on the profile of the user
|
Copyright © 2014. All Rights Reserved.