public class Contact extends NamedModel<String>
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the email for the contact.
|
String |
getName()
Gets the full name for the contact.
|
Contact |
setEmail(String email)
Sets the email for the contact
|
Contact |
setName(String name)
Sets the name for the contact
|
equals, getId, hashCode, setIdpublic String getName()
getName in class NamedModel<String>public Contact setName(String name)
setName in class NamedModel<String>name - the namepublic String getEmail()
Copyright © 2014–2017 Smartsheet. All rights reserved.