Package software.xdev.brevo.model
Class CorporateGroupDetailsResponseUsersInner
java.lang.Object
software.xdev.brevo.model.CorporateGroupDetailsResponseUsersInner
CorporateGroupDetailsResponseUsersInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()Email address of the userFirst name of the userLast name of the userinthashCode()voidvoidsetFirstName(String firstName) voidsetLastName(String lastName) 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_LAST_NAME
- See Also:
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
-
Constructor Details
-
CorporateGroupDetailsResponseUsersInner
public CorporateGroupDetailsResponseUsersInner()
-
-
Method Details
-
email
-
getEmail
Email address of the user- Returns:
-
setEmail
-
lastName
-
getLastName
Last name of the user- Returns:
- lastName
-
setLastName
-
firstName
-
getFirstName
First name of the user- Returns:
- firstName
-
setFirstName
-
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
-