Package software.xdev.brevo.model
Class SubAccountDetailsResponsePlanInfoCredits
java.lang.Object
software.xdev.brevo.model.SubAccountDetailsResponsePlanInfoCredits
Credits quota and remaining credits on the sub-account
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet emailsGet externalFeedsgetSms()Get smsGet whatsappGet wpSubscribersinthashCode()voidvoidvoidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EMAILS
- See Also:
-
JSON_PROPERTY_SMS
- See Also:
-
JSON_PROPERTY_WP_SUBSCRIBERS
- See Also:
-
JSON_PROPERTY_WHATSAPP
- See Also:
-
JSON_PROPERTY_EXTERNAL_FEEDS
- See Also:
-
-
Constructor Details
-
SubAccountDetailsResponsePlanInfoCredits
public SubAccountDetailsResponsePlanInfoCredits()
-
-
Method Details
-
emails
public SubAccountDetailsResponsePlanInfoCredits emails(@Nullable SubAccountDetailsResponsePlanInfoCreditsEmails emails) -
getEmails
Get emails- Returns:
- emails
-
setEmails
-
sms
public SubAccountDetailsResponsePlanInfoCredits sms(@Nullable SubAccountDetailsResponsePlanInfoCreditsSms sms) -
getSms
Get sms- Returns:
- sms
-
setSms
-
wpSubscribers
public SubAccountDetailsResponsePlanInfoCredits wpSubscribers(@Nullable SubAccountDetailsResponsePlanInfoCreditsWpSubscribers wpSubscribers) -
getWpSubscribers
Get wpSubscribers- Returns:
- wpSubscribers
-
setWpSubscribers
public void setWpSubscribers(@Nullable SubAccountDetailsResponsePlanInfoCreditsWpSubscribers wpSubscribers) -
whatsapp
public SubAccountDetailsResponsePlanInfoCredits whatsapp(@Nullable SubAccountDetailsResponsePlanInfoCreditsWhatsapp whatsapp) -
getWhatsapp
Get whatsapp- Returns:
-
setWhatsapp
-
externalFeeds
public SubAccountDetailsResponsePlanInfoCredits externalFeeds(@Nullable SubAccountDetailsResponsePlanInfoCreditsExternalFeeds externalFeeds) -
getExternalFeeds
Get externalFeeds- Returns:
- externalFeeds
-
setExternalFeeds
public void setExternalFeeds(@Nullable SubAccountDetailsResponsePlanInfoCreditsExternalFeeds externalFeeds) -
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
-