{
  "id": "ConnectApi.actionlinkdefinition",
  "nodeType": "class",
  "name": "ActionLinkDefinition",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "ActionLinkDefinition",
    "textToLower": "actionlinkdefinition",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_ActionLinkDefinition_-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": "The definition of an action link.  Action link definition can be sensitive to a third party (for example, OAuth bearer token headers). For this reason, only calls made from the Apex namespace that created the action link definition can read, modify, or delete the definition. In addition, the user making the call must have created the definition or have View All Data permission.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_action_link_definition.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {
    "actionurl": {
      "id": "ConnectApi.actionlinkdefinition.method.string actionurl",
      "nodeType": "variable",
      "name": "actionUrl",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "actionUrl",
        "textToLower": "actionurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_actionUrl_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "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 actionUrl",
      "simplifiedSignature": "String actionUrl",
      "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": "ActionLinkDefinition"
    },
    "createddate": {
      "id": "ConnectApi.actionlinkdefinition.method.datetime createddate",
      "nodeType": "variable",
      "name": "createdDate",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "createdDate",
        "textToLower": "createddate",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_createdDate_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "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 Datetime createdDate",
      "simplifiedSignature": "Datetime createdDate",
      "datatype": {
        "id": ".datatype.Datetime",
        "nodeType": "datatype",
        "name": "Datetime",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Datetime",
          "textToLower": "datetime",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 15
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Datetime_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Datetime"
      },
      "parentName": "ActionLinkDefinition"
    },
    "excludeduserid": {
      "id": "ConnectApi.actionlinkdefinition.method.string excludeduserid",
      "nodeType": "variable",
      "name": "excludedUserId",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "excludedUserId",
        "textToLower": "excludeduserid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_excludedUserId_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "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 String excludedUserId",
      "simplifiedSignature": "String excludedUserId",
      "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": "ActionLinkDefinition"
    },
    "groupdefault": {
      "id": "ConnectApi.actionlinkdefinition.method.boolean groupdefault",
      "nodeType": "variable",
      "name": "groupDefault",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "groupDefault",
        "textToLower": "groupdefault",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_groupDefault_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "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 groupDefault",
      "simplifiedSignature": "Boolean groupDefault",
      "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": "ActionLinkDefinition"
    },
    "headers": {
      "id": "ConnectApi.actionlinkdefinition.method.connectapi. headers",
      "nodeType": "variable",
      "name": "headers",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "headers",
        "textToLower": "headers",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_headers_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 5,
      "memberOrder": 5,
      "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 ConnectApi. headers",
      "simplifiedSignature": "ConnectApi. headers",
      "datatype": {
        "id": ".datatype.ConnectApi.",
        "nodeType": "datatype",
        "name": "ConnectApi.",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 12
            },
            "end": {
              "line": 0,
              "character": 22
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:12"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi."
      },
      "parentName": "ActionLinkDefinition"
    },
    "id": {
      "id": "ConnectApi.actionlinkdefinition.method.string id",
      "nodeType": "variable",
      "name": "id",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "id",
        "textToLower": "id",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_id_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 6,
      "memberOrder": 6,
      "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 id",
      "simplifiedSignature": "String id",
      "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": "ActionLinkDefinition"
    },
    "label": {
      "id": "ConnectApi.actionlinkdefinition.method.string label",
      "nodeType": "variable",
      "name": "label",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "label",
        "textToLower": "label",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_label_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 7,
      "memberOrder": 7,
      "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 label",
      "simplifiedSignature": "String label",
      "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": "ActionLinkDefinition"
    },
    "labelkey": {
      "id": "ConnectApi.actionlinkdefinition.method.string labelkey",
      "nodeType": "variable",
      "name": "labelKey",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "labelKey",
        "textToLower": "labelkey",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_labelKey_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 8,
      "memberOrder": 8,
      "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 labelKey",
      "simplifiedSignature": "String labelKey",
      "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": "ActionLinkDefinition"
    },
    "method": {
      "id": "ConnectApi.actionlinkdefinition.method.httprequestmethod method",
      "nodeType": "variable",
      "name": "method",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "method",
        "textToLower": "method",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_method_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 9,
      "memberOrder": 9,
      "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 HttpRequestMethod method",
      "simplifiedSignature": "HttpRequestMethod method",
      "datatype": {
        "id": ".datatype.HttpRequestMethod",
        "nodeType": "datatype",
        "name": "HttpRequestMethod",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "HttpRequestMethod",
          "textToLower": "httprequestmethod",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 19
            },
            "end": {
              "line": 0,
              "character": 36
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_HttpRequestMethod_0:19"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "HttpRequestMethod"
      },
      "parentName": "ActionLinkDefinition"
    },
    "modifieddate": {
      "id": "ConnectApi.actionlinkdefinition.method.datetime modifieddate",
      "nodeType": "variable",
      "name": "modifiedDate",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "modifiedDate",
        "textToLower": "modifieddate",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_modifiedDate_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 10,
      "memberOrder": 10,
      "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 Datetime modifiedDate",
      "simplifiedSignature": "Datetime modifiedDate",
      "datatype": {
        "id": ".datatype.Datetime",
        "nodeType": "datatype",
        "name": "Datetime",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Datetime",
          "textToLower": "datetime",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 15
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Datetime_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Datetime"
      },
      "parentName": "ActionLinkDefinition"
    },
    "requestbody": {
      "id": "ConnectApi.actionlinkdefinition.method.string requestbody",
      "nodeType": "variable",
      "name": "requestBody",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "requestBody",
        "textToLower": "requestbody",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_requestBody_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 11,
      "memberOrder": 11,
      "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 requestBody",
      "simplifiedSignature": "String requestBody",
      "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": "ActionLinkDefinition"
    },
    "requires": {
      "id": "ConnectApi.actionlinkdefinition.method.boolean requires",
      "nodeType": "variable",
      "name": "requires",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "requires​Confirmation",
        "textToLower": "requires​confirmation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_requires​Confirmation_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 12,
      "memberOrder": 12,
      "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 requires",
      "simplifiedSignature": "Boolean requires",
      "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": "ActionLinkDefinition"
    },
    "templateid": {
      "id": "ConnectApi.actionlinkdefinition.method.string templateid",
      "nodeType": "variable",
      "name": "templateId",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "templateId",
        "textToLower": "templateid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_templateId_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 13,
      "memberOrder": 13,
      "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 templateId",
      "simplifiedSignature": "String templateId",
      "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": "ActionLinkDefinition"
    },
    "type": {
      "id": "ConnectApi.actionlinkdefinition.method.type type",
      "nodeType": "variable",
      "name": "type",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "type",
        "textToLower": "type",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_type_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 14,
      "memberOrder": 14,
      "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 type type",
      "simplifiedSignature": "type type",
      "datatype": {
        "id": ".datatype.type",
        "nodeType": "datatype",
        "name": "type",
        "startToken": {
          "type": "datatype.support.class",
          "text": "type",
          "textToLower": "type",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 34
            },
            "end": {
              "line": 0,
              "character": 38
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_type_0:34"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "type"
      },
      "parentName": "ActionLinkDefinition"
    },
    "userid": {
      "id": "ConnectApi.actionlinkdefinition.method.string userid",
      "nodeType": "variable",
      "name": "userId",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "userId",
        "textToLower": "userid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_userId_-1:0"
      },
      "parentId": "ConnectApi.actionlinkdefinition",
      "order": 15,
      "memberOrder": 15,
      "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 userId",
      "simplifiedSignature": "String userId",
      "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": "ActionLinkDefinition"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 15,
  "queries": []
}