Package com.podio.space
Class SpaceMemberV2
- java.lang.Object
-
- com.podio.space.SpaceMemberV2
-
public class SpaceMemberV2 extends Object
To match the data returned by the "get space members v2" API call- Author:
- apitman
-
-
Constructor Summary
Constructors Constructor Description SpaceMemberV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGrants()ProfilegetProfile()RolegetRole()booleanisEmployee()voidsetEmployee(boolean employee)voidsetGrants(int grants)voidsetProfile(Profile profile)voidsetRole(Role role)
-
-
-
Method Detail
-
isEmployee
public boolean isEmployee()
- Returns:
- the employee
-
setEmployee
public void setEmployee(boolean employee)
- Parameters:
employee- the employee to set
-
getProfile
public Profile getProfile()
- Returns:
- the profile
-
setProfile
public void setProfile(Profile profile)
- Parameters:
profile- the profile to set
-
getGrants
public int getGrants()
- Returns:
- the grants
-
setGrants
public void setGrants(int grants)
- Parameters:
grants- the grants to set
-
getRole
public Role getRole()
- Returns:
- the role
-
setRole
public void setRole(Role role)
- Parameters:
role- the role to set
-
-