UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

441 lines 11.7 kB
{ "id": "ConnectApi.nbastrategyinput", "nodeType": "class", "name": "NBAStrategyInput", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "NBAStrategyInput", "textToLower": "nbastrategyinput", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_NBAStrategyInput_-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": "A recommendation strategy.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_input_n_b_a_strategy_execution.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "contextrecordid": { "id": "ConnectApi.nbastrategyinput.method.string contextrecordid", "nodeType": "variable", "name": "contextRecordId", "startToken": { "type": "declaration.entity.name.variable", "text": "contextRecordId", "textToLower": "contextrecordid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_contextRecordId_-1:0" }, "parentId": "ConnectApi.nbastrategyinput", "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 contextRecordId", "simplifiedSignature": "String contextRecordId", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "NBAStrategyInput" }, "maxresults": { "id": "ConnectApi.nbastrategyinput.method.integer maxresults", "nodeType": "variable", "name": "maxResults", "startToken": { "type": "declaration.entity.name.variable", "text": "maxResults", "textToLower": "maxresults", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_maxResults_-1:0" }, "parentId": "ConnectApi.nbastrategyinput", "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 Integer maxResults", "simplifiedSignature": "Integer maxResults", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "Integer" }, "parentName": "NBAStrategyInput" }, "strategycontext": { "id": "ConnectApi.nbastrategyinput.method.map<string,string> strategycontext", "nodeType": "variable", "name": "strategyContext", "startToken": { "type": "declaration.entity.name.variable", "text": "strategyContext", "textToLower": "strategycontext", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_strategyContext_-1:0" }, "parentId": "ConnectApi.nbastrategyinput", "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 Map<String, String> strategyContext", "simplifiedSignature": "Map<String,String> strategyContext", "datatype": { "id": ".datatype.Map<String,String>", "nodeType": "datatype", "name": "Map<String,String>", "startToken": { "type": "datatype.collection", "text": "Map", "textToLower": "map", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 10 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Map_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Map", "value": { "id": ".datatype.Map<String,String>.value.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 25 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:19" }, "order": 0, "memberOrder": 0, "type": "String" }, "key": { "id": ".datatype.Map<String,String>.key.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 11 }, "end": { "line": 0, "character": 17 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:11" }, "order": 0, "memberOrder": 0, "type": "String" } }, "parentName": "NBAStrategyInput" }, "debugtrace": { "id": "ConnectApi.nbastrategyinput.method.boolean debugtrace", "nodeType": "variable", "name": "debugTrace", "startToken": { "type": "declaration.entity.name.variable", "text": "debugTrace", "textToLower": "debugtrace", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_debugTrace_-1:0" }, "parentId": "ConnectApi.nbastrategyinput", "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 Boolean debugTrace", "simplifiedSignature": "Boolean debugTrace", "datatype": { "id": ".datatype.Boolean", "nodeType": "datatype", "name": "Boolean", "startToken": { "type": "datatype.primitive", "text": "Boolean", "textToLower": "boolean", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Boolean_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Boolean" }, "parentName": "NBAStrategyInput" } }, "methods": {}, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 4, "queries": [] }