UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

471 lines 12.6 kB
{ "id": "ConnectApi.​mentioncompletion", "nodeType": "class", "name": "​MentionCompletion", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "​MentionCompletion", "textToLower": "​mentioncompletion", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_​MentionCompletion_-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": "", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_mention_completion.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "additionallabel": { "id": "ConnectApi.​mentioncompletion.additionallabel", "nodeType": "variable", "name": "additionalLabel", "startToken": { "type": "declaration.entity.name.variable", "text": "additionalLabel", "textToLower": "additionallabel", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_additionalLabel_-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 additionalLabel", "simplifiedSignature": "String additionalLabel", "datatype": { "id": "ConnectApi.​mentioncompletion.additionallabel.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "An additional label (if one", "parentName": "​MentionCompletion" }, "description": { "id": "ConnectApi.​mentioncompletion.description", "nodeType": "variable", "name": "description", "startToken": { "type": "declaration.entity.name.variable", "text": "description", "textToLower": "description", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_description_-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 description", "simplifiedSignature": "String description", "datatype": { "id": "ConnectApi.​mentioncompletion.description.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "A description of the", "parentName": "​MentionCompletion" }, "name": { "id": "ConnectApi.​mentioncompletion.name", "nodeType": "variable", "name": "name", "startToken": { "type": "declaration.entity.name.variable", "text": "name", "textToLower": "name", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_name_-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 name", "simplifiedSignature": "String name", "datatype": { "id": "ConnectApi.​mentioncompletion.name.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "The name of the record", "parentName": "​MentionCompletion" }, "outofoffice": { "id": "ConnectApi.​mentioncompletion.outofoffice", "nodeType": "variable", "name": "outOfOffice", "startToken": { "type": "declaration.entity.name.variable", "text": "outOfOffice", "textToLower": "outofoffice", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_outOfOffice_-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 ConnectApi.​OutOfOffice outOfOffice", "simplifiedSignature": "ConnectApi.​OutOfOffice outOfOffice", "datatype": { "id": "ConnectApi.​mentioncompletion.outofoffice.connectapi.​outofoffice", "nodeType": "datatype", "name": "ConnectApi.​OutOfOffice", "order": 0, "memberOrder": 0 }, "description": "If the record represented by this completion", "parentName": "​MentionCompletion" }, "photourl": { "id": "ConnectApi.​mentioncompletion.photourl", "nodeType": "variable", "name": "photoUrl", "startToken": { "type": "declaration.entity.name.variable", "text": "photoUrl", "textToLower": "photourl", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_photoUrl_-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 photoUrl", "simplifiedSignature": "String photoUrl", "datatype": { "id": "ConnectApi.​mentioncompletion.photourl.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "A URL to the photo or icon of", "parentName": "​MentionCompletion" }, "recordid": { "id": "ConnectApi.​mentioncompletion.recordid", "nodeType": "variable", "name": "recordId", "startToken": { "type": "declaration.entity.name.variable", "text": "recordId", "textToLower": "recordid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_recordId_-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 recordId", "simplifiedSignature": "String recordId", "datatype": { "id": "ConnectApi.​mentioncompletion.recordid.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "The ID of the record", "parentName": "​MentionCompletion" }, "usertype": { "id": "ConnectApi.​mentioncompletion.usertype", "nodeType": "variable", "name": "userType", "startToken": { "type": "declaration.entity.name.variable", "text": "userType", "textToLower": "usertype", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_userType_-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 ConnectApi.​UserType\r Enum userType", "simplifiedSignature": "Enum userType", "datatype": { "id": "ConnectApi.​mentioncompletion.usertype.enum", "nodeType": "datatype", "name": "Enum", "order": 0, "memberOrder": 0 }, "description": "", "parentName": "​MentionCompletion" } }, "methods": {}, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 7, "queries": [] }