Package software.xdev.brevo.model
Class GetFolder
java.lang.Object
software.xdev.brevo.model.GetFolder
GetFolder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()ID of the foldergetName()Name of the folderNumber of blacklisted contacts in the folderNumber of contacts in the folderNumber of unique contacts in the folderinthashCode()voidvoidvoidsetTotalBlacklisted(Long totalBlacklisted) voidsetTotalSubscribers(Long totalSubscribers) voidsetUniqueSubscribers(Long uniqueSubscribers) toString()totalBlacklisted(Long totalBlacklisted) totalSubscribers(Long totalSubscribers) Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.uniqueSubscribers(Long uniqueSubscribers)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TOTAL_BLACKLISTED
- See Also:
-
JSON_PROPERTY_TOTAL_SUBSCRIBERS
- See Also:
-
JSON_PROPERTY_UNIQUE_SUBSCRIBERS
- See Also:
-
-
Constructor Details
-
GetFolder
public GetFolder()
-
-
Method Details
-
id
-
getId
ID of the folder- Returns:
- id
-
setId
-
name
-
getName
Name of the folder- Returns:
- name
-
setName
-
totalBlacklisted
-
getTotalBlacklisted
Number of blacklisted contacts in the folder- Returns:
- totalBlacklisted
-
setTotalBlacklisted
-
totalSubscribers
-
getTotalSubscribers
Number of contacts in the folder- Returns:
- totalSubscribers
-
setTotalSubscribers
-
uniqueSubscribers
-
getUniqueSubscribers
Number of unique contacts in the folder- Returns:
- uniqueSubscribers
-
setUniqueSubscribers
-
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
-