zcrmsdk
Version:
Node JS SDK for Zoho CRM
22 lines (14 loc) • 712 B
Markdown
# Choice
Common Class to provide or obtain a value, when there are multiple supported values.
## Package /utils/util/choice
## Constructors
| Constructor | Description |
| :------------------ | :---------------------------------------------------------------------- |
| constructor( value) | Creates a ***Choice class*** instance with the specified chioce value. |
----
## Methods
| Method | Description |
| :--------- | :------------------------------------------------------ |
| getValue() | The getter method to get ***Choice Value***. |
----
[source](../../utils/util/choice.js)