@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
583 lines • 16.3 kB
JSON
{
"id": "ConnectApi.commentpage",
"nodeType": "class",
"name": "CommentPage",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "CommentPage",
"textToLower": "commentpage",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_CommentPage_-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 page of comments.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_comment_page.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"comments": {
"id": "ConnectApi.commentpage.comments",
"nodeType": "variable",
"name": "comments",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "comments",
"textToLower": "comments",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_comments_-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 List<ConnectApi.Comment> comments",
"simplifiedSignature": "List<ConnectApi.Comment> comments",
"datatype": {
"id": "ConnectApi.commentpage.comments.list<connectapi.comment>",
"nodeType": "datatype",
"name": "List<ConnectApi.Comment>",
"order": 0,
"memberOrder": 0
},
"description": "Collection of comments.",
"parentName": "CommentPage"
},
"currentpagetoken": {
"id": "ConnectApi.commentpage.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": 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 currentPageToken",
"simplifiedSignature": "String currentPageToken",
"datatype": {
"id": "ConnectApi.commentpage.currentpagetoken.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Token identifying the current page.",
"parentName": "CommentPage"
},
"currentpageurl": {
"id": "ConnectApi.commentpage.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": 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 currentPageUrl",
"simplifiedSignature": "String currentPageUrl",
"datatype": {
"id": "ConnectApi.commentpage.currentpageurl.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Chatter REST API URL identifying the current page.",
"parentName": "CommentPage"
},
"items": {
"id": "ConnectApi.commentpage.items",
"nodeType": "variable",
"name": "items",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "items",
"textToLower": "items",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_items_-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 List<ConnectApi.Comment> items",
"simplifiedSignature": "List<ConnectApi.Comment> items",
"datatype": {
"id": "ConnectApi.commentpage.items.list<connectapi.comment>",
"nodeType": "datatype",
"name": "List<ConnectApi.Comment>",
"order": 0,
"memberOrder": 0
},
"description": "Collection of comments for this feed element.",
"parentName": "CommentPage"
},
"nextpagetoken": {
"id": "ConnectApi.commentpage.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": 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 nextPageToken",
"simplifiedSignature": "String nextPageToken",
"datatype": {
"id": "ConnectApi.commentpage.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.If you want to read more of the comments in search results, all the comments",
"parentName": "CommentPage"
},
"nextpageurl": {
"id": "ConnectApi.commentpage.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": 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 nextPageUrl",
"simplifiedSignature": "String nextPageUrl",
"datatype": {
"id": "ConnectApi.commentpage.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.If you want to read more of the comments in search",
"parentName": "CommentPage"
},
"previouspagetoken": {
"id": "ConnectApi.commentpage.previouspagetoken",
"nodeType": "variable",
"name": "previousPageToken",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "previousPageToken",
"textToLower": "previouspagetoken",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_previousPageToken_-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 String previousPageToken",
"simplifiedSignature": "String previousPageToken",
"datatype": {
"id": "ConnectApi.commentpage.previouspagetoken.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Token identifying the previous page, or null if there isn’t a previous page.",
"parentName": "CommentPage"
},
"previouspageurl": {
"id": "ConnectApi.commentpage.previouspageurl",
"nodeType": "variable",
"name": "previousPageUrl",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "previousPageUrl",
"textToLower": "previouspageurl",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_previousPageUrl_-1:0"
},
"order": 8,
"memberOrder": 8,
"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 previousPageUrl",
"simplifiedSignature": "String previousPageUrl",
"datatype": {
"id": "ConnectApi.commentpage.previouspageurl.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Chatter REST API URL identifying the previous page, or null if there isn’t a previous",
"parentName": "CommentPage"
},
"total": {
"id": "ConnectApi.commentpage.total",
"nodeType": "variable",
"name": "total",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "total",
"textToLower": "total",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_total_-1:0"
},
"order": 9,
"memberOrder": 9,
"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 total",
"simplifiedSignature": "Integer total",
"datatype": {
"id": "ConnectApi.commentpage.total.integer",
"nodeType": "datatype",
"name": "Integer",
"order": 0,
"memberOrder": 0
},
"description": "Total number of published comments for the parent feed element.",
"parentName": "CommentPage"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 9,
"queries": []
}