UNPKG

@aurahelper/languages

Version:

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

415 lines 11.7 kB
{ "id": "ConnectApi.​moderationflags​collection", "nodeType": "class", "name": "​ModerationFlags​Collection", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "​ModerationFlags​Collection", "textToLower": "​moderationflags​collection", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_​ModerationFlags​Collection_-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": "A collection of flags on a feed item, comment, or file.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_moderation_flags_collection.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "currentpagetoken": { "id": "ConnectApi.​moderationflags​collection.currentpagetoken", "nodeType": "variable", "name": "currentPageToken", "startToken": { "type": "declaration.entity.name.variable", "text": "currentPageToken", "textToLower": "currentpagetoken", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_currentPageToken_-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 currentPageToken", "simplifiedSignature": "String currentPageToken", "datatype": { "id": "ConnectApi.​moderationflags​collection.currentpagetoken.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "Token identifying the current page.", "parentName": "​ModerationFlags​Collection" }, "currentpageurl": { "id": "ConnectApi.​moderationflags​collection.currentpageurl", "nodeType": "variable", "name": "currentPageUrl", "startToken": { "type": "declaration.entity.name.variable", "text": "currentPageUrl", "textToLower": "currentpageurl", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_currentPageUrl_-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 currentPageUrl", "simplifiedSignature": "String currentPageUrl", "datatype": { "id": "ConnectApi.​moderationflags​collection.currentpageurl.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "Chatter REST API URL identifying the current page.", "parentName": "​ModerationFlags​Collection" }, "flags": { "id": "ConnectApi.​moderationflags​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" }, "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 List<ConnectApi.​ModerationFlag​ItemDetail> flags", "simplifiedSignature": "List<ConnectApi.​ModerationFlag​ItemDetail> flags", "datatype": { "id": "ConnectApi.​moderationflags​collection.flags.list<connectapi.​moderationflag​itemdetail>", "nodeType": "datatype", "name": "List<ConnectApi.​ModerationFlag​ItemDetail>", "order": 0, "memberOrder": 0 }, "description": "List of flag details.", "parentName": "​ModerationFlags​Collection" }, "nextpagetoken": { "id": "ConnectApi.​moderationflags​collection.nextpagetoken", "nodeType": "variable", "name": "nextPageToken", "startToken": { "type": "declaration.entity.name.variable", "text": "nextPageToken", "textToLower": "nextpagetoken", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_nextPageToken_-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 nextPageToken", "simplifiedSignature": "String nextPageToken", "datatype": { "id": "ConnectApi.​moderationflags​collection.nextpagetoken.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "Token identifying the next page, or null if there isn’t a next page.", "parentName": "​ModerationFlags​Collection" }, "nextpageurl": { "id": "ConnectApi.​moderationflags​collection.nextpageurl", "nodeType": "variable", "name": "nextPageUrl", "startToken": { "type": "declaration.entity.name.variable", "text": "nextPageUrl", "textToLower": "nextpageurl", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_nextPageUrl_-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 nextPageUrl", "simplifiedSignature": "String nextPageUrl", "datatype": { "id": "ConnectApi.​moderationflags​collection.nextpageurl.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "Chatter REST API URL identifying the next page, or null if there isn’t a next page.", "parentName": "​ModerationFlags​Collection" }, "pagesize": { "id": "ConnectApi.​moderationflags​collection.pagesize", "nodeType": "variable", "name": "pageSize", "startToken": { "type": "declaration.entity.name.variable", "text": "pageSize", "textToLower": "pagesize", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_pageSize_-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 Integer pageSize", "simplifiedSignature": "Integer pageSize", "datatype": { "id": "ConnectApi.​moderationflags​collection.pagesize.integer", "nodeType": "datatype", "name": "Integer", "order": 0, "memberOrder": 0 }, "description": "Number of items per page.", "parentName": "​ModerationFlags​Collection" } }, "methods": {}, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 6, "queries": [] }