Package com.avoka.component.marketo
Class LeadRecord
- java.lang.Object
-
- com.avoka.component.marketo.LeadRecord
-
public class LeadRecord extends Object
Provides a Marketo Lead Record class which is used by the MarketClient.- Since:
- 3.6.0
- See Also:
MarketoClient
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getAttributes()
Return the lead record attributes.String
getEmail()
Return the lead record email address.String
getId()
Return the Marketo lead record ID.String
toString()
-
-
-
Method Detail
-
getId
public String getId()
Return the Marketo lead record ID.- Returns:
- the Marketo lead record ID
-
getEmail
public String getEmail()
Return the lead record email address.- Returns:
- the lead record email address
-
getAttributes
public Map<String,String> getAttributes()
Return the lead record attributes.- Returns:
- the lead record attributes
-
-