{
  "id": "QuickAction.quickactionresult",
  "nodeType": "class",
  "name": "QuickActionResult",
  "namespace": "QuickAction",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "QuickActionResult",
    "textToLower": "quickactionresult",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_QuickActionResult_-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": "After you initiate a quick action with the QuickAction class, use the QuickActionResult class for processing action results.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_quickaction_quickactionresult.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "geterrors()": {
      "id": "QuickAction.quickactionresult.method.geterrors()",
      "nodeType": "method",
      "name": "getErrors",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getErrors",
        "textToLower": "geterrors",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getErrors_-1:0"
      },
      "parentId": "QuickAction.quickactionresult",
      "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 List<Database.Error> getErrors()",
      "overrideSignature": "public override List<Database.Error> getErrors()",
      "simplifiedSignature": "getErrors()",
      "datatype": {
        "id": "QuickAction.quickactionresult.geterrors.datatype.List<Database.Error>",
        "nodeType": "datatype",
        "name": "List<Database.Error>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "QuickAction.quickactionresult.geterrors",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "QuickAction.quickactionresult.geterrors.datatype.List<Database.Error>.value.Database.Error",
          "nodeType": "datatype",
          "name": "Database.Error",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Database",
            "textToLower": "database",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 20
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Database_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Database.Error"
        }
      },
      "description": "If an error occurs, an array of one or more database error objects, along with error codes and descriptions, is returned.",
      "parentName": "QuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getids()": {
      "id": "QuickAction.quickactionresult.method.getids()",
      "nodeType": "method",
      "name": "getIds",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getIds",
        "textToLower": "getids",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getIds_-1:0"
      },
      "parentId": "QuickAction.quickactionresult",
      "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 List<Id> getIds()",
      "overrideSignature": "public override List<Id> getIds()",
      "simplifiedSignature": "getIds()",
      "datatype": {
        "id": "QuickAction.quickactionresult.getids.datatype.List<Id>",
        "nodeType": "datatype",
        "name": "List<Id>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "QuickAction.quickactionresult.getids",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "QuickAction.quickactionresult.getids.datatype.List<Id>.value.Id",
          "nodeType": "datatype",
          "name": "Id",
          "startToken": {
            "type": "datatype.primitive",
            "text": "Id",
            "textToLower": "id",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 14
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Id_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Id"
        }
      },
      "description": "The IDs of the QuickActions being processed.",
      "parentName": "QuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getsuccessmessage()": {
      "id": "QuickAction.quickactionresult.method.getsuccessmessage()",
      "nodeType": "method",
      "name": "getSuccessMessage",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getSuccessMessage",
        "textToLower": "getsuccessmessage",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getSuccessMessage_-1:0"
      },
      "parentId": "QuickAction.quickactionresult",
      "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 getSuccessMessage()",
      "overrideSignature": "public override String getSuccessMessage()",
      "simplifiedSignature": "getSuccessMessage()",
      "datatype": {
        "id": "QuickAction.quickactionresult.getsuccessmessage.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": "QuickAction.quickactionresult.getsuccessmessage",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the success message associated with the quick action.",
      "parentName": "QuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "iscreated()": {
      "id": "QuickAction.quickactionresult.method.iscreated()",
      "nodeType": "method",
      "name": "isCreated",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "isCreated",
        "textToLower": "iscreated",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_isCreated_-1:0"
      },
      "parentId": "QuickAction.quickactionresult",
      "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 isCreated()",
      "overrideSignature": "public override Boolean isCreated()",
      "simplifiedSignature": "isCreated()",
      "datatype": {
        "id": "QuickAction.quickactionresult.iscreated.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": "QuickAction.quickactionresult.iscreated",
        "order": 0,
        "memberOrder": 0,
        "type": "Boolean"
      },
      "description": "Returns true if the action is created; otherwise, false.",
      "parentName": "QuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "issuccess()": {
      "id": "QuickAction.quickactionresult.method.issuccess()",
      "nodeType": "method",
      "name": "isSuccess",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "isSuccess",
        "textToLower": "issuccess",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_isSuccess_-1:0"
      },
      "parentId": "QuickAction.quickactionresult",
      "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 Boolean isSuccess()",
      "overrideSignature": "public override Boolean isSuccess()",
      "simplifiedSignature": "isSuccess()",
      "datatype": {
        "id": "QuickAction.quickactionresult.issuccess.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": "QuickAction.quickactionresult.issuccess",
        "order": 0,
        "memberOrder": 0,
        "type": "Boolean"
      },
      "description": "Returns true if the action completes successfully; otherwise, false.",
      "parentName": "QuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 5,
  "queries": []
}