Class Index | File Index

Classes


Class finesse.restservices.PhoneBook


Extends finesse.restservices.RestBase.
A PhoneBook is a list of Contacts available to a User for quick dial.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Fields borrowed from class finesse.restservices.RestBase:
restResponseStatus
Method Summary
Method Attributes Method Name and Description
 
getContacts(handlers)
Getter for a Contacts collection object that is associated with PhoneBook.
 
Getter for node within PhoneBook - sometimes it's just a URI, sometimes it is a Contacts collection
 
Getter for the name of the Phone Book.
 
Getter for the type flag.
Methods borrowed from class finesse.restservices.RestBase:
addHandler, getData, getId, getProperty, hasProperty, isLoaded, refresh, removeHandler
Class Detail
finesse.restservices.PhoneBook()
See:
finesse.restservices.Contacts
Method Detail
{finesse.restservices.Contacts} getContacts(handlers)
Getter for a Contacts collection object that is associated with PhoneBook.
Parameters:
{finesse.interfaces.RequestHandlers} handlers
An object containing the handlers for the request
Returns:
{finesse.restservices.Contacts} A Contacts collection object.

{String} getEmbeddedContacts()
Getter for node within PhoneBook - sometimes it's just a URI, sometimes it is a Contacts collection
Returns:
{String} uri to contacts or {finesse.restservices.Contacts} collection

{String} getName()
Getter for the name of the Phone Book.
Returns:
{String} The name.

{String} getType()
Getter for the type flag.
Returns:
{String} The type.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Nov 06 2017 08:00:55 GMT-0500 (EST)