Uses of Class
com.podio.contact.Profile
-
Packages that use Profile Package Description com.podio.contact com.podio.org com.podio.space com.podio.user -
-
Uses of Profile in com.podio.contact
Fields in com.podio.contact with type parameters of type Profile Modifier and Type Field Description static ProfileType<Profile>ProfileType. FULLMethods in com.podio.contact that return Profile Modifier and Type Method Description ProfileContactAPI. getContact(int profileId)Returns all the contact details about the user with the given id. -
Uses of Profile in com.podio.org
Methods in com.podio.org that return Profile Modifier and Type Method Description ProfileOrganizationMember. getProfile()Methods in com.podio.org with parameters of type Profile Modifier and Type Method Description voidOrganizationMember. setProfile(Profile profile) -
Uses of Profile in com.podio.space
Methods in com.podio.space that return Profile Modifier and Type Method Description ProfileSpaceMemberV2. getProfile()Methods in com.podio.space with parameters of type Profile Modifier and Type Method Description voidSpaceMemberV2. setProfile(Profile profile) -
Uses of Profile in com.podio.user
Methods in com.podio.user that return Profile Modifier and Type Method Description ProfileUserAPI. getProfile()Returns the profile of the active userProfileUserStatus. getProfile()Methods in com.podio.user with parameters of type Profile Modifier and Type Method Description voidUserStatus. setProfile(Profile profile)
-