@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
303 lines • 8.73 kB
JSON
{
"id": "ConnectApi.contentcapabilityinput",
"nodeType": "class",
"name": "ContentCapabilityInput",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ContentCapabilityInput",
"textToLower": "contentcapabilityinput",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ContentCapabilityInput_-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": "Attach or update a file on a comment. Use this class to attach a new file or update a file that has already been uploaded to Salesforce.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_input_content_capability.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"contentdocumentid": {
"id": "ConnectApi.contentcapabilityinput.contentdocumentid",
"nodeType": "variable",
"name": "contentDocumentId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "contentDocumentId",
"textToLower": "contentdocumentid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_contentDocumentId_-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 String contentDocumentId",
"simplifiedSignature": "String contentDocumentId",
"datatype": {
"id": "ConnectApi.contentcapabilityinput.contentdocumentid.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "ID of the existing content.",
"parentName": "ContentCapabilityInput"
},
"description": {
"id": "ConnectApi.contentcapabilityinput.description",
"nodeType": "variable",
"name": "description",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "description",
"textToLower": "description",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_description_-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 description",
"simplifiedSignature": "String description",
"datatype": {
"id": "ConnectApi.contentcapabilityinput.description.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Description of the file to be uploaded.",
"parentName": "ContentCapabilityInput"
},
"sharingoption": {
"id": "ConnectApi.contentcapabilityinput.sharingoption",
"nodeType": "variable",
"name": "sharingOption",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "sharingOption",
"textToLower": "sharingoption",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_sharingOption_-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 ConnectApi.FileSharingOption sharingOption",
"simplifiedSignature": "ConnectApi.FileSharingOption sharingOption",
"datatype": {
"id": "ConnectApi.contentcapabilityinput.sharingoption.connectapi.filesharingoption",
"nodeType": "datatype",
"name": "ConnectApi.FileSharingOption",
"order": 0,
"memberOrder": 0
},
"description": "Sharing option of the file. Values are: Allowed—Resharing of the file is allowed. Restricted—Resharing of the file is restricted.",
"parentName": "ContentCapabilityInput"
},
"title": {
"id": "ConnectApi.contentcapabilityinput.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": 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 title",
"simplifiedSignature": "String title",
"datatype": {
"id": "ConnectApi.contentcapabilityinput.title.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Title of the file. This value is used as the file name for new content. For example, if the title is My Title, and the file is a .txt file, the file name is My Title.txt.",
"parentName": "ContentCapabilityInput"
}
},
"methods": {},
"constructors": {},
"extendsType": "ConnectApi.FeedElementCapabilityInput",
"implementTypes": [],
"implements": {},
"totalMembers": 4,
"queries": []
}