Uses of Class
com.podio.contact.ProfileType
-
Packages that use ProfileType Package Description com.podio.contact -
-
Uses of ProfileType in com.podio.contact
Fields in com.podio.contact declared as ProfileType Modifier and Type Field Description static ProfileType<Profile>ProfileType. FULLstatic ProfileType<ProfileMini>ProfileType. MINIMethods in com.podio.contact with parameters of type ProfileType Modifier and Type Method Description <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
-