Uses of Class
com.podio.org.OrganizationMember
-
Packages that use OrganizationMember Package Description com.podio.org -
-
Uses of OrganizationMember in com.podio.org
Methods in com.podio.org that return OrganizationMember Modifier and Type Method Description OrganizationMemberOrgAPI. getMember(int orgId, int userId)Returns the member data for the given user in the given organization.OrganizationMemberOrgAPI. getMemberByMail(int orgId, String mail)Returns the member data for the given user in the given organization.Methods in com.podio.org that return types with arguments of type OrganizationMember Modifier and Type Method Description List<OrganizationMember>OrgAPI. getMembers(int orgId)Returns the members, both invited and active, of the given organization.List<OrganizationMember>OrgAPI. getMembers(int orgId, int offset, int limit)Returns the members, both invited and active, of the given organization.List<OrganizationMember>OrgAPI. getMembers(int orgId, Map<String,String> options)Returns the members, both invited and active, of the given organization.
-