{
  "id": "ConnectApi.socialpostintents",
  "nodeType": "class",
  "name": "SocialPostIntents",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "SocialPostIntents",
    "textToLower": "socialpostintents",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_SocialPostIntents_-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": "Intents available for a social post.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_social_post_intents_output.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {
    "approvalintent": {
      "id": "ConnectApi.socialpostintents.method.approvalintent approvalintent",
      "nodeType": "variable",
      "name": "approvalIntent",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "approvalIntent",
        "textToLower": "approvalintent",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_approvalIntent_-1:0"
      },
      "parentId": "ConnectApi.socialpostintents",
      "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 ApprovalIntent approvalIntent",
      "simplifiedSignature": "ApprovalIntent approvalIntent",
      "datatype": {
        "id": ".datatype.ApprovalIntent",
        "nodeType": "datatype",
        "name": "ApprovalIntent",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "ApprovalIntent",
          "textToLower": "approvalintent",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 19
            },
            "end": {
              "line": 0,
              "character": 33
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ApprovalIntent_0:19"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "ApprovalIntent"
      },
      "parentName": "SocialPostIntents"
    },
    "deleteintent": {
      "id": "ConnectApi.socialpostintents.method.deleteintents deleteintent",
      "nodeType": "variable",
      "name": "deleteIntent",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "deleteIntent",
        "textToLower": "deleteintent",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_deleteIntent_-1:0"
      },
      "parentId": "ConnectApi.socialpostintents",
      "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 DeleteIntents deleteIntent",
      "simplifiedSignature": "DeleteIntents deleteIntent",
      "datatype": {
        "id": ".datatype.DeleteIntents",
        "nodeType": "datatype",
        "name": "DeleteIntents",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "DeleteIntents",
          "textToLower": "deleteintents",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 19
            },
            "end": {
              "line": 0,
              "character": 32
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_DeleteIntents_0:19"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "DeleteIntents"
      },
      "parentName": "SocialPostIntents"
    },
    "followintent": {
      "id": "ConnectApi.socialpostintents.method.followintents followintent",
      "nodeType": "variable",
      "name": "followIntent",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "followIntent",
        "textToLower": "followintent",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_followIntent_-1:0"
      },
      "parentId": "ConnectApi.socialpostintents",
      "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 FollowIntents followIntent",
      "simplifiedSignature": "FollowIntents followIntent",
      "datatype": {
        "id": ".datatype.FollowIntents",
        "nodeType": "datatype",
        "name": "FollowIntents",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "FollowIntents",
          "textToLower": "followintents",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 19
            },
            "end": {
              "line": 0,
              "character": 32
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_FollowIntents_0:19"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "FollowIntents"
      },
      "parentName": "SocialPostIntents"
    },
    "hideintent": {
      "id": "ConnectApi.socialpostintents.method.postintent hideintent",
      "nodeType": "variable",
      "name": "hideIntent",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "hideIntent",
        "textToLower": "hideintent",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_hideIntent_-1:0"
      },
      "parentId": "ConnectApi.socialpostintents",
      "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 PostIntent hideIntent",
      "simplifiedSignature": "PostIntent hideIntent",
      "datatype": {
        "id": ".datatype.PostIntent",
        "nodeType": "datatype",
        "name": "PostIntent",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "PostIntent",
          "textToLower": "postintent",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 30
            },
            "end": {
              "line": 0,
              "character": 40
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_PostIntent_0:30"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "PostIntent"
      },
      "parentName": "SocialPostIntents"
    },
    "likeintent": {
      "id": "ConnectApi.socialpostintents.method.likeintents likeintent",
      "nodeType": "variable",
      "name": "likeIntent",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "likeIntent",
        "textToLower": "likeintent",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_likeIntent_-1:0"
      },
      "parentId": "ConnectApi.socialpostintents",
      "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 LikeIntents likeIntent",
      "simplifiedSignature": "LikeIntents likeIntent",
      "datatype": {
        "id": ".datatype.LikeIntents",
        "nodeType": "datatype",
        "name": "LikeIntents",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "LikeIntents",
          "textToLower": "likeintents",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 19
            },
            "end": {
              "line": 0,
              "character": 30
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_LikeIntents_0:19"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "LikeIntents"
      },
      "parentName": "SocialPostIntents"
    },
    "replyintent": {
      "id": "ConnectApi.socialpostintents.method.replyintents replyintent",
      "nodeType": "variable",
      "name": "replyIntent",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "replyIntent",
        "textToLower": "replyintent",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_replyIntent_-1:0"
      },
      "parentId": "ConnectApi.socialpostintents",
      "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 ReplyIntents replyIntent",
      "simplifiedSignature": "ReplyIntents replyIntent",
      "datatype": {
        "id": ".datatype.ReplyIntents",
        "nodeType": "datatype",
        "name": "ReplyIntents",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "ReplyIntents",
          "textToLower": "replyintents",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 19
            },
            "end": {
              "line": 0,
              "character": 31
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ReplyIntents_0:19"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "ReplyIntents"
      },
      "parentName": "SocialPostIntents"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 6,
  "queries": []
}