Package software.xdev.brevo.model
Class SubAccountDetailsResponsePlanInfo
java.lang.Object
software.xdev.brevo.model.SubAccountDetailsResponsePlanInfo
Sub-account plan details
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet creditsGet featurestype of the planinthashCode()voidvoidvoidsetPlanType(String planType) toString()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:
-
JSON_PROPERTY_PLAN_TYPE
- See Also:
-
-
Constructor Details
-
SubAccountDetailsResponsePlanInfo
public SubAccountDetailsResponsePlanInfo()
-
-
Method Details
-
credits
public SubAccountDetailsResponsePlanInfo credits(@Nullable SubAccountDetailsResponsePlanInfoCredits credits) -
getCredits
Get credits- Returns:
- credits
-
setCredits
-
features
public SubAccountDetailsResponsePlanInfo features(@Nullable SubAccountDetailsResponsePlanInfoFeatures features) -
getFeatures
Get features- Returns:
- features
-
setFeatures
-
planType
-
getPlanType
type of the plan- Returns:
- planType
-
setPlanType
-
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
-