protectedstaticfinalStringINLINE_IMAGES_DESCRIPTION="Inline images as a data URL (Base64)";
protectedstaticfinalStringDASHBOARD_ID_PARAM_DESCRIPTION="A string value representing the dashboard id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'";
protectedstaticfinalStringRPC_ID_PARAM_DESCRIPTION="A string value representing the rpc id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'";
protectedstaticfinalStringDEVICE_ID_PARAM_DESCRIPTION="A string value representing the device id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'";
privatestaticfinalStringWIDGET_TYPE_DESCRIPTION="Widget Type represents the template for widget creation. Widget Type and Widget are similar to class and object in OOP theory.";
privatestaticfinalStringWIDGET_TYPE_DETAILS_DESCRIPTION="Widget Type Details extend Widget Type and add image and description properties. "+
@ -92,10 +96,16 @@ public class WidgetTypeController extends AutoCommitController {
privatestaticfinalStringWIDGET_BUNDLE_DESCRIPTION="Widget Bundle represents a group(bundle) of widgets. Widgets are grouped into bundle by type or use case. ";
privatestaticfinalStringFULL_SEARCH_PARAM_DESCRIPTION="Optional boolean parameter indicating extended search of widget bundles by description and by name / description of related widget types";
@ -78,10 +82,16 @@ public class WidgetsBundleController extends BaseController {
@ApiModelProperty(position=9,value="Relative or external image URL. Replaced with image data URL (Base64) in case of relative URL and 'inlineImages' option enabled.")
@ApiModelProperty(position=6,value="Relative or external image URL. Replaced with image data URL (Base64) in case of relative URL and 'inlineImages' option enabled.",accessMode=ApiModelProperty.AccessMode.READ_ONLY)