{
  "id": "ConnectApi.​contentcapability​input",
  "nodeType": "class",
  "name": "​ContentCapability​Input",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "​ContentCapability​Input",
    "textToLower": "​contentcapability​input",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_​ContentCapability​Input_-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": {
    "content​documentid": {
      "id": "ConnectApi.​contentcapability​input.content​documentid",
      "nodeType": "variable",
      "name": "content​DocumentId",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "content​DocumentId",
        "textToLower": "content​documentid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_content​DocumentId_-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 content​DocumentId",
      "simplifiedSignature": "String content​DocumentId",
      "datatype": {
        "id": "ConnectApi.​contentcapability​input.content​documentid.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "ID of the existing content.",
      "parentName": "​ContentCapability​Input"
    },
    "description": {
      "id": "ConnectApi.​contentcapability​input.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.​contentcapability​input.description.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Description of the file to be uploaded.",
      "parentName": "​ContentCapability​Input"
    },
    "sharingoption": {
      "id": "ConnectApi.​contentcapability​input.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.​FileSharing​Option sharingOption",
      "simplifiedSignature": "ConnectApi.​FileSharing​Option sharingOption",
      "datatype": {
        "id": "ConnectApi.​contentcapability​input.sharingoption.connectapi.​filesharing​option",
        "nodeType": "datatype",
        "name": "ConnectApi.​FileSharing​Option",
        "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": "​ContentCapability​Input"
    },
    "title": {
      "id": "ConnectApi.​contentcapability​input.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.​contentcapability​input.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": "​ContentCapability​Input"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "ConnectApi.FeedElement​CapabilityInput",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 4,
  "queries": []
}