Uses of Class
com.podio.contact.ProfileField
-
Packages that use ProfileField Package Description com.podio.contact com.podio.user -
-
Uses of ProfileField in com.podio.contact
Fields in com.podio.contact declared as ProfileField Modifier and Type Field Description static ProfileField<String,String>ProfileField. ABOUTShort text about the personstatic ProfileField<String,String>ProfileField. ADDRESSThe address where the person lives or workstatic ProfileField<Integer,Integer>ProfileField. AVATARThe file id of the avatarstatic ProfileField<org.joda.time.LocalDate,String>ProfileField. BIRTHDATEThe birthdatestatic ProfileField<String,String>ProfileField. IMAny instant messaging addressstatic ProfileField<String,String>ProfileField. LOCATIONThe location of the personstatic ProfileField<String,String>ProfileField. MAILEmail addressstatic ProfileField<String,String>ProfileField. NAMEThe full namestatic ProfileField<String,String>ProfileField. ORGANIZATIONThe organization or company the person is associated withstatic ProfileField<String,String>ProfileField. PHONEThe phone numberstatic ProfileField<String,String>ProfileField. SKYPEThe username for Skypestatic ProfileField<String,String>ProfileField. TITLEThe persons title, usually the work titlestatic ProfileField<String,String>ProfileField. URLAn URL to the persons homepage or the homepage of the companyMethods in com.podio.contact that return ProfileField Modifier and Type Method Description static ProfileField<?,?>ProfileField. getByName(String value)Methods in com.podio.contact that return types with arguments of type ProfileField Modifier and Type Method Description Map<ProfileField<?,?>,Object>ProfileFieldValues. getValues()Methods in com.podio.contact with parameters of type ProfileField Modifier and Type Method 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, ContactType contactType)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, ContactType contactType)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, ContactType contactType)Returns all the profiles of the users contacts on the given space<F> FProfileFieldValues. getValue(ProfileField<F,?> field)<F> List<F>ProfileFieldValues. getValues(ProfileField<F,?> field)<F> voidProfileFieldValues. setValue(ProfileField<F,?> field, F value)<F> voidProfileFieldValues. setValues(ProfileField<F,?> field, List<F> values)Method parameters in com.podio.contact with type arguments of type ProfileField Modifier and Type Method Description voidProfileFieldValues. setValues(Map<ProfileField<?,?>,Object> values) -
Uses of ProfileField in com.podio.user
Methods in com.podio.user with parameters of type ProfileField Modifier and Type Method 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> voidUserAPI. updateProfileField(ProfileField<F,?> field, F value)Updates a single field on the profile of the user<F> voidUserAPI. updateProfileField(ProfileField<F,?> field, F... values)Updates a single field on the profile of the user<F> voidUserAPI. updateProfileField(ProfileField<F,?> field, List<F> values)Updates a single field on the profile of the user
-