Package software.xdev.brevo.model
Class UpdateChild
java.lang.Object
software.xdev.brevo.model.UpdateChild
UpdateChild
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompanyName(String companyName) booleanNew Company name to use to update the child accountgetEmail()New Email address to update the child accountNew First name to use to update the child accountNew Last name to use to update the child accountNew password for the child account to logininthashCode()voidsetCompanyName(String companyName) voidvoidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetPassword(String password) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_COMPANY_NAME
- See Also:
-
JSON_PROPERTY_PASSWORD
- See Also:
-
-
Constructor Details
-
UpdateChild
public UpdateChild()
-
-
Method Details
-
email
-
getEmail
New Email address to update the child account- Returns:
-
setEmail
-
firstName
-
getFirstName
New First name to use to update the child account- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
New Last name to use to update the child account- Returns:
- lastName
-
setLastName
-
companyName
-
getCompanyName
New Company name to use to update the child account- Returns:
- companyName
-
setCompanyName
-
password
-
getPassword
New password for the child account to login- Returns:
- password
-
setPassword
-
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
-