{
  "id": "Reports.groupinginfo",
  "nodeType": "class",
  "name": "GroupingInfo",
  "namespace": "Reports",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "GroupingInfo",
    "textToLower": "groupinginfo",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_GroupingInfo_-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 methods for describing fields that are used for grouping.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_groupinginfo.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getname()": {
      "id": "Reports.groupinginfo.method.getname()",
      "nodeType": "method",
      "name": "getName",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getName",
        "textToLower": "getname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getName_-1:0"
      },
      "parentId": "Reports.groupinginfo",
      "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 String getName()",
      "overrideSignature": "public override String getName()",
      "simplifiedSignature": "getName()",
      "datatype": {
        "id": "Reports.groupinginfo.getname.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Reports.groupinginfo.getname",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the unique API name of the field or bucket field that is used for row or column grouping.",
      "parentName": "GroupingInfo",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getsortorder()": {
      "id": "Reports.groupinginfo.method.getsortorder()",
      "nodeType": "method",
      "name": "getSortOrder",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getSortOrder",
        "textToLower": "getsortorder",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getSortOrder_-1:0"
      },
      "parentId": "Reports.groupinginfo",
      "order": 2,
      "memberOrder": 2,
      "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 Reports.ColumnSortOrder getSortOrder()",
      "overrideSignature": "public override Reports.ColumnSortOrder getSortOrder()",
      "simplifiedSignature": "getSortOrder()",
      "datatype": {
        "id": "Reports.groupinginfo.getsortorder.datatype.Reports.ColumnSortOrder",
        "nodeType": "datatype",
        "name": "Reports.ColumnSortOrder",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "Reports",
          "textToLower": "reports",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Reports_0:7"
        },
        "parentId": "Reports.groupinginfo.getsortorder",
        "order": 0,
        "memberOrder": 0,
        "type": "Reports.ColumnSortOrder"
      },
      "description": "Returns the order that is used to sort data in a row or column grouping (ASCENDING or DESCENDING).",
      "parentName": "GroupingInfo",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getdategranularity()": {
      "id": "Reports.groupinginfo.method.getdategranularity()",
      "nodeType": "method",
      "name": "getDateGranularity",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getDateGranularity",
        "textToLower": "getdategranularity",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getDateGranularity_-1:0"
      },
      "parentId": "Reports.groupinginfo",
      "order": 3,
      "memberOrder": 3,
      "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 Reports.DateGranularity getDateGranularity()",
      "overrideSignature": "public override Reports.DateGranularity getDateGranularity()",
      "simplifiedSignature": "getDateGranularity()",
      "datatype": {
        "id": "Reports.groupinginfo.getdategranularity.datatype.Reports.DateGranularity",
        "nodeType": "datatype",
        "name": "Reports.DateGranularity",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "Reports",
          "textToLower": "reports",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Reports_0:7"
        },
        "parentId": "Reports.groupinginfo.getdategranularity",
        "order": 0,
        "memberOrder": 0,
        "type": "Reports.DateGranularity"
      },
      "description": "Returns the date interval that is used for row or column grouping.",
      "parentName": "GroupingInfo",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getsortaggregate()": {
      "id": "Reports.groupinginfo.method.getsortaggregate()",
      "nodeType": "method",
      "name": "getSortAggregate",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getSortAggregate",
        "textToLower": "getsortaggregate",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getSortAggregate_-1:0"
      },
      "parentId": "Reports.groupinginfo",
      "order": 4,
      "memberOrder": 4,
      "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 String getSortAggregate()",
      "overrideSignature": "public override String getSortAggregate()",
      "simplifiedSignature": "getSortAggregate()",
      "datatype": {
        "id": "Reports.groupinginfo.getsortaggregate.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Reports.groupinginfo.getsortaggregate",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the summary field that is used to sort data within a grouping in a summary report. The value is null when data within a grouping is not sorted by a summary field.",
      "parentName": "GroupingInfo",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 4,
  "queries": []
}