Uses of Class
com.podio.contact.ProfileMini
-
Packages that use ProfileMini Package Description com.podio.comment com.podio.contact com.podio.conversation com.podio.item com.podio.org com.podio.rating com.podio.share com.podio.space com.podio.task -
-
Uses of ProfileMini in com.podio.comment
Methods in com.podio.comment that return types with arguments of type ProfileMini Modifier and Type Method Description List<ProfileMini>Comment. getAlerts()Method parameters in com.podio.comment with type arguments of type ProfileMini Modifier and Type Method Description voidComment. setAlerts(List<ProfileMini> alerts) -
Uses of ProfileMini in com.podio.contact
Fields in com.podio.contact with type parameters of type ProfileMini Modifier and Type Field Description static ProfileType<ProfileMini>ProfileType. MINI -
Uses of ProfileMini in com.podio.conversation
Methods in com.podio.conversation that return ProfileMini Modifier and Type Method Description ProfileMiniMessage. getCreatedBy()Methods in com.podio.conversation that return types with arguments of type ProfileMini Modifier and Type Method Description List<ProfileMini>Conversation. getParticipants()Methods in com.podio.conversation with parameters of type ProfileMini Modifier and Type Method Description voidMessage. setCreatedBy(ProfileMini createdBy)Method parameters in com.podio.conversation with type arguments of type ProfileMini Modifier and Type Method Description voidConversation. setParticipants(List<ProfileMini> participants) -
Uses of ProfileMini in com.podio.item
Methods in com.podio.item that return ProfileMini Modifier and Type Method Description ProfileMiniAppActivity. getUser()Methods in com.podio.item with parameters of type ProfileMini Modifier and Type Method Description voidAppActivity. setUser(ProfileMini user) -
Uses of ProfileMini in com.podio.org
Methods in com.podio.org that return ProfileMini Modifier and Type Method Description ProfileMiniOrganization. getCreatedBy()Methods in com.podio.org with parameters of type ProfileMini Modifier and Type Method Description voidOrganization. setCreatedBy(ProfileMini createdBy) -
Uses of ProfileMini in com.podio.rating
Methods in com.podio.rating that return ProfileMini Modifier and Type Method Description ProfileMiniRating. getUser()Methods in com.podio.rating that return types with arguments of type ProfileMini Modifier and Type Method Description List<ProfileMini>ValueRatings. getUsers()Methods in com.podio.rating with parameters of type ProfileMini Modifier and Type Method Description voidRating. setUser(ProfileMini user)Method parameters in com.podio.rating with type arguments of type ProfileMini Modifier and Type Method Description voidValueRatings. setUsers(List<ProfileMini> users) -
Uses of ProfileMini in com.podio.share
Methods in com.podio.share that return ProfileMini Modifier and Type Method Description ProfileMiniShare. getGrantedBy()ProfileMiniShare. getUser()Methods in com.podio.share with parameters of type ProfileMini Modifier and Type Method Description voidShare. setGrantedBy(ProfileMini grantedBy)voidShare. setUser(ProfileMini user) -
Uses of ProfileMini in com.podio.space
Methods in com.podio.space that return ProfileMini Modifier and Type Method Description ProfileMiniSpace. getCreatedBy()ProfileMiniSpaceMember. getUser()Methods in com.podio.space that return types with arguments of type ProfileMini Modifier and Type Method Description List<ProfileMini>SpaceTopMemberGroup. getProfiles()Methods in com.podio.space with parameters of type ProfileMini Modifier and Type Method Description voidSpace. setCreatedBy(ProfileMini createdBy)voidSpaceMember. setUser(ProfileMini user)Method parameters in com.podio.space with type arguments of type ProfileMini Modifier and Type Method Description voidSpaceTopMemberGroup. setProfiles(List<ProfileMini> profiles) -
Uses of ProfileMini in com.podio.task
Methods in com.podio.task that return ProfileMini Modifier and Type Method Description ProfileMiniTask. getResponsible()ProfileMiniTasksWithResponsible. getResponsible()Methods in com.podio.task with parameters of type ProfileMini Modifier and Type Method Description voidTask. setResponsible(ProfileMini responsible)voidTasksWithResponsible. setResponsible(ProfileMini responsible)
-