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

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

package com.podio.contact;

import java.util.List;

public class ConnectionsContactTotal {

	private List types;

	public List getTypes() {
		return types;
	}

	public void setTypes(List types) {
		this.types = types;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy