@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
310 lines • 8.27 kB
JSON
{
"id": "ConnectApi.datacloudorderinput",
"nodeType": "class",
"name": "DatacloudOrderInput",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "DatacloudOrderInput",
"textToLower": "datacloudorderinput",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_DatacloudOrderInput_-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": "Input representation for a Datacloud order to purchase contacts or companies and retrieve purchase information.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_input_datacloud_order.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"companyids": {
"id": "ConnectApi.datacloudorderinput.method.string companyids",
"nodeType": "variable",
"name": "companyIds",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "companyIds",
"textToLower": "companyids",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_companyIds_-1:0"
},
"parentId": "ConnectApi.datacloudorderinput",
"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 companyIds",
"simplifiedSignature": "String companyIds",
"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": "DatacloudOrderInput"
},
"contactids": {
"id": "ConnectApi.datacloudorderinput.method.string contactids",
"nodeType": "variable",
"name": "contactIds",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "contactIds",
"textToLower": "contactids",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_contactIds_-1:0"
},
"parentId": "ConnectApi.datacloudorderinput",
"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 contactIds",
"simplifiedSignature": "String contactIds",
"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": "DatacloudOrderInput"
},
"usertype": {
"id": "ConnectApi.datacloudorderinput.method.connectdatacloudusertypeenum usertype",
"nodeType": "variable",
"name": "userType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "userType",
"textToLower": "usertype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_userType_-1:0"
},
"parentId": "ConnectApi.datacloudorderinput",
"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 ConnectDatacloudUserTypeEnum userType",
"simplifiedSignature": "ConnectDatacloudUserTypeEnum userType",
"datatype": {
"id": ".datatype.ConnectDatacloudUserTypeEnum",
"nodeType": "datatype",
"name": "ConnectDatacloudUserTypeEnum",
"startToken": {
"type": "datatype.custom.class",
"text": "ConnectDatacloudUserTypeEnum",
"textToLower": "connectdatacloudusertypeenum",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 35
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectDatacloudUserTypeEnum_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "ConnectDatacloudUserTypeEnum"
},
"parentName": "DatacloudOrderInput"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 3,
"queries": []
}