{
  "id": "Reports.sortcolumn",
  "nodeType": "class",
  "name": "SortColumn",
  "namespace": "Reports",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "SortColumn",
    "textToLower": "sortcolumn",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_SortColumn_-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 about the sort column used in the report.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_SortColumn.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getsortcolumn()": {
      "id": "Reports.sortcolumn.method.getsortcolumn()",
      "nodeType": "method",
      "name": "getSortColumn",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getSortColumn",
        "textToLower": "getsortcolumn",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getSortColumn_-1:0"
      },
      "parentId": "Reports.sortcolumn",
      "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 getSortColumn()",
      "overrideSignature": "public override String getSortColumn()",
      "simplifiedSignature": "getSortColumn()",
      "datatype": {
        "id": "Reports.sortcolumn.getsortcolumn.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.sortcolumn.getsortcolumn",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the column used to sort the records in the report.",
      "parentName": "SortColumn",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getsortorder()": {
      "id": "Reports.sortcolumn.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.sortcolumn",
      "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.sortcolumn.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.sortcolumn.getsortorder",
        "order": 0,
        "memberOrder": 0,
        "type": "Reports.ColumnSortOrder"
      },
      "description": "Returns the the sort order— ascending or descending—for the sort column.",
      "parentName": "SortColumn",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "setsortcolumn(string)": {
      "id": "Reports.sortcolumn.method.setsortcolumn(string)",
      "nodeType": "method",
      "name": "setSortColumn",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setSortColumn",
        "textToLower": "setsortcolumn",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setSortColumn_-1:0"
      },
      "parentId": "Reports.sortcolumn",
      "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 void setSortColumn(String sortColumn)",
      "overrideSignature": "public override void setSortColumn(String sortColumn)",
      "simplifiedSignature": "setSortColumn(String)",
      "datatype": {
        "id": "Reports.sortcolumn.setsortcolumn.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "Reports.sortcolumn.setsortcolumn",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the column used to sort the records in the report.",
      "parentName": "SortColumn",
      "variables": {},
      "params": {
        "sortcolumn": {
          "id": "Reports.sortcolumn.method.setsortcolumn(string).varParam.sortcolumn",
          "nodeType": "variable",
          "name": "sortColumn",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortColumn",
            "textToLower": "sortcolumn",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 33
              },
              "end": {
                "line": 0,
                "character": 43
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortColumn_0:33"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortColumn",
            "textToLower": "sortcolumn",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 33
              },
              "end": {
                "line": 0,
                "character": 43
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortColumn_0:33"
          },
          "parentId": "Reports.sortcolumn.method.setsortcolumn(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "Reports.sortcolumn.setsortcolumn.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 26
                },
                "end": {
                  "line": 0,
                  "character": 32
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:26"
            },
            "parentId": "Reports.sortcolumn.setsortcolumn",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setsortorder(reports.columnsortorder)": {
      "id": "Reports.sortcolumn.method.setsortorder(reports.columnsortorder)",
      "nodeType": "method",
      "name": "setSortOrder",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setSortOrder",
        "textToLower": "setsortorder",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setSortOrder_-1:0"
      },
      "parentId": "Reports.sortcolumn",
      "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 void setSortOrder(Reports.ColumnSortOrder sortOrder)",
      "overrideSignature": "public override void setSortOrder(Reports.ColumnSortOrder sortOrder)",
      "simplifiedSignature": "setSortOrder(Reports.ColumnSortOrder)",
      "datatype": {
        "id": "Reports.sortcolumn.setsortorder.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "Reports.sortcolumn.setsortorder",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the sort order— ascending or descending—for the sort column.",
      "parentName": "SortColumn",
      "variables": {},
      "params": {
        "sortorder": {
          "id": "Reports.sortcolumn.method.setsortorder(reports.columnsortorder).varParam.sortorder",
          "nodeType": "variable",
          "name": "sortOrder",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortOrder",
            "textToLower": "sortorder",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortOrder_0:49"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortOrder",
            "textToLower": "sortorder",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortOrder_0:49"
          },
          "parentId": "Reports.sortcolumn.method.setsortorder(reports.columnsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "Reports.sortcolumn.setsortorder.datatype.Reports.ColumnSortOrder",
            "nodeType": "datatype",
            "name": "Reports.ColumnSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "Reports",
              "textToLower": "reports",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 25
                },
                "end": {
                  "line": 0,
                  "character": 32
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Reports_0:25"
            },
            "parentId": "Reports.sortcolumn.setsortorder",
            "order": 0,
            "memberOrder": 0,
            "type": "Reports.ColumnSortOrder"
          },
          "description": "",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 4,
  "queries": []
}