Uses of Class
com.createsend.models.people.Person

Packages that use Person
com.createsend   
com.createsend.models.people   
 

Uses of Person in com.createsend
 

Methods in com.createsend that return Person
 Person People.details(String emailAddress)
          Gets the details for the person with the given email address
 Person[] Clients.people()
          returns a list of people associated with the client.
 

Methods in com.createsend with parameters of type Person
 void People.update(String originalEmailAddress, Person newDetails)
          Updates the details for an existing person
 

Uses of Person in com.createsend.models.people
 

Subclasses of Person in com.createsend.models.people
 class PersonToAdd
           
 



Copyright © 2013. All Rights Reserved.