Package software.xdev.brevo.model
Class GetExtendedContactDetailsAllOfStatistics
java.lang.Object
software.xdev.brevo.model.GetExtendedContactDetailsAllOfStatistics
Campaign statistics of the contact
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHardBouncesItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent hardBouncesItem) addMessagesSentItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent messagesSentItem) addSoftBouncesItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent softBouncesItem) addTransacAttributesItem(Object transacAttributesItem) booleanListing of the clicks generated by the contactListing of the complaints generated by the contactListing of the delivered campaign for the contactListing of the hardbounes generated by the contactListing of the sent campaign for the contactListing of the openings generated by the contactListing of the softbounes generated by the contactListing of the transactional attributes for the contactGet unsubscriptionsinthashCode()messagesSent(List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> messagesSent) voidvoidvoidvoidvoidvoidvoidvoidsetTransacAttributes(List<Object> transacAttributes) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.transacAttributes(List<Object> transacAttributes) unsubscriptions(GetExtendedContactDetailsAllOfStatisticsUnsubscriptions unsubscriptions)
-
Field Details
-
JSON_PROPERTY_MESSAGES_SENT
- See Also:
-
JSON_PROPERTY_HARD_BOUNCES
- See Also:
-
JSON_PROPERTY_SOFT_BOUNCES
- See Also:
-
JSON_PROPERTY_COMPLAINTS
- See Also:
-
JSON_PROPERTY_UNSUBSCRIPTIONS
- See Also:
-
JSON_PROPERTY_OPENED
- See Also:
-
JSON_PROPERTY_CLICKED
- See Also:
-
JSON_PROPERTY_TRANSAC_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_DELIVERED
- See Also:
-
-
Constructor Details
-
GetExtendedContactDetailsAllOfStatistics
public GetExtendedContactDetailsAllOfStatistics()
-
-
Method Details
-
messagesSent
public GetExtendedContactDetailsAllOfStatistics messagesSent(List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> messagesSent) -
addMessagesSentItem
public GetExtendedContactDetailsAllOfStatistics addMessagesSentItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent messagesSentItem) -
getMessagesSent
Listing of the sent campaign for the contact- Returns:
- messagesSent
-
setMessagesSent
public void setMessagesSent(List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> messagesSent) -
hardBounces
public GetExtendedContactDetailsAllOfStatistics hardBounces(List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> hardBounces) -
addHardBouncesItem
public GetExtendedContactDetailsAllOfStatistics addHardBouncesItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent hardBouncesItem) -
getHardBounces
Listing of the hardbounes generated by the contact- Returns:
- hardBounces
-
setHardBounces
-
softBounces
public GetExtendedContactDetailsAllOfStatistics softBounces(List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> softBounces) -
addSoftBouncesItem
public GetExtendedContactDetailsAllOfStatistics addSoftBouncesItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent softBouncesItem) -
getSoftBounces
Listing of the softbounes generated by the contact- Returns:
- softBounces
-
setSoftBounces
-
complaints
public GetExtendedContactDetailsAllOfStatistics complaints(List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> complaints) -
addComplaintsItem
public GetExtendedContactDetailsAllOfStatistics addComplaintsItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent complaintsItem) -
getComplaints
Listing of the complaints generated by the contact- Returns:
- complaints
-
setComplaints
-
unsubscriptions
public GetExtendedContactDetailsAllOfStatistics unsubscriptions(GetExtendedContactDetailsAllOfStatisticsUnsubscriptions unsubscriptions) -
getUnsubscriptions
Get unsubscriptions- Returns:
- unsubscriptions
-
setUnsubscriptions
public void setUnsubscriptions(GetExtendedContactDetailsAllOfStatisticsUnsubscriptions unsubscriptions) -
opened
public GetExtendedContactDetailsAllOfStatistics opened(List<GetExtendedContactDetailsAllOfStatisticsOpened> opened) -
addOpenedItem
public GetExtendedContactDetailsAllOfStatistics addOpenedItem(GetExtendedContactDetailsAllOfStatisticsOpened openedItem) -
getOpened
Listing of the openings generated by the contact- Returns:
- opened
-
setOpened
-
clicked
public GetExtendedContactDetailsAllOfStatistics clicked(List<GetExtendedContactDetailsAllOfStatisticsClicked> clicked) -
addClickedItem
public GetExtendedContactDetailsAllOfStatistics addClickedItem(GetExtendedContactDetailsAllOfStatisticsClicked clickedItem) -
getClicked
Listing of the clicks generated by the contact- Returns:
- clicked
-
setClicked
-
transacAttributes
-
addTransacAttributesItem
public GetExtendedContactDetailsAllOfStatistics addTransacAttributesItem(Object transacAttributesItem) -
getTransacAttributes
Listing of the transactional attributes for the contact- Returns:
- transacAttributes
-
setTransacAttributes
-
delivered
public GetExtendedContactDetailsAllOfStatistics delivered(List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> delivered) -
addDeliveredItem
public GetExtendedContactDetailsAllOfStatistics addDeliveredItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent deliveredItem) -
getDelivered
Listing of the delivered campaign for the contact- Returns:
- delivered
-
setDelivered
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-