{
  "id": "Reports.dimension",
  "nodeType": "class",
  "name": "Dimension",
  "namespace": "Reports",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "Dimension",
    "textToLower": "dimension",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_Dimension_-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": "Contains information for each row or column grouping.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_dimension.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getgroupings()": {
      "id": "Reports.dimension.method.getgroupings()",
      "nodeType": "method",
      "name": "getGroupings",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getGroupings",
        "textToLower": "getgroupings",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getGroupings_-1:0"
      },
      "parentId": "Reports.dimension",
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public List<Reports.GroupingValue> getGroupings()",
      "overrideSignature": "public override List<Reports.GroupingValue> getGroupings()",
      "simplifiedSignature": "getGroupings()",
      "datatype": {
        "id": "Reports.dimension.getgroupings.datatype.List<Reports.GroupingValue>",
        "nodeType": "datatype",
        "name": "List<Reports.GroupingValue>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "Reports.dimension.getgroupings",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "Reports.dimension.getgroupings.datatype.List<Reports.GroupingValue>.value.Reports.GroupingValue",
          "nodeType": "datatype",
          "name": "Reports.GroupingValue",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Reports",
            "textToLower": "reports",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 19
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Reports_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Reports.GroupingValue"
        }
      },
      "description": "Returns information for each row or column grouping as a list.",
      "parentName": "Dimension",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 1,
  "queries": []
}