Uses of Class
com.podio.org.OrganizationWithSpaces
-
Packages that use OrganizationWithSpaces Package Description com.podio.org com.podio.space -
-
Uses of OrganizationWithSpaces in com.podio.org
Methods in com.podio.org that return types with arguments of type OrganizationWithSpaces Modifier and Type Method Description List<OrganizationWithSpaces>OrgAPI. getOrganizations()Returns a list of all the organizations and spaces the user is member of.List<OrganizationWithSpaces>OrgAPI. getSharedOrganizations(int userId)Returns the organizations and spaces that the logged in user shares with the specified user. -
Uses of OrganizationWithSpaces in com.podio.space
Methods in com.podio.space that return OrganizationWithSpaces Modifier and Type Method Description OrganizationWithSpacesSpaceWithOrganization. getOrganization()Methods in com.podio.space with parameters of type OrganizationWithSpaces Modifier and Type Method Description voidSpaceWithOrganization. setOrganization(OrganizationWithSpaces organization)
-