Package com.podio.contact
Class UserContactTotal
- java.lang.Object
-
- com.podio.contact.UserContactTotal
-
public class UserContactTotal extends Object
-
-
Constructor Summary
Constructors Constructor Description UserContactTotal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()List<OrganizationContactTotal>getOrganizations()voidsetCount(int count)voidsetOrganizations(List<OrganizationContactTotal> organizations)
-
-
-
Method Detail
-
getOrganizations
public List<OrganizationContactTotal> getOrganizations()
-
setOrganizations
public void setOrganizations(List<OrganizationContactTotal> organizations)
-
getCount
public int getCount()
-
setCount
public void setCount(int count)
-
-