Package software.xdev.brevo.model
Class MainIdentifiersPayload
java.lang.Object
software.xdev.brevo.model.MainIdentifiersPayload
MainIdentifiersPayload
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetExtId()External identifier for the orderIdentifier for the loyalty subscriptioninthashCode()loyaltySubscriptionId(String loyaltySubscriptionId) voidvoidsetLoyaltySubscriptionId(String loyaltySubscriptionId) 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:
-
-
Constructor Details
-
MainIdentifiersPayload
public MainIdentifiersPayload()
-
-
Method Details
-
extId
-
getExtId
External identifier for the order- Returns:
- extId
-
setExtId
-
loyaltySubscriptionId
-
getLoyaltySubscriptionId
Identifier for the loyalty subscription- Returns:
- loyaltySubscriptionId
-
setLoyaltySubscriptionId
-
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
-