Package software.xdev.brevo.model
Class OrderIdentifiers
java.lang.Object
software.xdev.brevo.model.OrderIdentifiers
Identifies the contact associated with the order.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEmail of the contact associated with the ordergetExtId()ext_id associated with the orderloyalty_subscription_id associated with the orderPhone number of the contact associated with the orderinthashCode()loyaltySubscriptionId(String loyaltySubscriptionId) voidsetEmailId(String emailId) voidvoidsetLoyaltySubscriptionId(String loyaltySubscriptionId) voidsetPhoneId(String phoneId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EXT_ID
- See Also:
-
JSON_PROPERTY_LOYALTY_SUBSCRIPTION_ID
- See Also:
-
JSON_PROPERTY_PHONE_ID
- See Also:
-
JSON_PROPERTY_EMAIL_ID
- See Also:
-
-
Constructor Details
-
OrderIdentifiers
public OrderIdentifiers()
-
-
Method Details
-
extId
-
getExtId
ext_id associated with the order- Returns:
- extId
-
setExtId
-
loyaltySubscriptionId
-
getLoyaltySubscriptionId
loyalty_subscription_id associated with the order- Returns:
- loyaltySubscriptionId
-
setLoyaltySubscriptionId
-
phoneId
-
getPhoneId
Phone number of the contact associated with the order- Returns:
- phoneId
-
setPhoneId
-
emailId
-
getEmailId
Email of the contact associated with the order- Returns:
- emailId
-
setEmailId
-
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
-