@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,424 lines • 44.3 kB
JSON
{
"id": "ConnectApi.chatter",
"nodeType": "class",
"name": "Chatter",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "Chatter",
"textToLower": "chatter",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_Chatter_-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 followers and subscriptions for records.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_Chatter_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"deletesubscription(string,string)": {
"id": "ConnectApi.chatter.method.deletesubscription(string,string)",
"nodeType": "method",
"name": "deleteSubscription",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deleteSubscription",
"textToLower": "deletesubscription",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deleteSubscription_-1:0"
},
"parentId": "ConnectApi.chatter",
"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 void deleteSubscription(String communityId, String subscriptionId)",
"overrideSignature": "public static override void deleteSubscription(String communityId, String subscriptionId)",
"simplifiedSignature": "deleteSubscription(String,String)",
"datatype": {
"id": "ConnectApi.chatter.deletesubscription.datatype.void",
"nodeType": "datatype",
"name": "void",
"startToken": {
"type": "datatype.primitive",
"text": "void",
"textToLower": "void",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_void_0:14"
},
"parentId": "ConnectApi.chatter.deletesubscription",
"order": 0,
"memberOrder": 0,
"type": "void"
},
"description": "Delete a subscription. Use this method to stop following a record, a user, or a file.",
"parentName": "Chatter",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatter.method.deletesubscription(string,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 45
},
"end": {
"line": 0,
"character": 56
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:45"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 45
},
"end": {
"line": 0,
"character": 56
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:45"
},
"parentId": "ConnectApi.chatter.method.deletesubscription(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatter.deletesubscription.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 38
},
"end": {
"line": 0,
"character": 44
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:38"
},
"parentId": "ConnectApi.chatter.deletesubscription",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"subscriptionid": {
"id": "ConnectApi.chatter.method.deletesubscription(string,string).varParam.subscriptionid",
"nodeType": "variable",
"name": "subscriptionId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "subscriptionId",
"textToLower": "subscriptionid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 65
},
"end": {
"line": 0,
"character": 79
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subscriptionId_0:65"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "subscriptionId",
"textToLower": "subscriptionid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 65
},
"end": {
"line": 0,
"character": 79
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subscriptionId_0:65"
},
"parentId": "ConnectApi.chatter.method.deletesubscription(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatter.deletesubscription.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 58
},
"end": {
"line": 0,
"character": 64
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:58"
},
"parentId": "ConnectApi.chatter.deletesubscription",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID for a subscription.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getfollowers(string,string)": {
"id": "ConnectApi.chatter.method.getfollowers(string,string)",
"nodeType": "method",
"name": "getFollowers",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getFollowers",
"textToLower": "getfollowers",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getFollowers_-1:0"
},
"parentId": "ConnectApi.chatter",
"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"
},
"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.FollowerPage getFollowers(String communityId, String recordId)",
"overrideSignature": "public static override ConnectApi.FollowerPage getFollowers(String communityId, String recordId)",
"simplifiedSignature": "getFollowers(String,String)",
"datatype": {
"id": "ConnectApi.chatter.getfollowers.datatype.ConnectApi.FollowerPage",
"nodeType": "datatype",
"name": "ConnectApi.FollowerPage",
"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.chatter.getfollowers",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.FollowerPage"
},
"description": "Get the first page of followers for a record.",
"parentName": "Chatter",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatter.method.getfollowers(string,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 58
},
"end": {
"line": 0,
"character": 69
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:58"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 58
},
"end": {
"line": 0,
"character": 69
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:58"
},
"parentId": "ConnectApi.chatter.method.getfollowers(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatter.getfollowers.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 51
},
"end": {
"line": 0,
"character": 57
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:51"
},
"parentId": "ConnectApi.chatter.getfollowers",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"recordid": {
"id": "ConnectApi.chatter.method.getfollowers(string,string).varParam.recordid",
"nodeType": "variable",
"name": "recordId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "recordId",
"textToLower": "recordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 78
},
"end": {
"line": 0,
"character": 86
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordId_0:78"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "recordId",
"textToLower": "recordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 78
},
"end": {
"line": 0,
"character": 86
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordId_0:78"
},
"parentId": "ConnectApi.chatter.method.getfollowers(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatter.getfollowers.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 71
},
"end": {
"line": 0,
"character": 77
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:71"
},
"parentId": "ConnectApi.chatter.getfollowers",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID for a record or the keyword me.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getfollowers(string,string,integer,integer)": {
"id": "ConnectApi.chatter.method.getfollowers(string,string,integer,integer)",
"nodeType": "method",
"name": "getFollowers",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getFollowers",
"textToLower": "getfollowers",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getFollowers_-1:0"
},
"parentId": "ConnectApi.chatter",
"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"
},
"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.FollowerPage getFollowers(String communityId, String recordId, Integer pageParam, Integer pageSize)",
"overrideSignature": "public static override ConnectApi.FollowerPage getFollowers(String communityId, String recordId, Integer pageParam, Integer pageSize)",
"simplifiedSignature": "getFollowers(String,String,Integer,Integer)",
"datatype": {
"id": "ConnectApi.chatter.getfollowers.datatype.ConnectApi.FollowerPage",
"nodeType": "datatype",
"name": "ConnectApi.FollowerPage",
"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.chatter.getfollowers",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.FollowerPage"
},
"description": "Get a page of followers for a record.",
"parentName": "Chatter",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatter.method.getfollowers(string,string,integer,integer).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 58
},
"end": {
"line": 0,
"character": 69
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:58"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 58
},
"end": {
"line": 0,
"character": 69
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:58"
},
"parentId": "ConnectApi.chatter.method.getfollowers(string,string,integer,integer)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatter.getfollowers.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 51
},
"end": {
"line": 0,
"character": 57
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:51"
},
"parentId": "ConnectApi.chatter.getfollowers",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"recordid": {
"id": "ConnectApi.chatter.method.getfollowers(string,string,integer,integer).varParam.recordid",
"nodeType": "variable",
"name": "recordId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "recordId",
"textToLower": "recordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 78
},
"end": {
"line": 0,
"character": 86
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordId_0:78"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "recordId",
"textToLower": "recordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 78
},
"end": {
"line": 0,
"character": 86
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordId_0:78"
},
"parentId": "ConnectApi.chatter.method.getfollowers(string,string,integer,integer)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatter.getfollowers.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 71
},
"end": {
"line": 0,
"character": 77
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:71"
},
"parentId": "ConnectApi.chatter.getfollowers",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"pageparam": {
"id": "ConnectApi.chatter.method.getfollowers(string,string,integer,integer).varParam.pageparam",
"nodeType": "variable",
"name": "pageParam",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 96
},
"end": {
"line": 0,
"character": 105
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:96"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 96
},
"end": {
"line": 0,
"character": 105
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:96"
},
"parentId": "ConnectApi.chatter.method.getfollowers(string,string,integer,integer)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.chatter.getfollowers.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 88
},
"end": {
"line": 0,
"character": 95
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:88"
},
"parentId": "ConnectApi.chatter.getfollowers",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"scope": null
},
"pagesize": {
"id": "ConnectApi.chatter.method.getfollowers(string,string,integer,integer).varParam.pagesize",
"nodeType": "variable",
"name": "pageSize",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 115
},
"end": {
"line": 0,
"character": 123
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:115"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 115
},
"end": {
"line": 0,
"character": 123
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:115"
},
"parentId": "ConnectApi.chatter.method.getfollowers(string,string,integer,integer)",
"order": 4,
"memberOrder": 4,
"datatype": {
"id": "ConnectApi.chatter.getfollowers.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 107
},
"end": {
"line": 0,
"character": 114
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:107"
},
"parentId": "ConnectApi.chatter.getfollowers",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Use either the ID for a community, internal, or null. The ID for a record or the keyword me. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getsubscription(string,string)": {
"id": "ConnectApi.chatter.method.getsubscription(string,string)",
"nodeType": "method",
"name": "getSubscription",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getSubscription",
"textToLower": "getsubscription",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getSubscription_-1:0"
},
"parentId": "ConnectApi.chatter",
"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"
},
"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.Subscription getSubscription(String communityId, String subscriptionId)",
"overrideSignature": "public static override ConnectApi.Subscription getSubscription(String communityId, String subscriptionId)",
"simplifiedSignature": "getSubscription(String,String)",
"datatype": {
"id": "ConnectApi.chatter.getsubscription.datatype.ConnectApi.Subscription",
"nodeType": "datatype",
"name": "ConnectApi.Subscription",
"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.chatter.getsubscription",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.Subscription"
},
"description": "Get information about a subscription.",
"parentName": "Chatter",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatter.method.getsubscription(string,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 72
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:61"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 72
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:61"
},
"parentId": "ConnectApi.chatter.method.getsubscription(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatter.getsubscription.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 54
},
"end": {
"line": 0,
"character": 60
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:54"
},
"parentId": "ConnectApi.chatter.getsubscription",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"subscriptionid": {
"id": "ConnectApi.chatter.method.getsubscription(string,string).varParam.subscriptionid",
"nodeType": "variable",
"name": "subscriptionId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "subscriptionId",
"textToLower": "subscriptionid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 81
},
"end": {
"line": 0,
"character": 95
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subscriptionId_0:81"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "subscriptionId",
"textToLower": "subscriptionid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 81
},
"end": {
"line": 0,
"character": 95
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subscriptionId_0:81"
},
"parentId": "ConnectApi.chatter.method.getsubscription(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatter.getsubscription.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 74
},
"end": {
"line": 0,
"character": 80
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:74"
},
"parentId": "ConnectApi.chatter.getsubscription",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID for a subscription.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"submitdigestjob(connectapi.digestperiod)": {
"id": "ConnectApi.chatter.method.submitdigestjob(connectapi.digestperiod)",
"nodeType": "method",
"name": "submitDigestJob",
"startToken": {
"type": "declaration.entity.name.function",
"text": "submitDigestJob",
"textToLower": "submitdigestjob",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_submitDigestJob_-1:0"
},
"parentId": "ConnectApi.chatter",
"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"
},
"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.DigestJobRepresentation submitDigestJob(ConnectApi.DigestPeriod period)",
"overrideSignature": "public static override ConnectApi.DigestJobRepresentation submitDigestJob(ConnectApi.DigestPeriod period)",
"simplifiedSignature": "submitDigestJob(ConnectApi.DigestPeriod)",
"datatype": {
"id": "ConnectApi.chatter.submitdigestjob.datatype.ConnectApi.DigestJobRepresentation",
"nodeType": "datatype",
"name": "ConnectApi.DigestJobRepresentation",
"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.chatter.submitdigestjob",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.DigestJobRepresentation"
},
"description": "Submit a daily or weekly Chatter email digest job.",
"parentName": "Chatter",
"variables": {},
"params": {
"period": {
"id": "ConnectApi.chatter.method.submitdigestjob(connectapi.digestperiod).varParam.period",
"nodeType": "variable",
"name": "period",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "period",
"textToLower": "period",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 89
},
"end": {
"line": 0,
"character": 95
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_period_0:89"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "period",
"textToLower": "period",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 89
},
"end": {
"line": 0,
"character": 95
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_period_0:89"
},
"parentId": "ConnectApi.chatter.method.submitdigestjob(connectapi.digestperiod)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatter.submitdigestjob.datatype.ConnectApi.DigestPeriod",
"nodeType": "datatype",
"name": "ConnectApi.DigestPeriod",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 65
},
"end": {
"line": 0,
"character": 75
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:65"
},
"parentId": "ConnectApi.chatter.submitdigestjob",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.DigestPeriod"
},
"description": "Period of time that is included in a Chatter email digest. Values are: DailyDigest—The email includes up to the 50 latest posts from the previous day. WeeklyDigest—The email includes up to the 50 latest posts from the previous week.",
"scope": null
}
},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 5,
"queries": []
}