Package software.xdev.brevo.model
Class MainValidateRewardPayload
java.lang.Object
software.xdev.brevo.model.MainValidateRewardPayload
MainValidateRewardPayload
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributedRewardId(UUID attributedRewardId) booleanUnique identifier for the attributed rewardgetCode()Validation code for the rewardUnique identifier for the contact minimum: 1Identifier for the loyalty subscriptionIdentifier for the point of saleUnique identifier for the rewardinthashCode()loyaltySubscriptionId(String loyaltySubscriptionId) pointOfSellId(String pointOfSellId) voidsetAttributedRewardId(UUID attributedRewardId) voidvoidsetContactId(Long contactId) voidsetLoyaltySubscriptionId(String loyaltySubscriptionId) voidsetPointOfSellId(String pointOfSellId) voidsetRewardId(UUID rewardId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ATTRIBUTED_REWARD_ID
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_CONTACT_ID
- See Also:
-
JSON_PROPERTY_LOYALTY_SUBSCRIPTION_ID
- See Also:
-
JSON_PROPERTY_POINT_OF_SELL_ID
- See Also:
-
JSON_PROPERTY_REWARD_ID
- See Also:
-
-
Constructor Details
-
MainValidateRewardPayload
public MainValidateRewardPayload()
-
-
Method Details
-
attributedRewardId
-
getAttributedRewardId
Unique identifier for the attributed reward- Returns:
- attributedRewardId
-
setAttributedRewardId
-
code
-
getCode
Validation code for the reward- Returns:
- code
-
setCode
-
contactId
-
getContactId
Unique identifier for the contact minimum: 1- Returns:
- contactId
-
setContactId
-
loyaltySubscriptionId
-
getLoyaltySubscriptionId
Identifier for the loyalty subscription- Returns:
- loyaltySubscriptionId
-
setLoyaltySubscriptionId
-
pointOfSellId
-
getPointOfSellId
Identifier for the point of sale- Returns:
- pointOfSellId
-
setPointOfSellId
-
rewardId
-
getRewardId
Unique identifier for the reward- Returns:
- rewardId
-
setRewardId
-
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
-