
com.podio.space.SpaceTopMembers 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;
public class SpaceTopMembers {
private SpaceTopMemberGroup employee;
private SpaceTopMemberGroup external;
public SpaceTopMemberGroup getEmployee() {
return employee;
}
public void setEmployee(SpaceTopMemberGroup employee) {
this.employee = employee;
}
public SpaceTopMemberGroup getExternal() {
return external;
}
public void setExternal(SpaceTopMemberGroup external) {
this.external = external;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy