Uses of Class
com.podio.contact.ContactOrder
-
Packages that use ContactOrder Package Description com.podio.contact -
-
Uses of ContactOrder in com.podio.contact
Methods in com.podio.contact that return ContactOrder Modifier and Type Method Description static ContactOrderContactOrder. 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.Methods in com.podio.contact with parameters of type ContactOrder 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
-