
com.podio.contact.OrganizationContactTotal 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.contact;
import java.util.List;
import com.podio.org.Organization;
public class OrganizationContactTotal {
private Organization org;
private int count;
private List spaces;
public Organization getOrg() {
return org;
}
public void setOrg(Organization org) {
this.org = org;
}
public int getCount() {
return count;
}
public void setCount(int count) {
this.count = count;
}
public List getSpaces() {
return spaces;
}
public void setSpaces(List spaces) {
this.spaces = spaces;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy