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

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

package com.podio.contact;

import java.util.List;

public class UserContactTotal {

	private List organizations;

	private int count;

	public List getOrganizations() {
		return organizations;
	}

	public void setOrganizations(List organizations) {
		this.organizations = organizations;
	}

	public int getCount() {
		return count;
	}

	public void setCount(int count) {
		this.count = count;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy