ECCVariableConfig

Class finesse.restservices.ECCVariableConfig

Represents the ECCVariableConfig object and also exposes methods to operate on the object against the server.

Example
Code Snippet
Copy_eccvariableconfig = new finesse.restservices.ECCVariableConfig({
onLoad: _onLoadECCVariableConfig
})

Field Details

Name

Description

supportsSubscriptions

Determines whether the object supports subscriptions. For more information, see Subscription Support.

Methods

get()

Retrieves the ECCVariableConfig settings.

Returns

{finesse.restservices.ECCVariableConfig} The ECCVariableConfig object.

getRestClass()

Retrieves the REST class for the current object and this is the ECCVariableConfig object.

getRestType()

Retrieves the REST type for the current object and this is ECCVariableConfig.

getRestUrl()

Retrieves the URL for the ECCVariableConfig resource.

Returns

{String} The URL for the ECCVariableConfig resource.