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(@Nullable List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> messagesSent) -
addMessagesSentItem
public GetExtendedContactDetailsAllOfStatistics addMessagesSentItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent messagesSentItem) -
getMessagesSent
Listing of the sent campaign for the contact- Returns:
- messagesSent
-
setMessagesSent
public void setMessagesSent(@Nullable List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> messagesSent) -
hardBounces
public GetExtendedContactDetailsAllOfStatistics hardBounces(@Nullable List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> hardBounces) -
addHardBouncesItem
public GetExtendedContactDetailsAllOfStatistics addHardBouncesItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent hardBouncesItem) -
getHardBounces
Listing of the hardbounes generated by the contact- Returns:
- hardBounces
-
setHardBounces
public void setHardBounces(@Nullable List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> hardBounces) -
softBounces
public GetExtendedContactDetailsAllOfStatistics softBounces(@Nullable List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> softBounces) -
addSoftBouncesItem
public GetExtendedContactDetailsAllOfStatistics addSoftBouncesItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent softBouncesItem) -
getSoftBounces
Listing of the softbounes generated by the contact- Returns:
- softBounces
-
setSoftBounces
public void setSoftBounces(@Nullable List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> softBounces) -
complaints
public GetExtendedContactDetailsAllOfStatistics complaints(@Nullable List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> complaints) -
addComplaintsItem
public GetExtendedContactDetailsAllOfStatistics addComplaintsItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent complaintsItem) -
getComplaints
Listing of the complaints generated by the contact- Returns:
- complaints
-
setComplaints
public void setComplaints(@Nullable List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> complaints) -
unsubscriptions
public GetExtendedContactDetailsAllOfStatistics unsubscriptions(@Nullable GetExtendedContactDetailsAllOfStatisticsUnsubscriptions unsubscriptions) -
getUnsubscriptions
Get unsubscriptions- Returns:
- unsubscriptions
-
setUnsubscriptions
public void setUnsubscriptions(@Nullable GetExtendedContactDetailsAllOfStatisticsUnsubscriptions unsubscriptions) -
opened
public GetExtendedContactDetailsAllOfStatistics opened(@Nullable 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(@Nullable List<GetExtendedContactDetailsAllOfStatisticsClicked> clicked) -
addClickedItem
public GetExtendedContactDetailsAllOfStatistics addClickedItem(GetExtendedContactDetailsAllOfStatisticsClicked clickedItem) -
getClicked
Listing of the clicks generated by the contact- Returns:
- clicked
-
setClicked
-
transacAttributes
public GetExtendedContactDetailsAllOfStatistics transacAttributes(@Nullable List<Object> transacAttributes) -
addTransacAttributesItem
public GetExtendedContactDetailsAllOfStatistics addTransacAttributesItem(Object transacAttributesItem) -
getTransacAttributes
Listing of the transactional attributes for the contact- Returns:
- transacAttributes
-
setTransacAttributes
-
delivered
public GetExtendedContactDetailsAllOfStatistics delivered(@Nullable List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> delivered) -
addDeliveredItem
public GetExtendedContactDetailsAllOfStatistics addDeliveredItem(GetExtendedContactDetailsAllOfStatisticsMessagesSent deliveredItem) -
getDelivered
Listing of the delivered campaign for the contact- Returns:
- delivered
-
setDelivered
public void setDelivered(@Nullable List<GetExtendedContactDetailsAllOfStatisticsMessagesSent> delivered) -
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
-