{
  "id": "ConnectApi.​feedelement​page",
  "nodeType": "class",
  "name": "​FeedElement​Page",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "​FeedElement​Page",
    "textToLower": "​feedelement​page",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_​FeedElement​Page_-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.​feedelement​page.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.​feedelement​page.currentpagetoken.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Token identifying the current page.",
      "parentName": "​FeedElement​Page"
    },
    "currentpageurl": {
      "id": "ConnectApi.​feedelement​page.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.​feedelement​page.currentpageurl.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Chatter REST API URL identifying the current page.",
      "parentName": "​FeedElement​Page"
    },
    "elements": {
      "id": "ConnectApi.​feedelement​page.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.​feedelement​page.elements.class>",
        "nodeType": "datatype",
        "name": "Class>",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Collection of feed elements.",
      "parentName": "​FeedElement​Page"
    },
    "ismodifiedtoken": {
      "id": "ConnectApi.​feedelement​page.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.​feedelement​page.ismodifiedtoken.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "An opaque polling token to use in the since",
      "parentName": "​FeedElement​Page"
    },
    "ismodifiedurl": {
      "id": "ConnectApi.​feedelement​page.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.​feedelement​page.ismodifiedurl.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "A Chatter REST API URL with a since request",
      "parentName": "​FeedElement​Page"
    },
    "nextpagetoken": {
      "id": "ConnectApi.​feedelement​page.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.​feedelement​page.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": "​FeedElement​Page"
    },
    "nextpageurl": {
      "id": "ConnectApi.​feedelement​page.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.​feedelement​page.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": "​FeedElement​Page"
    },
    "updatestoken": {
      "id": "ConnectApi.​feedelement​page.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.​feedelement​page.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": "​FeedElement​Page"
    },
    "updatesurl": {
      "id": "ConnectApi.​feedelement​page.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.​feedelement​page.updatesurl.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "A Chatter REST API feed resource containing the feed elements that",
      "parentName": "​FeedElement​Page"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 9,
  "queries": []
}