String
Get the Number
Kind: Instance method of DialNumber
Returns: String
- the KEY_NUMBER value
DialNumber
Set the Number
Kind: Instance method of DialNumber
Returns: DialNumber
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
number | String |
Phone number is a string, which can be up to 40 chars. All characters shall be stripped from string except digits 0-9 and * # , ; + - The desired Number. {'string_min_length': 1, 'string_max_length': 40} |