UNPKG

@aurahelper/languages

Version:

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

863 lines 23.5 kB
{ "id": "ConnectApi.​datacloudcontact", "nodeType": "class", "name": "​DatacloudContact", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "​DatacloudContact", "textToLower": "​datacloudcontact", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_​DatacloudContact_-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": "Information about a Data.com contact.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_datacloud_contact.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "address": { "id": "ConnectApi.​datacloudcontact.address", "nodeType": "variable", "name": "address", "startToken": { "type": "declaration.entity.name.variable", "text": "address", "textToLower": "address", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_address_-1:0" }, "order": 1, "memberOrder": 1, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public ConnectApi.Address address", "simplifiedSignature": "ConnectApi.Address address", "datatype": { "id": "ConnectApi.​datacloudcontact.address.connectapi.address", "nodeType": "datatype", "name": "ConnectApi.Address", "order": 0, "memberOrder": 0 }, "description": "The contact’s business address.", "parentName": "​DatacloudContact" }, "companyid": { "id": "ConnectApi.​datacloudcontact.companyid", "nodeType": "variable", "name": "companyId", "startToken": { "type": "declaration.entity.name.variable", "text": "companyId", "textToLower": "companyid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_companyId_-1:0" }, "order": 2, "memberOrder": 2, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public String companyId", "simplifiedSignature": "String companyId", "datatype": { "id": "ConnectApi.​datacloudcontact.companyid.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "A unique numerical identifier for the company where the contact works.", "parentName": "​DatacloudContact" }, "companyname": { "id": "ConnectApi.​datacloudcontact.companyname", "nodeType": "variable", "name": "companyName", "startToken": { "type": "declaration.entity.name.variable", "text": "companyName", "textToLower": "companyname", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_companyName_-1:0" }, "order": 3, "memberOrder": 3, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public String companyName", "simplifiedSignature": "String companyName", "datatype": { "id": "ConnectApi.​datacloudcontact.companyname.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "The company name where the contact works.", "parentName": "​DatacloudContact" }, "contactid": { "id": "ConnectApi.​datacloudcontact.contactid", "nodeType": "variable", "name": "contactId", "startToken": { "type": "declaration.entity.name.variable", "text": "contactId", "textToLower": "contactid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_contactId_-1:0" }, "order": 4, "memberOrder": 4, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public String contactId", "simplifiedSignature": "String contactId", "datatype": { "id": "ConnectApi.​datacloudcontact.contactid.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "A unique numerical identifier for the contact. This", "parentName": "​DatacloudContact" }, "department": { "id": "ConnectApi.​datacloudcontact.department", "nodeType": "variable", "name": "department", "startToken": { "type": "declaration.entity.name.variable", "text": "department", "textToLower": "department", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_department_-1:0" }, "order": 5, "memberOrder": 5, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public String department", "simplifiedSignature": "String department", "datatype": { "id": "ConnectApi.​datacloudcontact.department.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "", "parentName": "​DatacloudContact" }, "email": { "id": "ConnectApi.​datacloudcontact.email", "nodeType": "variable", "name": "email", "startToken": { "type": "declaration.entity.name.variable", "text": "email", "textToLower": "email", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_email_-1:0" }, "order": 6, "memberOrder": 6, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public String email", "simplifiedSignature": "String email", "datatype": { "id": "ConnectApi.​datacloudcontact.email.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "The most current business email address for the contact.", "parentName": "​DatacloudContact" }, "firstname": { "id": "ConnectApi.​datacloudcontact.firstname", "nodeType": "variable", "name": "firstName", "startToken": { "type": "declaration.entity.name.variable", "text": "firstName", "textToLower": "firstname", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_firstName_-1:0" }, "order": 7, "memberOrder": 7, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public String firstName", "simplifiedSignature": "String firstName", "datatype": { "id": "ConnectApi.​datacloudcontact.firstname.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "The first name of the contact.", "parentName": "​DatacloudContact" }, "isinactive": { "id": "ConnectApi.​datacloudcontact.isinactive", "nodeType": "variable", "name": "isInactive", "startToken": { "type": "declaration.entity.name.variable", "text": "isInactive", "textToLower": "isinactive", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_isInactive_-1:0" }, "order": 8, "memberOrder": 8, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public Boolean isInactive", "simplifiedSignature": "Boolean isInactive", "datatype": { "id": "ConnectApi.​datacloudcontact.isinactive.boolean", "nodeType": "datatype", "name": "Boolean", "order": 0, "memberOrder": 0 }, "description": "Whether this contact is active (true) or not (false). Inactive contacts", "parentName": "​DatacloudContact" }, "isowned": { "id": "ConnectApi.​datacloudcontact.isowned", "nodeType": "variable", "name": "isOwned", "startToken": { "type": "declaration.entity.name.variable", "text": "isOwned", "textToLower": "isowned", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_isOwned_-1:0" }, "order": 9, "memberOrder": 9, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public Boolean isOwned", "simplifiedSignature": "Boolean isOwned", "datatype": { "id": "ConnectApi.​datacloudcontact.isowned.boolean", "nodeType": "datatype", "name": "Boolean", "order": 0, "memberOrder": 0 }, "description": "Whether this contact is owned (true) or not (false).", "parentName": "​DatacloudContact" }, "lastname": { "id": "ConnectApi.​datacloudcontact.lastname", "nodeType": "variable", "name": "lastName", "startToken": { "type": "declaration.entity.name.variable", "text": "lastName", "textToLower": "lastname", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_lastName_-1:0" }, "order": 10, "memberOrder": 10, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public String lastName", "simplifiedSignature": "String lastName", "datatype": { "id": "ConnectApi.​datacloudcontact.lastname.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "The last name of the contact.", "parentName": "​DatacloudContact" }, "level": { "id": "ConnectApi.​datacloudcontact.level", "nodeType": "variable", "name": "level", "startToken": { "type": "declaration.entity.name.variable", "text": "level", "textToLower": "level", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_level_-1:0" }, "order": 11, "memberOrder": 11, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public String level", "simplifiedSignature": "String level", "datatype": { "id": "ConnectApi.​datacloudcontact.level.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "", "parentName": "​DatacloudContact" }, "phonenumbers": { "id": "ConnectApi.​datacloudcontact.phonenumbers", "nodeType": "variable", "name": "phoneNumbers", "startToken": { "type": "declaration.entity.name.variable", "text": "phoneNumbers", "textToLower": "phonenumbers", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_phoneNumbers_-1:0" }, "order": 12, "memberOrder": 12, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public ConnectApi.PhoneNumber phoneNumbers", "simplifiedSignature": "ConnectApi.PhoneNumber phoneNumbers", "datatype": { "id": "ConnectApi.​datacloudcontact.phonenumbers.connectapi.phonenumber", "nodeType": "datatype", "name": "ConnectApi.PhoneNumber", "order": 0, "memberOrder": 0 }, "description": "Telephone numbers for the contact, which can include direct-dial", "parentName": "​DatacloudContact" }, "title": { "id": "ConnectApi.​datacloudcontact.title", "nodeType": "variable", "name": "title", "startToken": { "type": "declaration.entity.name.variable", "text": "title", "textToLower": "title", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_title_-1:0" }, "order": 13, "memberOrder": 13, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public String title", "simplifiedSignature": "String title", "datatype": { "id": "ConnectApi.​datacloudcontact.title.string", "nodeType": "datatype", "name": "String", "order": 0, "memberOrder": 0 }, "description": "The title of the contact, such as CEO or Vice President.", "parentName": "​DatacloudContact" }, "updateddate": { "id": "ConnectApi.​datacloudcontact.updateddate", "nodeType": "variable", "name": "updatedDate", "startToken": { "type": "declaration.entity.name.variable", "text": "updatedDate", "textToLower": "updateddate", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_updatedDate_-1:0" }, "order": 14, "memberOrder": 14, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_public_-1:0" }, "signature": "public Datetime updatedDate", "simplifiedSignature": "Datetime updatedDate", "datatype": { "id": "ConnectApi.​datacloudcontact.updateddate.datetime", "nodeType": "datatype", "name": "Datetime", "order": 0, "memberOrder": 0 }, "description": "The date of the most recent change to this contact’s", "parentName": "​DatacloudContact" } }, "methods": {}, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 14, "queries": [] }