public class

GoogleContactEntry

extends GoogleContactBaseEntity<W extends BaseEntry<?>>
java.lang.Object
   ↳ org.mule.modules.google.contact.wrappers.GoogleContactBaseEntity<W extends com.google.gdata.data.BaseEntry<?>>
     ↳ org.mule.modules.google.contact.wrappers.GoogleContactEntry

Summary

[Expand]
Inherited Fields
From class org.mule.modules.google.contact.wrappers.GoogleContactBaseEntity
Public Constructors
GoogleContactEntry()
GoogleContactEntry(ContactEntry contactEntry)
Public Methods
List<Person> getAuthors()
BillingInformation getBillingInformation()
Birthday getBirthday()
List<CalendarLink> getCalendarLinks()
Set<Category> getCategories()
String getContactPhotoLink()
List<Person> getContributors()
List<Email> getEmailAddresses()
List<Event> getEvents()
List<ExtendedProperty> getExtendedProperties()
String getFamilyName()
String getFullName()
Gender getGender()
String getGivenName()
List<GroupMembershipInfo> getGroupMembershipInfos()
List<Hobby> getHobbies()
List<Language> getLanguages()
List<Link> getLinks()
Occupation getOccupation()
List<Organization> getOrganizations()
List<PhoneNumber> getPhoneNumbers()
List<PostalAddress> getPostalAddresses()
DateTime getPublished()
List<Relation> getRelations()
TextConstruct getRights()
List<StructuredPostalAddress> getStructuredPostalAddresses()
Subject getSubject()
TextConstruct getSummary()
List<UserDefinedField> getUserDefinedFields()
String getVersionId()
List<Website> getWebsites()
boolean hasGroupMembershipInfos()
void setBillingInformation(BillingInformation billingInformation)
void setBirthday(Birthday birthday)
void setCalendarLinks(List<CalendarLink> calendarLinks)
void setEmailAddresses(List<Email> emails)
void setEvents(List<Event> events)
void setExtendedProperties(List<ExtendedProperty> extendedProperties)
void setFamilyName(String familyName)
void setFullName(String fullName)
void setGender(Gender gender)
void setGivenName(String givenName)
void setHobbies(List<Hobby> hobbies)
void setLanguages(List<Language> languages)
void setLinks(List<Link> links)
void setOccupation(Occupation occupation)
void setOrganizations(List<Organization> organizations)
void setPhoneNumbers(List<PhoneNumber> phoneNumbers)
void setPostalAddresses(List<PostalAddress> postalAddresses)
void setPublished(DateTime published)
void setRelations(List<Relation> relations)
void setRights(TextConstruct rights)
void setStructuredPostalAddresses(List<StructuredPostalAddress> structuredPostalAddresses)
void setSubject(Subject subject)
void setSummary(TextConstruct summary)
void setUserDefinedFields(List<UserDefinedField> userDefinedFields)
void setWebsites(List<Website> websites)
[Expand]
Inherited Methods
From class org.mule.modules.google.contact.wrappers.GoogleContactBaseEntity
From class java.lang.Object

Public Constructors

public GoogleContactEntry ()

public GoogleContactEntry (ContactEntry contactEntry)

Parameters
contactEntry

Public Methods

public List<Person> getAuthors ()

public BillingInformation getBillingInformation ()

public Birthday getBirthday ()

public List<CalendarLink> getCalendarLinks ()

public Set<Category> getCategories ()

public String getContactPhotoLink ()

public List<Person> getContributors ()

public List<Email> getEmailAddresses ()

public List<Event> getEvents ()

public List<ExtendedProperty> getExtendedProperties ()

public String getFamilyName ()

public String getFullName ()

public Gender getGender ()

public String getGivenName ()

public List<GroupMembershipInfo> getGroupMembershipInfos ()

public List<Hobby> getHobbies ()

public List<Language> getLanguages ()

public List<Link> getLinks ()

public Occupation getOccupation ()

public List<Organization> getOrganizations ()

public List<PhoneNumber> getPhoneNumbers ()

public List<PostalAddress> getPostalAddresses ()

public DateTime getPublished ()

public List<Relation> getRelations ()

public TextConstruct getRights ()

public List<StructuredPostalAddress> getStructuredPostalAddresses ()

public Subject getSubject ()

public TextConstruct getSummary ()

public List<UserDefinedField> getUserDefinedFields ()

public String getVersionId ()

public List<Website> getWebsites ()

public boolean hasGroupMembershipInfos ()

public void setBillingInformation (BillingInformation billingInformation)

Parameters
billingInformation

public void setBirthday (Birthday birthday)

Parameters
birthday

public void setCalendarLinks (List<CalendarLink> calendarLinks)

Parameters
calendarLinks

public void setEmailAddresses (List<Email> emails)

Parameters
emails

public void setEvents (List<Event> events)

Parameters
events

public void setExtendedProperties (List<ExtendedProperty> extendedProperties)

Parameters
extendedProperties

public void setFamilyName (String familyName)

Parameters
familyName

public void setFullName (String fullName)

Parameters
fullName

public void setGender (Gender gender)

Parameters
gender

public void setGivenName (String givenName)

Parameters
givenName

public void setHobbies (List<Hobby> hobbies)

Parameters
hobbies

public void setLanguages (List<Language> languages)

Parameters
languages

public void setLinks (List<Link> links)

Parameters
links

public void setOccupation (Occupation occupation)

Parameters
occupation

public void setOrganizations (List<Organization> organizations)

Parameters
organizations

public void setPhoneNumbers (List<PhoneNumber> phoneNumbers)

Parameters
phoneNumbers

public void setPostalAddresses (List<PostalAddress> postalAddresses)

Parameters
postalAddresses

public void setPublished (DateTime published)

Parameters
published

public void setRelations (List<Relation> relations)

Parameters
relations

public void setRights (TextConstruct rights)

Parameters
rights

public void setStructuredPostalAddresses (List<StructuredPostalAddress> structuredPostalAddresses)

Parameters
structuredPostalAddresses

public void setSubject (Subject subject)

Parameters
subject

public void setSummary (TextConstruct summary)

Parameters
summary

public void setUserDefinedFields (List<UserDefinedField> userDefinedFields)

Parameters
userDefinedFields

public void setWebsites (List<Website> websites)

Parameters
websites