Package com.podio.space
Class SpaceWithOrganization
- java.lang.Object
-
- com.podio.space.SpaceMini
-
- com.podio.space.Space
-
- com.podio.space.SpaceWithOrganization
-
public class SpaceWithOrganization extends Space
-
-
Constructor Summary
Constructors Constructor Description SpaceWithOrganization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrganizationWithSpacesgetOrganization()voidsetOrganization(OrganizationWithSpaces organization)-
Methods inherited from class com.podio.space.Space
getCreatedBy, getCreatedOn, getRole, isPostOnNewApp, isPostOnNewMember, setCreatedBy, setCreatedOn, setPostOnNewApp, setPostOnNewMember, setRole
-
-
-
-
Method Detail
-
getOrganization
public OrganizationWithSpaces getOrganization()
-
setOrganization
public void setOrganization(OrganizationWithSpaces organization)
-
-