{
  "id": "ConnectApi.​comment​page",
  "nodeType": "class",
  "name": "​Comment​Page",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "​Comment​Page",
    "textToLower": "​comment​page",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_​Comment​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 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.​comment​page.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.​comment​page.comments.list<connectapi.​comment>",
        "nodeType": "datatype",
        "name": "List<ConnectApi.​Comment>",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Collection of comments.",
      "parentName": "​Comment​Page"
    },
    "currentpagetoken": {
      "id": "ConnectApi.​comment​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": 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.​comment​page.currentpagetoken.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Token identifying the current page.",
      "parentName": "​Comment​Page"
    },
    "currentpageurl": {
      "id": "ConnectApi.​comment​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": 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.​comment​page.currentpageurl.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Chatter REST API URL identifying the current page.",
      "parentName": "​Comment​Page"
    },
    "items": {
      "id": "ConnectApi.​comment​page.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.​comment​page.items.list<connectapi.​comment>",
        "nodeType": "datatype",
        "name": "List<ConnectApi.​Comment>",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Collection of comments for this feed element.",
      "parentName": "​Comment​Page"
    },
    "nextpagetoken": {
      "id": "ConnectApi.​comment​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": 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.​comment​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.If you want to read more of the comments in search results, all the comments",
      "parentName": "​Comment​Page"
    },
    "nextpageurl": {
      "id": "ConnectApi.​comment​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": 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.​comment​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.If you want to read more of the comments in search",
      "parentName": "​Comment​Page"
    },
    "previouspagetoken": {
      "id": "ConnectApi.​comment​page.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.​comment​page.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": "​Comment​Page"
    },
    "previouspageurl": {
      "id": "ConnectApi.​comment​page.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.​comment​page.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": "​Comment​Page"
    },
    "total": {
      "id": "ConnectApi.​comment​page.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.​comment​page.total.integer",
        "nodeType": "datatype",
        "name": "Integer",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Total number of published comments for the parent feed element.",
      "parentName": "​Comment​Page"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 9,
  "queries": []
}