Package software.xdev.brevo.model
Class UpdateChildDomain
java.lang.Object
software.xdev.brevo.model.UpdateChildDomain
UpdateChildDomain
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanValue for the sender domain that will replace the existing domaininthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DOMAIN
- See Also:
-
-
Constructor Details
-
UpdateChildDomain
public UpdateChildDomain()
-
-
Method Details
-
domain
-
getDomain
Value for the sender domain that will replace the existing domain- Returns:
- domain
-
setDomain
-
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
-