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