Package software.xdev.brevo.model
Class SubAccountUpdatePlanRequest
java.lang.Object
software.xdev.brevo.model.SubAccountUpdatePlanRequest
Details of the plan to be changed
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfeatures(SubAccountUpdatePlanRequestFeatures features) Get creditsGet featuresinthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CREDITS
- See Also:
-
JSON_PROPERTY_FEATURES
- See Also:
-
-
Constructor Details
-
SubAccountUpdatePlanRequest
public SubAccountUpdatePlanRequest()
-
-
Method Details
-
credits
-
getCredits
Get credits- Returns:
- credits
-
setCredits
-
features
-
getFeatures
Get features- Returns:
- features
-
setFeatures
-
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
-