Package software.xdev.brevo.model
Class UpdateCouponCollectionRequest
java.lang.Object
software.xdev.brevo.model.UpdateCouponCollectionRequest
UpdateCouponCollectionRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultCoupon(String defaultCoupon) booleanA default coupon to be used in case there are no coupons leftinthashCode()voidsetDefaultCoupon(String defaultCoupon) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DEFAULT_COUPON
- See Also:
-
-
Constructor Details
-
UpdateCouponCollectionRequest
public UpdateCouponCollectionRequest()
-
-
Method Details
-
defaultCoupon
-
getDefaultCoupon
A default coupon to be used in case there are no coupons left- Returns:
- defaultCoupon
-
setDefaultCoupon
-
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
-