
com.podio.space.SpaceMemberDetails Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
The official Java wrapper for the Podio API
The newest version!
package com.podio.space;
import com.podio.common.Role;
public class SpaceMemberDetails {
private Space space;
private Role role;
private int grants;
public Space getSpace() {
return space;
}
public Role getRole() {
return role;
}
public int getGrants() {
return grants;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy