
com.podio.contact.ConnectionsContactTotal 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;
public class ConnectionsContactTotal {
private List types;
public List getTypes() {
return types;
}
public void setTypes(List types) {
this.types = types;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy