@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
415 lines • 11.7 kB
JSON
{
"id": "ConnectApi.moderationflagscollection",
"nodeType": "class",
"name": "ModerationFlagsCollection",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ModerationFlagsCollection",
"textToLower": "moderationflagscollection",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ModerationFlagsCollection_-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.moderationflagscollection.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.moderationflagscollection.currentpagetoken.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Token identifying the current page.",
"parentName": "ModerationFlagsCollection"
},
"currentpageurl": {
"id": "ConnectApi.moderationflagscollection.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.moderationflagscollection.currentpageurl.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Chatter REST API URL identifying the current page.",
"parentName": "ModerationFlagsCollection"
},
"flags": {
"id": "ConnectApi.moderationflagscollection.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.ModerationFlagItemDetail> flags",
"simplifiedSignature": "List<ConnectApi.ModerationFlagItemDetail> flags",
"datatype": {
"id": "ConnectApi.moderationflagscollection.flags.list<connectapi.moderationflagitemdetail>",
"nodeType": "datatype",
"name": "List<ConnectApi.ModerationFlagItemDetail>",
"order": 0,
"memberOrder": 0
},
"description": "List of flag details.",
"parentName": "ModerationFlagsCollection"
},
"nextpagetoken": {
"id": "ConnectApi.moderationflagscollection.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.moderationflagscollection.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": "ModerationFlagsCollection"
},
"nextpageurl": {
"id": "ConnectApi.moderationflagscollection.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.moderationflagscollection.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": "ModerationFlagsCollection"
},
"pagesize": {
"id": "ConnectApi.moderationflagscollection.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.moderationflagscollection.pagesize.integer",
"nodeType": "datatype",
"name": "Integer",
"order": 0,
"memberOrder": 0
},
"description": "Number of items per page.",
"parentName": "ModerationFlagsCollection"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 6,
"queries": []
}