@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
541 lines • 14.3 kB
JSON
{
"id": "ConnectApi.scheduledrecommendation",
"nodeType": "class",
"name": "ScheduledRecommendation",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ScheduledRecommendation",
"textToLower": "scheduledrecommendation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ScheduledRecommendation_-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 a scheduled custom recommendation.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_scheduled_recommendation.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"channel": {
"id": "ConnectApi.scheduledrecommendation.method.channel channel",
"nodeType": "variable",
"name": "channel",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "channel",
"textToLower": "channel",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_channel_-1:0"
},
"parentId": "ConnectApi.scheduledrecommendation",
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Channel channel",
"simplifiedSignature": "Channel channel",
"datatype": {
"id": ".datatype.Channel",
"nodeType": "datatype",
"name": "Channel",
"startToken": {
"type": "datatype.custom.class",
"text": "Channel",
"textToLower": "channel",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 34
},
"end": {
"line": 0,
"character": 41
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Channel_0:34"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Channel"
},
"parentName": "ScheduledRecommendation"
},
"enabled": {
"id": "ConnectApi.scheduledrecommendation.method.boolean enabled",
"nodeType": "variable",
"name": "enabled",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "enabled",
"textToLower": "enabled",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_enabled_-1:0"
},
"parentId": "ConnectApi.scheduledrecommendation",
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Boolean enabled",
"simplifiedSignature": "Boolean enabled",
"datatype": {
"id": ".datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"parentName": "ScheduledRecommendation"
},
"id": {
"id": "ConnectApi.scheduledrecommendation.method.string id",
"nodeType": "variable",
"name": "id",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_id_-1:0"
},
"parentId": "ConnectApi.scheduledrecommendation",
"order": 3,
"memberOrder": 3,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String id",
"simplifiedSignature": "String id",
"datatype": {
"id": ".datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"parentName": "ScheduledRecommendation"
},
"rank": {
"id": "ConnectApi.scheduledrecommendation.method.integer rank",
"nodeType": "variable",
"name": "rank",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "rank",
"textToLower": "rank",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_rank_-1:0"
},
"parentId": "ConnectApi.scheduledrecommendation",
"order": 4,
"memberOrder": 4,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Integer rank",
"simplifiedSignature": "Integer rank",
"datatype": {
"id": ".datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"parentName": "ScheduledRecommendation"
},
"recommendation": {
"id": "ConnectApi.scheduledrecommendation.method.definition recommendation",
"nodeType": "variable",
"name": "recommendation",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "recommendationDefinitionRepresentation",
"textToLower": "recommendationdefinitionrepresentation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_recommendationDefinitionRepresentation_-1:0"
},
"parentId": "ConnectApi.scheduledrecommendation",
"order": 5,
"memberOrder": 6,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Definition recommendation",
"simplifiedSignature": "Definition recommendation",
"datatype": {
"id": ".datatype.Definition",
"nodeType": "datatype",
"name": "Definition",
"startToken": {
"type": "datatype.custom.class",
"text": "Definition",
"textToLower": "definition",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 34
},
"end": {
"line": 0,
"character": 44
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Definition_0:34"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Definition"
},
"parentName": "ScheduledRecommendation"
},
"url": {
"id": "ConnectApi.scheduledrecommendation.method.string url",
"nodeType": "variable",
"name": "url",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "url",
"textToLower": "url",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_url_-1:0"
},
"parentId": "ConnectApi.scheduledrecommendation",
"order": 6,
"memberOrder": 7,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String url",
"simplifiedSignature": "String url",
"datatype": {
"id": ".datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"parentName": "ScheduledRecommendation"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 7,
"queries": []
}