{
  "id": "ConnectApi.​chatterlikes​capability",
  "nodeType": "class",
  "name": "​ChatterLikes​Capability",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "​ChatterLikes​Capability",
    "textToLower": "​chatterlikes​capability",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_​ChatterLikes​Capability_-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": "If a feed element has this capability, the context user can like it. Exposes information about existing likes.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_chatter_likes_capability.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {
    "islikedby": {
      "id": "ConnectApi.​chatterlikes​capability.method.boolean islikedby",
      "nodeType": "variable",
      "name": "isLikedBy",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "isLikedBy​CurrentUser",
        "textToLower": "islikedby​currentuser",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_isLikedBy​CurrentUser_-1:0"
      },
      "parentId": "ConnectApi.​chatterlikes​capability",
      "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 Boolean isLikedBy",
      "simplifiedSignature": "Boolean isLikedBy",
      "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": "​ChatterLikes​Capability"
    },
    "page": {
      "id": "ConnectApi.​chatterlikes​capability.method.chatterlikepage page",
      "nodeType": "variable",
      "name": "page",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "page",
        "textToLower": "page",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_page_-1:0"
      },
      "parentId": "ConnectApi.​chatterlikes​capability",
      "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 ChatterLikePage page",
      "simplifiedSignature": "ChatterLikePage page",
      "datatype": {
        "id": ".datatype.ChatterLikePage",
        "nodeType": "datatype",
        "name": "ChatterLikePage",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "ChatterLikePage",
          "textToLower": "chatterlikepage",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 19
            },
            "end": {
              "line": 0,
              "character": 34
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ChatterLikePage_0:19"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "ChatterLikePage"
      },
      "parentName": "​ChatterLikes​Capability"
    },
    "likesmessage": {
      "id": "ConnectApi.​chatterlikes​capability.method.messagebody likesmessage",
      "nodeType": "variable",
      "name": "likesMessage",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "likesMessage",
        "textToLower": "likesmessage",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_likesMessage_-1:0"
      },
      "parentId": "ConnectApi.​chatterlikes​capability",
      "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 MessageBody likesMessage",
      "simplifiedSignature": "MessageBody likesMessage",
      "datatype": {
        "id": ".datatype.MessageBody",
        "nodeType": "datatype",
        "name": "MessageBody",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "MessageBody",
          "textToLower": "messagebody",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 19
            },
            "end": {
              "line": 0,
              "character": 30
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_MessageBody_0:19"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "MessageBody"
      },
      "parentName": "​ChatterLikes​Capability"
    },
    "mylike": {
      "id": "ConnectApi.​chatterlikes​capability.method.reference mylike",
      "nodeType": "variable",
      "name": "myLike",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "myLike",
        "textToLower": "mylike",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_myLike_-1:0"
      },
      "parentId": "ConnectApi.​chatterlikes​capability",
      "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 Reference myLike",
      "simplifiedSignature": "Reference myLike",
      "datatype": {
        "id": ".datatype.Reference",
        "nodeType": "datatype",
        "name": "Reference",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "Reference",
          "textToLower": "reference",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 19
            },
            "end": {
              "line": 0,
              "character": 28
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Reference_0:19"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Reference"
      },
      "parentName": "​ChatterLikes​Capability"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "ConnectApi.​FeedElement​Capability",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 4,
  "queries": []
}