UNPKG

@aurahelper/languages

Version:

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

387 lines 10.2 kB
{ "id": "ConnectApi.​moderationflags", "nodeType": "class", "name": "​ModerationFlags", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "​ModerationFlags", "textToLower": "​moderationflags", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_​ModerationFlags_-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": "Information about the moderation flags on a feed item, comment, or file.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_moderationFlags.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "flagcount": { "id": "ConnectApi.​moderationflags.method.integer flagcount", "nodeType": "variable", "name": "flagCount", "startToken": { "type": "declaration.entity.name.variable", "text": "flagCount", "textToLower": "flagcount", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_flagCount_-1:0" }, "parentId": "ConnectApi.​moderationflags", "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 Integer flagCount", "simplifiedSignature": "Integer flagCount", "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": "​ModerationFlags" }, "flagcount​byreason": { "id": "ConnectApi.​moderationflags.method.integer flagcount​byreason", "nodeType": "variable", "name": "flagCount​ByReason", "startToken": { "type": "declaration.entity.name.variable", "text": "flagCount​ByReason", "textToLower": "flagcount​byreason", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_flagCount​ByReason_-1:0" }, "parentId": "ConnectApi.​moderationflags", "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 Integer flagCount​ByReason", "simplifiedSignature": "Integer flagCount​ByReason", "datatype": { "id": ".datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 49 }, "end": { "line": 0, "character": 56 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:49" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Integer" }, "parentName": "​ModerationFlags" }, "flaggedbyme": { "id": "ConnectApi.​moderationflags.method.boolean flaggedbyme", "nodeType": "variable", "name": "flaggedByMe", "startToken": { "type": "declaration.entity.name.variable", "text": "flaggedByMe", "textToLower": "flaggedbyme", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_flaggedByMe_-1:0" }, "parentId": "ConnectApi.​moderationflags", "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 Boolean flaggedByMe", "simplifiedSignature": "Boolean flaggedByMe", "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": "​ModerationFlags" }, "flags": { "id": "ConnectApi.​moderationflags.method.collection flags", "nodeType": "variable", "name": "flags", "startToken": { "type": "declaration.entity.name.variable", "text": "flags", "textToLower": "flags", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_flags_-1:0" }, "parentId": "ConnectApi.​moderationflags", "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 Collection flags", "simplifiedSignature": "Collection flags", "datatype": { "id": ".datatype.Collection", "nodeType": "datatype", "name": "Collection", "startToken": { "type": "datatype.custom.class", "text": "Collection", "textToLower": "collection", "isAux": false, "range": { "start": { "line": 0, "character": 35 }, "end": { "line": 0, "character": 45 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Collection_0:35" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Collection" }, "parentName": "​ModerationFlags" } }, "methods": {}, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 4, "queries": [] }