Class Index | File Index

Classes


Class finesse.restservices.MediaPropertiesLayout


Extends finesse.restservices.RestBase.
The MediaPropertiesLayout handles which call variables are associated with Dialogs.
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
 
get()
Retrieve the media properties layout.
 
Gets the data for this object.
 
Getter for the description.
 
Getter for the name.
 
Getter for the layout type (should be DEFAULT or CUSTOM).
Methods borrowed from class finesse.restservices.RestBase:
addHandler, getId, getProperty, hasProperty, isLoaded, refresh, removeHandler
Class Detail
finesse.restservices.MediaPropertiesLayout()
See:
finesse.restservices.Dialog#getMediaProperties
finesse.restservices.User#getMediaPropertiesLayout
Method Detail
{finesse.restservices.MediaPropertiesLayout} get()
Retrieve the media properties layout. This call will re-query the server and refresh the layout object.
Returns:
{finesse.restservices.MediaPropertiesLayout} This MediaPropertiesLayout object to allow cascading

{finesse.restservices.MediaPropertiesLayout.Object} getData()
Gets the data for this object. Performs safe conversion from raw API data to ensure that the returned layout object always has a header with correct entry fields, and exactly two columns with lists of entries.
Returns:
{finesse.restservices.MediaPropertiesLayout.Object} Data in columns (unless only one defined).

{String} getDescription()
Getter for the description.
Returns:
{String} The description.

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

{String} getType()
Getter for the layout type (should be DEFAULT or CUSTOM).
Returns:
{String} The layout type.

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