Package software.xdev.brevo.model
Class SubAccountDetailsResponsePlanInfoFeaturesInbox
java.lang.Object
software.xdev.brevo.model.SubAccountDetailsResponsePlanInfoFeaturesInbox
Inbox details / Not available on ENTv2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanQuantity of inbox providedAvailable inboxes 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
-
SubAccountDetailsResponsePlanInfoFeaturesInbox
public SubAccountDetailsResponsePlanInfoFeaturesInbox()
-
-
Method Details
-
quantity
-
getQuantity
Quantity of inbox provided- Returns:
- quantity
-
setQuantity
-
remaining
-
getRemaining
Available inboxes 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
-