@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
521 lines • 15.4 kB
JSON
{
"id": "Schema.describedatacategorygroupstructureresult",
"nodeType": "class",
"name": "DescribeDataCategoryGroupStructureResult",
"namespace": "Schema",
"startToken": {
"type": "declaration.entity.name.class",
"text": "DescribeDataCategoryGroupStructureResult",
"textToLower": "describedatacategorygroupstructureresult",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_DescribeDataCategoryGroupStructureResult_-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 the category groups and categories associated with KnowledgeArticleVersion and Question.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Schema_DescribeDataCategoryGroupStructureResult.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getdescription()": {
"id": "Schema.describedatacategorygroupstructureresult.method.getdescription()",
"nodeType": "method",
"name": "getDescription",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getDescription",
"textToLower": "getdescription",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getDescription_-1:0"
},
"parentId": "Schema.describedatacategorygroupstructureresult",
"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 getDescription()",
"overrideSignature": "public override String getDescription()",
"simplifiedSignature": "getDescription()",
"datatype": {
"id": "Schema.describedatacategorygroupstructureresult.getdescription.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": "Schema.describedatacategorygroupstructureresult.getdescription",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the description of the data category group.",
"parentName": "DescribeDataCategoryGroupStructureResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getlabel()": {
"id": "Schema.describedatacategorygroupstructureresult.method.getlabel()",
"nodeType": "method",
"name": "getLabel",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getLabel",
"textToLower": "getlabel",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getLabel_-1:0"
},
"parentId": "Schema.describedatacategorygroupstructureresult",
"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 String getLabel()",
"overrideSignature": "public override String getLabel()",
"simplifiedSignature": "getLabel()",
"datatype": {
"id": "Schema.describedatacategorygroupstructureresult.getlabel.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": "Schema.describedatacategorygroupstructureresult.getlabel",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the label for the data category group used in the Salesforce user interface.",
"parentName": "DescribeDataCategoryGroupStructureResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getname()": {
"id": "Schema.describedatacategorygroupstructureresult.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": "Schema.describedatacategorygroupstructureresult",
"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 String getName()",
"overrideSignature": "public override String getName()",
"simplifiedSignature": "getName()",
"datatype": {
"id": "Schema.describedatacategorygroupstructureresult.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": "Schema.describedatacategorygroupstructureresult.getname",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the unique name used by the API to access to the data category group.",
"parentName": "DescribeDataCategoryGroupStructureResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getsobject()": {
"id": "Schema.describedatacategorygroupstructureresult.method.getsobject()",
"nodeType": "method",
"name": "getSobject",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getSobject",
"textToLower": "getsobject",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getSobject_-1:0"
},
"parentId": "Schema.describedatacategorygroupstructureresult",
"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 getSobject()",
"overrideSignature": "public override String getSobject()",
"simplifiedSignature": "getSobject()",
"datatype": {
"id": "Schema.describedatacategorygroupstructureresult.getsobject.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": "Schema.describedatacategorygroupstructureresult.getsobject",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the name of object associated with the data category group.",
"parentName": "DescribeDataCategoryGroupStructureResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"gettopcategories()": {
"id": "Schema.describedatacategorygroupstructureresult.method.gettopcategories()",
"nodeType": "method",
"name": "getTopCategories",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getTopCategories",
"textToLower": "gettopcategories",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getTopCategories_-1:0"
},
"parentId": "Schema.describedatacategorygroupstructureresult",
"order": 5,
"memberOrder": 5,
"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<Schema.DataCategory> getTopCategories()",
"overrideSignature": "public override List<Schema.DataCategory> getTopCategories()",
"simplifiedSignature": "getTopCategories()",
"datatype": {
"id": "Schema.describedatacategorygroupstructureresult.gettopcategories.datatype.List<Schema.DataCategory>",
"nodeType": "datatype",
"name": "List<Schema.DataCategory>",
"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": "Schema.describedatacategorygroupstructureresult.gettopcategories",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "Schema.describedatacategorygroupstructureresult.gettopcategories.datatype.List<Schema.DataCategory>.value.Schema.DataCategory",
"nodeType": "datatype",
"name": "Schema.DataCategory",
"startToken": {
"type": "datatype.support.namespace",
"text": "Schema",
"textToLower": "schema",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 12
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Schema_0:12"
},
"order": 0,
"memberOrder": 0,
"type": "Schema.DataCategory"
}
},
"description": "Returns a Schema.DataCategory object, that contains the top categories visible depending on the user's data category group visibility settings.",
"parentName": "DescribeDataCategoryGroupStructureResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 5,
"queries": []
}