All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.podio.contact.OrganizationContactTotal Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy