Search
Contact.setPhone Method
See Also
 






Sets the phone of the contact.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setPhone (
    String value
)

 Parameters

value

A string containing a phone number. The default is an empty string.

 See Also