Package software.xdev.brevo.model
Class GetAllExternalFeeds
java.lang.Object
software.xdev.brevo.model.GetAllExternalFeeds
GetAllExternalFeeds
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFeedsItem(GetAllExternalFeedsFeedsInner feedsItem) booleanfeeds(List<GetAllExternalFeedsFeedsInner> feeds) getCount()Total number of batchesgetFeeds()Get feedsinthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_COUNT
- See Also:
-
JSON_PROPERTY_FEEDS
- See Also:
-
-
Constructor Details
-
GetAllExternalFeeds
public GetAllExternalFeeds()
-
-
Method Details
-
count
-
getCount
Total number of batches- Returns:
- count
-
setCount
-
feeds
-
addFeedsItem
-
getFeeds
Get feeds- Returns:
- feeds
-
setFeeds
-
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
-