@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
639 lines • 18.4 kB
JSON
{
"id": "ConnectApi.dashboardcomponentsnapshot",
"nodeType": "class",
"name": "DashboardComponentSnapshot",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "DashboardComponentSnapshot",
"textToLower": "dashboardcomponentsnapshot",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_DashboardComponentSnapshot_-1:0"
},
"order": 0,
"memberOrder": 0,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "global",
"textToLower": "global",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_global_-1:0"
},
"sharingModifier": {
"type": "keyword.modifier.sharing",
"text": "without sharing",
"textToLower": "without sharing",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.sharing_without sharing_-1:0"
},
"description": "Represents both dashboard component snapshots and alerts you receive when a dashboard component value crosses a threshold.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_dashboard_component_snapshot.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"componentid": {
"id": "ConnectApi.dashboardcomponentsnapshot.componentid",
"nodeType": "variable",
"name": "componentId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "componentId",
"textToLower": "componentid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_componentId_-1:0"
},
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String componentId",
"simplifiedSignature": "String componentId",
"datatype": {
"id": "ConnectApi.dashboardcomponentsnapshot.componentid.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "18-character ID of the dashboard component.",
"parentName": "DashboardComponentSnapshot"
},
"componentname": {
"id": "ConnectApi.dashboardcomponentsnapshot.componentname",
"nodeType": "variable",
"name": "componentName",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "componentName",
"textToLower": "componentname",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_componentName_-1:0"
},
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String componentName",
"simplifiedSignature": "String componentName",
"datatype": {
"id": "ConnectApi.dashboardcomponentsnapshot.componentname.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "The dashboard component name.",
"parentName": "DashboardComponentSnapshot"
},
"dashboardbodytext": {
"id": "ConnectApi.dashboardcomponentsnapshot.dashboardbodytext",
"nodeType": "variable",
"name": "dashboardBodyText",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "dashboardBodyText",
"textToLower": "dashboardbodytext",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_dashboardBodyText_-1:0"
},
"order": 3,
"memberOrder": 3,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String dashboardBodyText",
"simplifiedSignature": "String dashboardBodyText",
"datatype": {
"id": "ConnectApi.dashboardcomponentsnapshot.dashboardbodytext.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Display this text next to the actor in the feed",
"parentName": "DashboardComponentSnapshot"
},
"dashboardid": {
"id": "ConnectApi.dashboardcomponentsnapshot.dashboardid",
"nodeType": "variable",
"name": "dashboardId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "dashboardId",
"textToLower": "dashboardid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_dashboardId_-1:0"
},
"order": 4,
"memberOrder": 4,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String dashboardId",
"simplifiedSignature": "String dashboardId",
"datatype": {
"id": "ConnectApi.dashboardcomponentsnapshot.dashboardid.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "18-character ID of the dashboard.",
"parentName": "DashboardComponentSnapshot"
},
"dashboardname": {
"id": "ConnectApi.dashboardcomponentsnapshot.dashboardname",
"nodeType": "variable",
"name": "dashboardName",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "dashboardName",
"textToLower": "dashboardname",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_dashboardName_-1:0"
},
"order": 5,
"memberOrder": 5,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String dashboardName",
"simplifiedSignature": "String dashboardName",
"datatype": {
"id": "ConnectApi.dashboardcomponentsnapshot.dashboardname.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "The name of the dashboard.",
"parentName": "DashboardComponentSnapshot"
},
"fullsizeimageurl": {
"id": "ConnectApi.dashboardcomponentsnapshot.fullsizeimageurl",
"nodeType": "variable",
"name": "fullSizeImageUrl",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "fullSizeImageUrl",
"textToLower": "fullsizeimageurl",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_fullSizeImageUrl_-1:0"
},
"order": 6,
"memberOrder": 6,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String fullSizeImageUrl",
"simplifiedSignature": "String fullSizeImageUrl",
"datatype": {
"id": "ConnectApi.dashboardcomponentsnapshot.fullsizeimageurl.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "The source URL to retrieve the full-size image of a",
"parentName": "DashboardComponentSnapshot"
},
"lastrefreshdate": {
"id": "ConnectApi.dashboardcomponentsnapshot.lastrefreshdate",
"nodeType": "variable",
"name": "lastRefreshDate",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "lastRefreshDate",
"textToLower": "lastrefreshdate",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_lastRefreshDate_-1:0"
},
"order": 7,
"memberOrder": 7,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public DateTime lastRefreshDate",
"simplifiedSignature": "DateTime lastRefreshDate",
"datatype": {
"id": "ConnectApi.dashboardcomponentsnapshot.lastrefreshdate.datetime",
"nodeType": "datatype",
"name": "DateTime",
"order": 0,
"memberOrder": 0
},
"description": "ISO 8601 date specifying when this dashboard component",
"parentName": "DashboardComponentSnapshot"
},
"lastrefreshdatedisplaytext": {
"id": "ConnectApi.dashboardcomponentsnapshot.lastrefreshdatedisplaytext",
"nodeType": "variable",
"name": "lastRefreshDateDisplayText",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "lastRefreshDateDisplayText",
"textToLower": "lastrefreshdatedisplaytext",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_lastRefreshDateDisplayText_-1:0"
},
"order": 8,
"memberOrder": 8,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String lastRefreshDateDisplayText",
"simplifiedSignature": "String lastRefreshDateDisplayText",
"datatype": {
"id": "ConnectApi.dashboardcomponentsnapshot.lastrefreshdatedisplaytext.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Display text for the last refresh date, for",
"parentName": "DashboardComponentSnapshot"
},
"runninguser": {
"id": "ConnectApi.dashboardcomponentsnapshot.runninguser",
"nodeType": "variable",
"name": "runningUser",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "runningUser",
"textToLower": "runninguser",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_runningUser_-1:0"
},
"order": 9,
"memberOrder": 9,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public ConnectApi.UserSummary runningUser",
"simplifiedSignature": "ConnectApi.UserSummary runningUser",
"datatype": {
"id": "ConnectApi.dashboardcomponentsnapshot.runninguser.connectapi.usersummary",
"nodeType": "datatype",
"name": "ConnectApi.UserSummary",
"order": 0,
"memberOrder": 0
},
"description": "The running user of the dashboard at the time the snapshot",
"parentName": "DashboardComponentSnapshot"
},
"thumbnailurl": {
"id": "ConnectApi.dashboardcomponentsnapshot.thumbnailurl",
"nodeType": "variable",
"name": "thumbnailUrl",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "thumbnailUrl",
"textToLower": "thumbnailurl",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_thumbnailUrl_-1:0"
},
"order": 10,
"memberOrder": 10,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String thumbnailUrl",
"simplifiedSignature": "String thumbnailUrl",
"datatype": {
"id": "ConnectApi.dashboardcomponentsnapshot.thumbnailurl.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "The source URL to retrieve the thumbnail image of a",
"parentName": "DashboardComponentSnapshot"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 10,
"queries": []
}