@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
583 lines • 16.2 kB
JSON
{
"id": "ConnectApi.feedelementpage",
"nodeType": "class",
"name": "FeedElementPage",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "FeedElementPage",
"textToLower": "feedelementpage",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_FeedElementPage_-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 paged collection of ConnectApi.FeedElement objects.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_feed_element_page.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"currentpagetoken": {
"id": "ConnectApi.feedelementpage.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.feedelementpage.currentpagetoken.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Token identifying the current page.",
"parentName": "FeedElementPage"
},
"currentpageurl": {
"id": "ConnectApi.feedelementpage.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.feedelementpage.currentpageurl.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Chatter REST API URL identifying the current page.",
"parentName": "FeedElementPage"
},
"elements": {
"id": "ConnectApi.feedelementpage.elements",
"nodeType": "variable",
"name": "elements",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "elements",
"textToLower": "elements",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_elements_-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.FeedElement Class> elements",
"simplifiedSignature": "Class> elements",
"datatype": {
"id": "ConnectApi.feedelementpage.elements.class>",
"nodeType": "datatype",
"name": "Class>",
"order": 0,
"memberOrder": 0
},
"description": "Collection of feed elements.",
"parentName": "FeedElementPage"
},
"ismodifiedtoken": {
"id": "ConnectApi.feedelementpage.ismodifiedtoken",
"nodeType": "variable",
"name": "isModifiedToken",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "isModifiedToken",
"textToLower": "ismodifiedtoken",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_isModifiedToken_-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 isModifiedToken",
"simplifiedSignature": "String isModifiedToken",
"datatype": {
"id": "ConnectApi.feedelementpage.ismodifiedtoken.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "An opaque polling token to use in the since",
"parentName": "FeedElementPage"
},
"ismodifiedurl": {
"id": "ConnectApi.feedelementpage.ismodifiedurl",
"nodeType": "variable",
"name": "isModifiedUrl",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "isModifiedUrl",
"textToLower": "ismodifiedurl",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_isModifiedUrl_-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 isModifiedUrl",
"simplifiedSignature": "String isModifiedUrl",
"datatype": {
"id": "ConnectApi.feedelementpage.ismodifiedurl.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "A Chatter REST API URL with a since request",
"parentName": "FeedElementPage"
},
"nextpagetoken": {
"id": "ConnectApi.feedelementpage.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": 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 nextPageToken",
"simplifiedSignature": "String nextPageToken",
"datatype": {
"id": "ConnectApi.feedelementpage.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": "FeedElementPage"
},
"nextpageurl": {
"id": "ConnectApi.feedelementpage.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": 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 nextPageUrl",
"simplifiedSignature": "String nextPageUrl",
"datatype": {
"id": "ConnectApi.feedelementpage.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": "FeedElementPage"
},
"updatestoken": {
"id": "ConnectApi.feedelementpage.updatestoken",
"nodeType": "variable",
"name": "updatesToken",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "updatesToken",
"textToLower": "updatestoken",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_updatesToken_-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 updatesToken",
"simplifiedSignature": "String updatesToken",
"datatype": {
"id": "ConnectApi.feedelementpage.updatestoken.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "A token to use in a request to the ConnectApi.ChatterFeeds.getFeedElementsUpdatedSince method.",
"parentName": "FeedElementPage"
},
"updatesurl": {
"id": "ConnectApi.feedelementpage.updatesurl",
"nodeType": "variable",
"name": "updatesUrl",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "updatesUrl",
"textToLower": "updatesurl",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_updatesUrl_-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 String updatesUrl",
"simplifiedSignature": "String updatesUrl",
"datatype": {
"id": "ConnectApi.feedelementpage.updatesurl.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "A Chatter REST API feed resource containing the feed elements that",
"parentName": "FeedElementPage"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 9,
"queries": []
}