Package software.xdev.brevo.model
Class SubAccountDetailsResponsePlanInfoFeaturesLandingPage
java.lang.Object
software.xdev.brevo.model.SubAccountDetailsResponsePlanInfoFeaturesLandingPage
Landing page details / Not available on ENTv2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanQuantity of landing pages providedAvailable landing pages for useinthashCode()voidsetQuantity(Long quantity) voidsetRemaining(Long remaining) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_QUANTITY
- See Also:
-
JSON_PROPERTY_REMAINING
- See Also:
-
-
Constructor Details
-
SubAccountDetailsResponsePlanInfoFeaturesLandingPage
public SubAccountDetailsResponsePlanInfoFeaturesLandingPage()
-
-
Method Details
-
quantity
-
getQuantity
Quantity of landing pages provided- Returns:
- quantity
-
setQuantity
-
remaining
-
getRemaining
Available landing pages for use- Returns:
- remaining
-
setRemaining
-
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
-