@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
494 lines • 14.1 kB
JSON
{
"id": "Schema.describedatacategorygroupresult",
"nodeType": "class",
"name": "DescribeDataCategoryGroupResult",
"namespace": "Schema",
"startToken": {
"type": "declaration.entity.name.class",
"text": "DescribeDataCategoryGroupResult",
"textToLower": "describedatacategorygroupresult",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_DescribeDataCategoryGroupResult_-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 list of the category groups associated with KnowledgeArticleVersion and Question.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Schema_DescribeDataCategoryGroupResult.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getcategorycount()": {
"id": "Schema.describedatacategorygroupresult.method.getcategorycount()",
"nodeType": "method",
"name": "getCategoryCount",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getCategoryCount",
"textToLower": "getcategorycount",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getCategoryCount_-1:0"
},
"parentId": "Schema.describedatacategorygroupresult",
"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 Integer getCategoryCount()",
"overrideSignature": "public override Integer getCategoryCount()",
"simplifiedSignature": "getCategoryCount()",
"datatype": {
"id": "Schema.describedatacategorygroupresult.getcategorycount.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:7"
},
"parentId": "Schema.describedatacategorygroupresult.getcategorycount",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Returns the number of visible data categories in the data category group.",
"parentName": "DescribeDataCategoryGroupResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getdescription()": {
"id": "Schema.describedatacategorygroupresult.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.describedatacategorygroupresult",
"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 getDescription()",
"overrideSignature": "public override String getDescription()",
"simplifiedSignature": "getDescription()",
"datatype": {
"id": "Schema.describedatacategorygroupresult.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.describedatacategorygroupresult.getdescription",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the description of the data category group.",
"parentName": "DescribeDataCategoryGroupResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getlabel()": {
"id": "Schema.describedatacategorygroupresult.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.describedatacategorygroupresult",
"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 getLabel()",
"overrideSignature": "public override String getLabel()",
"simplifiedSignature": "getLabel()",
"datatype": {
"id": "Schema.describedatacategorygroupresult.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.describedatacategorygroupresult.getlabel",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the label for the data category group used in the Salesforce user interface.",
"parentName": "DescribeDataCategoryGroupResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getname()": {
"id": "Schema.describedatacategorygroupresult.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.describedatacategorygroupresult",
"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 getName()",
"overrideSignature": "public override String getName()",
"simplifiedSignature": "getName()",
"datatype": {
"id": "Schema.describedatacategorygroupresult.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.describedatacategorygroupresult.getname",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the unique name used by the API to access to the data category group.",
"parentName": "DescribeDataCategoryGroupResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getsobject()": {
"id": "Schema.describedatacategorygroupresult.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.describedatacategorygroupresult",
"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 String getSobject()",
"overrideSignature": "public override String getSobject()",
"simplifiedSignature": "getSobject()",
"datatype": {
"id": "Schema.describedatacategorygroupresult.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.describedatacategorygroupresult.getsobject",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the object name associated with the data category group.",
"parentName": "DescribeDataCategoryGroupResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 5,
"queries": []
}