Package com.podio.contact
Class ContactTotal
- java.lang.Object
-
- com.podio.contact.ContactTotal
-
public class ContactTotal extends Object
-
-
Constructor Summary
Constructors Constructor Description ContactTotal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionsContactTotalgetConnection()UserContactTotalgetUser()voidsetConnection(ConnectionsContactTotal connection)voidsetUser(UserContactTotal user)
-
-
-
Method Detail
-
getUser
public UserContactTotal getUser()
-
setUser
public void setUser(UserContactTotal user)
-
getConnection
public ConnectionsContactTotal getConnection()
-
setConnection
public void setConnection(ConnectionsContactTotal connection)
-
-