TeamNotReadyReasonCode

Class finesse.restservices.TeamNotReadyReasonCode

Represents a Not Ready reason code that is configured for the team.

Example

Code Snippet
Copynew_team.getTeamNotReadyReasonCode({
    id: id,
    onLoad: _onTeamLoad,
    onChange: _onTeamChange,
    onError: _onTeamError
})

For additional parameters and methods, see RestBase Common Parameters.

Methods

getCategory()

Retrieves the category of the reason code.

Returns

{String} The category of the reason code.

getCode()

Retrieves the code associated with the reason code.

Returns

{String} The code for the reason code.

getForAll()

Retrieves the forAll property value.

Returns

{String} The forAll property value.

getLabel()

Retrieves the label associated with the reason code.

Returns

{String} The label associated with the reason code.

getSystemCode()

Retrieves the system code value. The system code is the reserved status of the reason code. This is supported from Cisco Finesse, Release 11.6(1) ES1 onwards.

Returns

{String} The value for systemCode.

getUri()

Retrieves the URI value.

Returns

{String} The URI value.