Constructor
-
new EditableContactBooleanField()
-
Class representing editable contact's property of boolean type.
Methods
-
getValue() → {boolean}
-
Returns the value of this contact field.
Returns:
{ boolean }
-
getWriteCapability() → {AvayaClientServices.Base.Capability}
-
Returns write capability of this contact field.
Returns:
-
setValue(value)
-
Sets the value of this contact field.
Parameters:
Name Type Description value
boolean