Class SpaceMemberV2


  • public class SpaceMemberV2
    extends Object
    To match the data returned by the "get space members v2" API call
    Author:
    apitman
    • Constructor Detail

      • SpaceMemberV2

        public SpaceMemberV2()
    • 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