new EmailAddress()
- Source:
Methods
(static) EmailAddress#getEmailAddress() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) EmailAddress#getId() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) EmailAddress#getPrimaryEmail() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) EmailAddress#getVerifiedTime() → {Number}
Get the field value
- Source:
Returns:
must be a long integer
- Type
- Number
(static) EmailAddress#setEmailAddress(emailAddress)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
emailAddress |
String |
- Source:
(static) EmailAddress#setId(id)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
- Source:
(static) EmailAddress#setPrimaryEmail(primaryEmail)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
primaryEmail |
Boolean |
- Source:
(static) EmailAddress#setVerifiedTime(verifiedTime)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
verifiedTime |
Number | must be a long integer |
- Source: