{
  "id": "ConnectApi.externalemailservices",
  "nodeType": "class",
  "name": "ExternalEmailServices",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "ExternalEmailServices",
    "textToLower": "externalemailservices",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_ExternalEmailServices_-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": "Access information about integration with external email services, such as sending email within Salesforce through an external email account.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ExternalEmailService_static_methods.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getuseroauthinfo(string)": {
      "id": "ConnectApi.externalemailservices.method.getuseroauthinfo(string)",
      "nodeType": "method",
      "name": "getUserOauthInfo",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getUserOauthInfo",
        "textToLower": "getuseroauthinfo",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getUserOauthInfo_-1:0"
      },
      "parentId": "ConnectApi.externalemailservices",
      "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"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.UserOauthInfo getUserOauthInfo(String landingPage)",
      "overrideSignature": "public static override ConnectApi.UserOauthInfo getUserOauthInfo(String landingPage)",
      "simplifiedSignature": "getUserOauthInfo(String)",
      "datatype": {
        "id": "ConnectApi.externalemailservices.getuseroauthinfo.datatype.ConnectApi.UserOauthInfo",
        "nodeType": "datatype",
        "name": "ConnectApi.UserOauthInfo",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.externalemailservices.getuseroauthinfo",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.UserOauthInfo"
      },
      "description": "Extract the merge fields for a specific object.",
      "parentName": "ExternalEmailServices",
      "variables": {},
      "params": {
        "landingpage": {
          "id": "ConnectApi.externalemailservices.method.getuseroauthinfo(string).varParam.landingpage",
          "nodeType": "variable",
          "name": "landingPage",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "landingPage",
            "textToLower": "landingpage",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 63
              },
              "end": {
                "line": 0,
                "character": 74
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_landingPage_0:63"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "landingPage",
            "textToLower": "landingpage",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 63
              },
              "end": {
                "line": 0,
                "character": 74
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_landingPage_0:63"
          },
          "parentId": "ConnectApi.externalemailservices.method.getuseroauthinfo(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.externalemailservices.getuseroauthinfo.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 56
                },
                "end": {
                  "line": 0,
                  "character": 62
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:56"
            },
            "parentId": "ConnectApi.externalemailservices.getuseroauthinfo",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The landing page that the user starts on when they are finished with the OAuth authorization process.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 1,
  "queries": []
}