Guest User

Untitled

a guest
Feb 18th, 2015
939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "Apex": {
  3.         "EmptyStackException": [
  4.             "getTypeName() : String"
  5.         ],
  6.         "Stack": [
  7.             "empty() : Boolean",
  8.             "peek() : String",
  9.             "pop() : String",
  10.             "push(String item) : void"
  11.         ]
  12.     },
  13.     "ApexPages": {
  14.         "Action": [
  15.             "getExpression() : String",
  16.             "invoke() : System.PageReference"
  17.         ],
  18.         "Component": [
  19.             "getComponentById(String id) : ApexPages.Component"
  20.         ],
  21.         "ComponentIteration": [
  22.             "getComponentById(String id) : ApexPages.Component"
  23.         ],
  24.         "IdeaStandardController": [
  25.             "addFields(List fieldNames) : void",
  26.             "cancel() : System.PageReference",
  27.             "delete() : System.PageReference",
  28.             "edit() : System.PageReference",
  29.             "getCommentList() : List",
  30.             "getId() : String",
  31.             "getRecord() : SObject",
  32.             "getSubject() : SObject",
  33.             "reset() : void",
  34.             "save() : System.PageReference",
  35.             "view() : System.PageReference"
  36.         ],
  37.         "IdeaStandardSetController": [
  38.             "addFields(List fieldNames) : void",
  39.             "cancel() : System.PageReference",
  40.             "first() : void",
  41.             "getCompleteResult() : Boolean",
  42.             "getFilterId() : String",
  43.             "getHasNext() : Boolean",
  44.             "getHasPrevious() : Boolean",
  45.             "getIdeaList() : List",
  46.             "getListViewOptions() : List",
  47.             "getPageNumber() : Integer",
  48.             "getPageSize() : Integer",
  49.             "getRecord() : SObject",
  50.             "getRecords() : List",
  51.             "getResultSize() : Integer",
  52.             "getSelected() : List",
  53.             "last() : void",
  54.             "next() : void",
  55.             "previous() : void",
  56.             "reset() : void",
  57.             "save() : System.PageReference",
  58.             "setFilterId(String filterId) : void",
  59.             "setPageNumber(Integer pageNumber) : void",
  60.             "setPageSize(Integer pageSize) : void",
  61.             "setSelected(List selected) : void"
  62.         ],
  63.         "KnowledgeArticleVersionStandardController": [
  64.             "addFields(List fieldNames) : void",
  65.             "cancel() : System.PageReference",
  66.             "delete() : System.PageReference",
  67.             "edit() : System.PageReference",
  68.             "getId() : String",
  69.             "getRecord() : SObject",
  70.             "getSourceId() : String",
  71.             "getSubject() : SObject",
  72.             "reset() : void",
  73.             "save() : System.PageReference",
  74.             "selectDataCategory(String categoryGroup, String category) : void",
  75.             "view() : System.PageReference"
  76.         ],
  77.         "Message": [
  78.             "getComponentLabel() : String",
  79.             "getDetail() : String",
  80.             "getSeverity() : ApexPages.Severity",
  81.             "getSummary() : String"
  82.         ],
  83.         "Severity": [
  84.             "equals(Object obj) : Boolean",
  85.             "hashCode() : Integer",
  86.             "values() : List"
  87.         ],
  88.         "StandardController": [
  89.             "addFields(List fieldNames) : void",
  90.             "cancel() : System.PageReference",
  91.             "delete() : System.PageReference",
  92.             "edit() : System.PageReference",
  93.             "getId() : String",
  94.             "getRecord() : SObject",
  95.             "getSubject() : SObject",
  96.             "reset() : void",
  97.             "save() : System.PageReference",
  98.             "view() : System.PageReference"
  99.         ],
  100.         "StandardSetController": [
  101.             "addFields(List fieldNames) : void",
  102.             "cancel() : System.PageReference",
  103.             "first() : void",
  104.             "getCompleteResult() : Boolean",
  105.             "getFilterId() : String",
  106.             "getHasNext() : Boolean",
  107.             "getHasPrevious() : Boolean",
  108.             "getListViewOptions() : List",
  109.             "getPageNumber() : Integer",
  110.             "getPageSize() : Integer",
  111.             "getRecord() : SObject",
  112.             "getRecords() : List",
  113.             "getResultSize() : Integer",
  114.             "getSelected() : List",
  115.             "last() : void",
  116.             "next() : void",
  117.             "previous() : void",
  118.             "reset() : void",
  119.             "save() : System.PageReference",
  120.             "setFilterId(String filterId) : void",
  121.             "setPageNumber(Integer pageNumber) : void",
  122.             "setPageSize(Integer pageSize) : void",
  123.             "setSelected(List selected) : void"
  124.         ]
  125.     },
  126.     "Approval": {
  127.         "ProcessRequest": [
  128.             "getComments() : String",
  129.             "getNextApproverIds() : List",
  130.             "setComments(String param1) : void",
  131.             "setNextApproverIds(List param1) : void"
  132.         ],
  133.         "ProcessResult": [
  134.             "getActorIds() : List",
  135.             "getEntityId() : String",
  136.             "getErrors() : List",
  137.             "getInstanceId() : String",
  138.             "getInstanceStatus() : String",
  139.             "getNewWorkitemIds() : List",
  140.             "isSuccess() : Boolean"
  141.         ],
  142.         "ProcessSubmitRequest": [
  143.             "getComments() : String",
  144.             "getNextApproverIds() : List",
  145.             "getObjectId() : String",
  146.             "getProcessDefinitionNameOrId() : String",
  147.             "getSkipEntryCriteria() : Boolean",
  148.             "getSubmitterId() : String",
  149.             "setComments(String param1) : void",
  150.             "setNextApproverIds(List param1) : void",
  151.             "setObjectId(String param1) : void",
  152.             "setProcessDefinitionNameOrId(String param1) : void",
  153.             "setSkipEntryCriteria(Boolean param1) : void",
  154.             "setSubmitterId(String param1) : void"
  155.         ],
  156.         "ProcessWorkitemRequest": [
  157.             "getAction() : String",
  158.             "getComments() : String",
  159.             "getNextApproverIds() : List",
  160.             "getWorkitemId() : String",
  161.             "setAction(String param1) : void",
  162.             "setComments(String param1) : void",
  163.             "setNextApproverIds(List param1) : void",
  164.             "setWorkitemId(String param1) : void"
  165.         ]
  166.     },
  167.     "Canvas": {
  168.         "ApplicationContext": [
  169.             "getCanvasUrl() : String",
  170.             "getDeveloperName() : String",
  171.             "getName() : String",
  172.             "getNamespace() : String",
  173.             "getVersion() : String",
  174.             "setCanvasUrlPath(String param1) : void"
  175.         ],
  176.         "CanvasLifecycleHandler": [
  177.             "excludeContextTypes() : Set",
  178.             "onRender(Canvas.RenderContext param1) : void"
  179.         ],
  180.         "CanvasRenderException": [
  181.             "getTypeName() : String"
  182.         ],
  183.         "ContextTypeEnum": [
  184.             "equals(Object obj) : Boolean",
  185.             "hashCode() : Integer",
  186.             "values() : List"
  187.         ],
  188.         "EnvironmentContext": [
  189.             "addEntityField(String param1) : void",
  190.             "addEntityFields(Set param1) : void",
  191.             "getDisplayLocation() : String",
  192.             "getEntityFields() : List",
  193.             "getLocationUrl() : String",
  194.             "getParametersAsJSON() : String",
  195.             "getSublocation() : String",
  196.             "setParametersAsJSON(String param1) : void"
  197.         ],
  198.         "RenderContext": [
  199.             "getApplicationContext() : Canvas.ApplicationContext",
  200.             "getEnvironmentContext() : Canvas.EnvironmentContext"
  201.         ],
  202.         "Test": [
  203.             "mockRenderContext(Map appContextTestValues, Map envContextTestValues) : Canvas.RenderContext",
  204.             "testCanvasLifecycle(Canvas.CanvasLifecycleHandler handler, Canvas.RenderContext mockRenderContext) : void"
  205.         ]
  206.     },
  207.     "ChatterAnswers": {
  208.         "AccountCreator": [
  209.             "createAccount(String param1, String param2, Id param3) : String"
  210.         ]
  211.     },
  212.     "ConnectApi": {
  213.         "AbstractMessageBody": [
  214.             "equals(Object obj) : Boolean",
  215.             "getBuildVersion() : Double",
  216.             "hashCode() : Integer",
  217.             "toString() : String"
  218.         ],
  219.         "AbstractRecommendation": [
  220.             "equals(Object obj) : Boolean",
  221.             "getBuildVersion() : Double",
  222.             "hashCode() : Integer",
  223.             "toString() : String"
  224.         ],
  225.         "AbstractRecommendationExplanation": [
  226.             "equals(Object obj) : Boolean",
  227.             "getBuildVersion() : Double",
  228.             "hashCode() : Integer",
  229.             "toString() : String"
  230.         ],
  231.         "AbstractRecordField": [
  232.             "equals(Object obj) : Boolean",
  233.             "getBuildVersion() : Double",
  234.             "hashCode() : Integer",
  235.             "toString() : String"
  236.         ],
  237.         "AbstractRecordView": [
  238.             "equals(Object obj) : Boolean",
  239.             "getBuildVersion() : Double",
  240.             "hashCode() : Integer",
  241.             "toString() : String"
  242.         ],
  243.         "ActionLinkDefinition": [
  244.             "equals(Object obj) : Boolean",
  245.             "getBuildVersion() : Double",
  246.             "hashCode() : Integer",
  247.             "toString() : String"
  248.         ],
  249.         "ActionLinkDefinitionInput": [
  250.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  251.             "equals(Object obj) : Boolean",
  252.             "hashCode() : Integer",
  253.             "toString() : String"
  254.         ],
  255.         "ActionLinkDiagnosticInfo": [
  256.             "equals(Object obj) : Boolean",
  257.             "getBuildVersion() : Double",
  258.             "hashCode() : Integer",
  259.             "toString() : String"
  260.         ],
  261.         "ActionLinkExecutionsAllowed": [
  262.             "equals(Object obj) : Boolean",
  263.             "hashCode() : Integer",
  264.             "values() : List"
  265.         ],
  266.         "ActionLinkGroupDefinition": [
  267.             "equals(Object obj) : Boolean",
  268.             "getBuildVersion() : Double",
  269.             "hashCode() : Integer",
  270.             "toString() : String"
  271.         ],
  272.         "ActionLinkGroupDefinitionInput": [
  273.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  274.             "equals(Object obj) : Boolean",
  275.             "hashCode() : Integer",
  276.             "toString() : String"
  277.         ],
  278.         "ActionLinkTemplateBindingInput": [
  279.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  280.             "equals(Object obj) : Boolean",
  281.             "hashCode() : Integer",
  282.             "toString() : String"
  283.         ],
  284.         "ActionLinkType": [
  285.             "equals(Object obj) : Boolean",
  286.             "hashCode() : Integer",
  287.             "values() : List"
  288.         ],
  289.         "ActionLinks": [
  290.             "createActionLinkGroupDefinition(String communityId, ConnectApi.ActionLinkGroupDefinitionInput actionLinkGroup) : ConnectApi.ActionLinkGroupDefinition",
  291.             "deleteActionLinkGroupDefinition(String communityId, String actionLinkGroupId) : void",
  292.             "getActionLink(String communityId, String actionLinkId) : ConnectApi.PlatformAction",
  293.             "getActionLinkDiagnosticInfo(String communityId, String actionLinkId) : ConnectApi.ActionLinkDiagnosticInfo",
  294.             "getActionLinkGroup(String communityId, String actionLinkGroupId) : ConnectApi.PlatformActionGroup",
  295.             "getActionLinkGroupDefinition(String communityId, String actionLinkGroupId) : ConnectApi.ActionLinkGroupDefinition"
  296.         ],
  297.         "Actor": [
  298.             "equals(Object obj) : Boolean",
  299.             "getBuildVersion() : Double",
  300.             "hashCode() : Integer",
  301.             "toString() : String"
  302.         ],
  303.         "ActorWithId": [
  304.             "equals(Object obj) : Boolean",
  305.             "getBuildVersion() : Double",
  306.             "hashCode() : Integer",
  307.             "toString() : String"
  308.         ],
  309.         "Address": [
  310.             "equals(Object obj) : Boolean",
  311.             "getBuildVersion() : Double",
  312.             "hashCode() : Integer",
  313.             "toString() : String"
  314.         ],
  315.         "Announcement": [
  316.             "equals(Object obj) : Boolean",
  317.             "getBuildVersion() : Double",
  318.             "hashCode() : Integer",
  319.             "toString() : String"
  320.         ],
  321.         "AnnouncementInput": [
  322.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  323.             "equals(Object obj) : Boolean",
  324.             "hashCode() : Integer",
  325.             "toString() : String"
  326.         ],
  327.         "AnnouncementPage": [
  328.             "equals(Object obj) : Boolean",
  329.             "getBuildVersion() : Double",
  330.             "hashCode() : Integer",
  331.             "toString() : String"
  332.         ],
  333.         "Announcements": [
  334.             "deleteAnnouncement(String communityId, String announcementId) : void",
  335.             "getAnnouncement(String communityId, String announcementId) : ConnectApi.Announcement",
  336.             "updateAnnouncement(String communityId, String announcementId, Datetime expirationDate) : ConnectApi.Announcement"
  337.         ],
  338.         "ApprovalAttachment": [
  339.             "equals(Object obj) : Boolean",
  340.             "getBuildVersion() : Double",
  341.             "hashCode() : Integer",
  342.             "toString() : String"
  343.         ],
  344.         "ApprovalCapability": [
  345.             "equals(Object obj) : Boolean",
  346.             "getBuildVersion() : Double",
  347.             "hashCode() : Integer",
  348.             "toString() : String"
  349.         ],
  350.         "ApprovalPostTemplateField": [
  351.             "equals(Object obj) : Boolean",
  352.             "getBuildVersion() : Double",
  353.             "hashCode() : Integer",
  354.             "toString() : String"
  355.         ],
  356.         "ArticleItem": [
  357.             "equals(Object obj) : Boolean",
  358.             "getBuildVersion() : Double",
  359.             "hashCode() : Integer",
  360.             "toString() : String"
  361.         ],
  362.         "AssociatedActionsCapability": [
  363.             "equals(Object obj) : Boolean",
  364.             "getBuildVersion() : Double",
  365.             "hashCode() : Integer",
  366.             "toString() : String"
  367.         ],
  368.         "AssociatedActionsCapabilityInput": [
  369.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  370.             "equals(Object obj) : Boolean",
  371.             "hashCode() : Integer",
  372.             "toString() : String"
  373.         ],
  374.         "BannerCapability": [
  375.             "equals(Object obj) : Boolean",
  376.             "getBuildVersion() : Double",
  377.             "hashCode() : Integer",
  378.             "toString() : String"
  379.         ],
  380.         "BannerStyle": [
  381.             "equals(Object obj) : Boolean",
  382.             "hashCode() : Integer",
  383.             "values() : List"
  384.         ],
  385.         "BasicTemplateAttachment": [
  386.             "equals(Object obj) : Boolean",
  387.             "getBuildVersion() : Double",
  388.             "hashCode() : Integer",
  389.             "toString() : String"
  390.         ],
  391.         "BatchInput": [
  392.             "getBinaries() : List",
  393.             "getInput() : Object",
  394.             "toString() : String"
  395.         ],
  396.         "BatchResult": [
  397.             "getError() : Exception",
  398.             "getErrorMessage() : String",
  399.             "getErrorTypeName() : String",
  400.             "getResult() : Object",
  401.             "isSuccess() : Boolean",
  402.             "toString() : String"
  403.         ],
  404.         "BinaryInput": [
  405.             "getBlobValue() : Blob",
  406.             "getContentType() : String",
  407.             "getFilename() : String",
  408.             "toString() : String"
  409.         ],
  410.         "BlankRecordField": [
  411.             "equals(Object obj) : Boolean",
  412.             "getBuildVersion() : Double",
  413.             "hashCode() : Integer",
  414.             "toString() : String"
  415.         ],
  416.         "BookmarksCapability": [
  417.             "equals(Object obj) : Boolean",
  418.             "getBuildVersion() : Double",
  419.             "hashCode() : Integer",
  420.             "toString() : String"
  421.         ],
  422.         "BookmarksCapabilityInput": [
  423.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  424.             "equals(Object obj) : Boolean",
  425.             "hashCode() : Integer",
  426.             "toString() : String"
  427.         ],
  428.         "BundleCapability": [
  429.             "equals(Object obj) : Boolean",
  430.             "getBuildVersion() : Double",
  431.             "hashCode() : Integer",
  432.             "toString() : String"
  433.         ],
  434.         "BundleType": [
  435.             "equals(Object obj) : Boolean",
  436.             "hashCode() : Integer",
  437.             "values() : List"
  438.         ],
  439.         "CanvasAttachmentInput": [
  440.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  441.             "equals(Object obj) : Boolean",
  442.             "hashCode() : Integer",
  443.             "toString() : String"
  444.         ],
  445.         "CanvasCapability": [
  446.             "equals(Object obj) : Boolean",
  447.             "getBuildVersion() : Double",
  448.             "hashCode() : Integer",
  449.             "toString() : String"
  450.         ],
  451.         "CanvasCapabilityInput": [
  452.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  453.             "equals(Object obj) : Boolean",
  454.             "hashCode() : Integer",
  455.             "toString() : String"
  456.         ],
  457.         "CanvasTemplateAttachment": [
  458.             "equals(Object obj) : Boolean",
  459.             "getBuildVersion() : Double",
  460.             "hashCode() : Integer",
  461.             "toString() : String"
  462.         ],
  463.         "CaseActorType": [
  464.             "equals(Object obj) : Boolean",
  465.             "hashCode() : Integer",
  466.             "values() : List"
  467.         ],
  468.         "CaseComment": [
  469.             "equals(Object obj) : Boolean",
  470.             "getBuildVersion() : Double",
  471.             "hashCode() : Integer",
  472.             "toString() : String"
  473.         ],
  474.         "CaseCommentCapability": [
  475.             "equals(Object obj) : Boolean",
  476.             "getBuildVersion() : Double",
  477.             "hashCode() : Integer",
  478.             "toString() : String"
  479.         ],
  480.         "CaseCommentEventType": [
  481.             "equals(Object obj) : Boolean",
  482.             "hashCode() : Integer",
  483.             "values() : List"
  484.         ],
  485.         "Chatter": [
  486.             "deleteSubscription(String communityId, String subscriptionId) : void",
  487.             "getFollowers(String communityId, String recordId) : ConnectApi.FollowerPage",
  488.             "getFollowers(String communityId, String recordId, Integer pageParam, Integer pageSize) : ConnectApi.FollowerPage",
  489.             "getSubscription(String communityId, String subscriptionId) : ConnectApi.Subscription"
  490.         ],
  491.         "ChatterActivity": [
  492.             "equals(Object obj) : Boolean",
  493.             "getBuildVersion() : Double",
  494.             "hashCode() : Integer",
  495.             "toString() : String"
  496.         ],
  497.         "ChatterConversation": [
  498.             "equals(Object obj) : Boolean",
  499.             "getBuildVersion() : Double",
  500.             "hashCode() : Integer",
  501.             "toString() : String"
  502.         ],
  503.         "ChatterConversationPage": [
  504.             "equals(Object obj) : Boolean",
  505.             "getBuildVersion() : Double",
  506.             "hashCode() : Integer",
  507.             "toString() : String"
  508.         ],
  509.         "ChatterConversationSummary": [
  510.             "equals(Object obj) : Boolean",
  511.             "getBuildVersion() : Double",
  512.             "hashCode() : Integer",
  513.             "toString() : String"
  514.         ],
  515.         "ChatterFavorites": [
  516.             "addFavorite(String communityId, String subjectId, String searchText) : ConnectApi.FeedFavorite",
  517.             "addRecordFavorite(String communityId, String subjectId, String targetId) : ConnectApi.FeedFavorite",
  518.             "deleteFavorite(String communityId, String subjectId, String favoriteId) : void",
  519.             "getFavorite(String communityId, String subjectId, String favoriteId) : ConnectApi.FeedFavorite",
  520.             "getFavorites(String communityId, String subjectId) : ConnectApi.FeedFavorites",
  521.             "getFeedElements(String communityId, String subjectId, String favoriteId) : ConnectApi.FeedElementPage",
  522.             "getFeedElements(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, Integer elementsPerBundle, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  523.             "getFeedElements(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  524.             "getFeedItems(String communityId, String subjectId, String favoriteId) : ConnectApi.FeedItemPage",
  525.             "getFeedItems(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  526.             "getFeedItems(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  527.             "setTestGetFeedElements(String communityId, String subjectId, String favoriteId, ConnectApi.FeedElementPage result) : void",
  528.             "setTestGetFeedElements(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, Integer elementsPerBundle, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  529.             "setTestGetFeedElements(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  530.             "setTestGetFeedItems(String communityId, String subjectId, String favoriteId, ConnectApi.FeedItemPage result) : void",
  531.             "setTestGetFeedItems(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  532.             "setTestGetFeedItems(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  533.             "updateFavorite(String communityId, String subjectId, String favoriteId, Boolean updateLastViewDate) : ConnectApi.FeedFavorite"
  534.         ],
  535.         "ChatterFeeds": [
  536.             "deleteComment(String communityId, String commentId) : void",
  537.             "deleteFeedElement(String communityId, String feedElementId) : void",
  538.             "deleteFeedItem(String communityId, String feedItemId) : void",
  539.             "deleteLike(String communityId, String likeId) : void",
  540.             "getComment(String communityId, String commentId) : ConnectApi.Comment",
  541.             "getCommentsForFeedElement(String communityId, String feedElementId) : ConnectApi.CommentPage",
  542.             "getCommentsForFeedElement(String communityId, String feedElementId, String pageParam, Integer pageSize) : ConnectApi.CommentPage",
  543.             "getCommentsForFeedItem(String communityId, String feedItemId) : ConnectApi.CommentPage",
  544.             "getCommentsForFeedItem(String communityId, String feedItemId, String pageParam, Integer pageSize) : ConnectApi.CommentPage",
  545.             "getFeed(String communityId, ConnectApi.FeedType feedType) : ConnectApi.Feed",
  546.             "getFeed(String communityId, ConnectApi.FeedType feedType, ConnectApi.FeedSortOrder sortParam) : ConnectApi.Feed",
  547.             "getFeed(String communityId, ConnectApi.FeedType feedType, String subjectId) : ConnectApi.Feed",
  548.             "getFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedSortOrder sortParam) : ConnectApi.Feed",
  549.             "getFeedDirectory(String communityId) : ConnectApi.FeedDirectory",
  550.             "getFeedElement(String communityId, String feedElementId) : ConnectApi.FeedElement",
  551.             "getFeedElement(String communityId, String feedElementId, Integer recentCommentCount, Integer elementsPerBundle) : ConnectApi.FeedElement",
  552.             "getFeedElementBatch(String communityId, List feedElementIds) : List",
  553.             "getFeedElementPoll(String communityId, String feedElementId) : ConnectApi.PollCapability",
  554.             "getFeedElementsFromBundle(String communityId, String feedElementId) : ConnectApi.FeedElementPage",
  555.             "getFeedElementsFromBundle(String communityId, String feedElementId, String pageParam, Integer pageSize, Integer elementsPerBundle, Integer recentCommentCount) : ConnectApi.FeedElementPage",
  556.             "getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType) : ConnectApi.FeedElementPage",
  557.             "getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  558.             "getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter) : ConnectApi.FeedElementPage",
  559.             "getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  560.             "getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId) : ConnectApi.FeedElementPage",
  561.             "getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  562.             "getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly) : ConnectApi.FeedElementPage",
  563.             "getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly) : ConnectApi.FeedElementPage",
  564.             "getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedFilter filter) : ConnectApi.FeedElementPage",
  565.             "getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  566.             "getFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix) : ConnectApi.FeedElementPage",
  567.             "getFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  568.             "getFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  569.             "getFeedElementsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince) : ConnectApi.FeedElementPage",
  570.             "getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince) : ConnectApi.FeedElementPage",
  571.             "getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedFilter filter) : ConnectApi.FeedElementPage",
  572.             "getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince) : ConnectApi.FeedElementPage",
  573.             "getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly) : ConnectApi.FeedElementPage",
  574.             "getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly) : ConnectApi.FeedElementPage",
  575.             "getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedFilter filter) : ConnectApi.FeedElementPage",
  576.             "getFeedItem(String communityId, String feedItemId) : ConnectApi.FeedItem",
  577.             "getFeedItemBatch(String communityId, List feedItemIds) : List",
  578.             "getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType) : ConnectApi.FeedItemPage",
  579.             "getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  580.             "getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  581.             "getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId) : ConnectApi.FeedItemPage",
  582.             "getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  583.             "getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly) : ConnectApi.FeedItemPage",
  584.             "getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  585.             "getFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix) : ConnectApi.FeedItemPage",
  586.             "getFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  587.             "getFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  588.             "getFeedItemsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince) : ConnectApi.FeedItemPage",
  589.             "getFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince) : ConnectApi.FeedItemPage",
  590.             "getFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince) : ConnectApi.FeedItemPage",
  591.             "getFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly) : ConnectApi.FeedItemPage",
  592.             "getFeedPoll(String communityId, String feedItemId) : ConnectApi.FeedPoll",
  593.             "getFilterFeed(String communityId, String subjectId, String keyPrefix) : ConnectApi.Feed",
  594.             "getFilterFeed(String communityId, String subjectId, String keyPrefix, ConnectApi.FeedSortOrder sortParam) : ConnectApi.Feed",
  595.             "getFilterFeedDirectory(String communityId, String subjectId) : ConnectApi.FeedDirectory",
  596.             "getLike(String communityId, String likeId) : ConnectApi.ChatterLike",
  597.             "getLikesForComment(String communityId, String commentId) : ConnectApi.ChatterLikePage",
  598.             "getLikesForComment(String communityId, String commentId, Integer pageParam, Integer pageSize) : ConnectApi.ChatterLikePage",
  599.             "getLikesForFeedElement(String communityId, String feedElementId) : ConnectApi.ChatterLikePage",
  600.             "getLikesForFeedElement(String communityId, String feedElementId, Integer pageParam, Integer pageSize) : ConnectApi.ChatterLikePage",
  601.             "getLikesForFeedItem(String communityId, String feedItemId) : ConnectApi.ChatterLikePage",
  602.             "getLikesForFeedItem(String communityId, String feedItemId, Integer pageParam, Integer pageSize) : ConnectApi.ChatterLikePage",
  603.             "isModified(String communityId, ConnectApi.FeedType feedType, String subjectId, String since) : ConnectApi.FeedModifiedInfo",
  604.             "likeComment(String communityId, String commentId) : ConnectApi.ChatterLike",
  605.             "likeFeedElement(String communityId, String feedElementId) : ConnectApi.ChatterLike",
  606.             "likeFeedItem(String communityId, String feedItemId) : ConnectApi.ChatterLike",
  607.             "postComment(String communityId, String feedItemId, ConnectApi.CommentInput comment, ConnectApi.BinaryInput feedItemFileUpload) : ConnectApi.Comment",
  608.             "postComment(String communityId, String feedItemId, String text) : ConnectApi.Comment",
  609.             "postCommentToFeedElement(String communityId, String feedElementId, ConnectApi.CommentInput comment, ConnectApi.BinaryInput feedElementFileUpload) : ConnectApi.Comment",
  610.             "postCommentToFeedElement(String communityId, String feedElementId, String text) : ConnectApi.Comment",
  611.             "postFeedElement(String communityId, ConnectApi.FeedElementInput feedElement, ConnectApi.BinaryInput feedElementFileUpload) : ConnectApi.FeedElement",
  612.             "postFeedElement(String communityId, String subjectId, ConnectApi.FeedElementType feedElementType, String text) : ConnectApi.FeedElement",
  613.             "postFeedElementBatch(String communityId, List feedElements) : List",
  614.             "postFeedItem(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedItemInput feedItem, ConnectApi.BinaryInput feedItemFileUpload) : ConnectApi.FeedItem",
  615.             "postFeedItem(String communityId, ConnectApi.FeedType feedType, String subjectId, String text) : ConnectApi.FeedItem",
  616.             "searchFeedElements(String communityId, String q) : ConnectApi.FeedElementPage",
  617.             "searchFeedElements(String communityId, String q, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  618.             "searchFeedElements(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  619.             "searchFeedElements(String communityId, String q, String pageParam, Integer pageSize) : ConnectApi.FeedElementPage",
  620.             "searchFeedElements(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedElementPage",
  621.             "searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedElementPage",
  622.             "searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedFilter filter) : ConnectApi.FeedElementPage",
  623.             "searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedElementPage",
  624.             "searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String q) : ConnectApi.FeedElementPage",
  625.             "searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedElementPage",
  626.             "searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly) : ConnectApi.FeedElementPage",
  627.             "searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedFilter filter) : ConnectApi.FeedElementPage",
  628.             "searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedElementPage",
  629.             "searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q) : ConnectApi.FeedElementPage",
  630.             "searchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedElementPage",
  631.             "searchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedElementPage",
  632.             "searchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q) : ConnectApi.FeedElementPage",
  633.             "searchFeedItems(String communityId, String q) : ConnectApi.FeedItemPage",
  634.             "searchFeedItems(String communityId, String q, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  635.             "searchFeedItems(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  636.             "searchFeedItems(String communityId, String q, String pageParam, Integer pageSize) : ConnectApi.FeedItemPage",
  637.             "searchFeedItems(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam) : ConnectApi.FeedItemPage",
  638.             "searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedItemPage",
  639.             "searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedItemPage",
  640.             "searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String q) : ConnectApi.FeedItemPage",
  641.             "searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedItemPage",
  642.             "searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly) : ConnectApi.FeedItemPage",
  643.             "searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedItemPage",
  644.             "searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q) : ConnectApi.FeedItemPage",
  645.             "searchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedItemPage",
  646.             "searchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q) : ConnectApi.FeedItemPage",
  647.             "searchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q) : ConnectApi.FeedItemPage",
  648.             "setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, ConnectApi.FeedElementPage result) : void",
  649.             "setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  650.             "setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result) : void",
  651.             "setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  652.             "setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedElementPage result) : void",
  653.             "setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedElementPage result) : void",
  654.             "setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  655.             "setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedElementPage result) : void",
  656.             "setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result) : void",
  657.             "setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  658.             "setTestGetFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, ConnectApi.FeedElementPage result) : void",
  659.             "setTestGetFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  660.             "setTestGetFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  661.             "setTestGetFeedElementsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedElementPage result) : void",
  662.             "setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedElementPage result) : void",
  663.             "setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result) : void",
  664.             "setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedElementPage result) : void",
  665.             "setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedElementPage result) : void",
  666.             "setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedElementPage result) : void",
  667.             "setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result) : void",
  668.             "setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, ConnectApi.FeedItemPage result) : void",
  669.             "setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  670.             "setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  671.             "setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedItemPage result) : void",
  672.             "setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedItemPage result) : void",
  673.             "setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  674.             "setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  675.             "setTestGetFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, ConnectApi.FeedItemPage result) : void",
  676.             "setTestGetFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  677.             "setTestGetFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  678.             "setTestGetFeedItemsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedItemPage result) : void",
  679.             "setTestGetFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedItemPage result) : void",
  680.             "setTestGetFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedItemPage result) : void",
  681.             "setTestGetFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedItemPage result) : void",
  682.             "setTestSearchFeedElements(String communityId, String q, ConnectApi.FeedElementPage result) : void",
  683.             "setTestSearchFeedElements(String communityId, String q, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  684.             "setTestSearchFeedElements(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  685.             "setTestSearchFeedElements(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedElementPage result) : void",
  686.             "setTestSearchFeedElements(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result) : void",
  687.             "setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result) : void",
  688.             "setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result) : void",
  689.             "setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result) : void",
  690.             "setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String q, ConnectApi.FeedElementPage result) : void",
  691.             "setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedElementPage result) : void",
  692.             "setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result) : void",
  693.             "setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result) : void",
  694.             "setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result) : void",
  695.             "setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q, ConnectApi.FeedElementPage result) : void",
  696.             "setTestSearchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result) : void",
  697.             "setTestSearchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result) : void",
  698.             "setTestSearchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q, ConnectApi.FeedElementPage result) : void",
  699.             "setTestSearchFeedItems(String communityId, String q, ConnectApi.FeedItemPage result) : void",
  700.             "setTestSearchFeedItems(String communityId, String q, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  701.             "setTestSearchFeedItems(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  702.             "setTestSearchFeedItems(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedItemPage result) : void",
  703.             "setTestSearchFeedItems(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result) : void",
  704.             "setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result) : void",
  705.             "setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result) : void",
  706.             "setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String q, ConnectApi.FeedItemPage result) : void",
  707.             "setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedItemPage result) : void",
  708.             "setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result) : void",
  709.             "setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result) : void",
  710.             "setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q, ConnectApi.FeedItemPage result) : void",
  711.             "setTestSearchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result) : void",
  712.             "setTestSearchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result) : void",
  713.             "setTestSearchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q, ConnectApi.FeedItemPage result) : void",
  714.             "shareFeedElement(String communityId, String subjectId, ConnectApi.FeedElementType feedElementType, String originalFeedElementId) : ConnectApi.FeedElement",
  715.             "shareFeedItem(String communityId, ConnectApi.FeedType feedType, String subjectId, String originalFeedItemId) : ConnectApi.FeedItem",
  716.             "updateBookmark(String communityId, String feedItemId, Boolean isBookmarkedByCurrentUser) : ConnectApi.FeedItem",
  717.             "updateFeedElementBookmarks(String communityId, String feedElementId, Boolean isBookmarkedByCurrentUser) : ConnectApi.BookmarksCapability",
  718.             "updateFeedElementBookmarks(String communityId, String feedElementId, ConnectApi.BookmarksCapabilityInput bookmarks) : ConnectApi.BookmarksCapability",
  719.             "voteOnFeedElementPoll(String communityId, String feedElementId, String myChoiceId) : ConnectApi.PollCapability",
  720.             "voteOnFeedPoll(String communityId, String feedItemId, String myChoiceId) : ConnectApi.FeedPoll"
  721.         ],
  722.         "ChatterGroup": [
  723.             "equals(Object obj) : Boolean",
  724.             "getBuildVersion() : Double",
  725.             "hashCode() : Integer",
  726.             "toString() : String"
  727.         ],
  728.         "ChatterGroupDetail": [
  729.             "equals(Object obj) : Boolean",
  730.             "getBuildVersion() : Double",
  731.             "hashCode() : Integer",
  732.             "toString() : String"
  733.         ],
  734.         "ChatterGroupInput": [
  735.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  736.             "equals(Object obj) : Boolean",
  737.             "hashCode() : Integer",
  738.             "toString() : String"
  739.         ],
  740.         "ChatterGroupPage": [
  741.             "equals(Object obj) : Boolean",
  742.             "getBuildVersion() : Double",
  743.             "hashCode() : Integer",
  744.             "toString() : String"
  745.         ],
  746.         "ChatterGroupSummary": [
  747.             "equals(Object obj) : Boolean",
  748.             "getBuildVersion() : Double",
  749.             "hashCode() : Integer",
  750.             "toString() : String"
  751.         ],
  752.         "ChatterGroups": [
  753.             "addMember(String communityId, String groupId, String userId) : ConnectApi.GroupMember",
  754.             "addMemberWithRole(String communityId, String groupId, String userId, ConnectApi.GroupMembershipType role) : ConnectApi.GroupMember",
  755.             "createGroup(String communityId, ConnectApi.ChatterGroupInput groupInput) : ConnectApi.ChatterGroupDetail",
  756.             "deleteGroup(String communityId, String groupId) : void",
  757.             "deleteMember(String communityId, String membershipId) : void",
  758.             "deletePhoto(String communityId, String groupId) : void",
  759.             "follow(String communityId, String groupId, String subjectId) : ConnectApi.Subscription",
  760.             "getAnnouncements(String communityId, String groupId) : ConnectApi.AnnouncementPage",
  761.             "getAnnouncements(String communityId, String groupId, Integer pageParam, Integer pageSize) : ConnectApi.AnnouncementPage",
  762.             "getFollowings(String communityId, String groupId) : ConnectApi.FollowingPage",
  763.             "getFollowings(String communityId, String groupId, Integer pageParam) : ConnectApi.FollowingPage",
  764.             "getFollowings(String communityId, String groupId, Integer pageParam, Integer pageSize) : ConnectApi.FollowingPage",
  765.             "getFollowings(String communityId, String groupId, String filterType) : ConnectApi.FollowingPage",
  766.             "getFollowings(String communityId, String groupId, String filterType, Integer pageParam) : ConnectApi.FollowingPage",
  767.             "getFollowings(String communityId, String groupId, String filterType, Integer pageParam, Integer pageSize) : ConnectApi.FollowingPage",
  768.             "getGroup(String communityId, String groupId) : ConnectApi.ChatterGroupDetail",
  769.             "getGroupBatch(String communityId, List groupIds) : List",
  770.             "getGroupMembershipRequest(String communityId, String requestId) : ConnectApi.GroupMembershipRequest",
  771.             "getGroupMembershipRequests(String communityId, String groupId) : ConnectApi.GroupMembershipRequests",
  772.             "getGroupMembershipRequests(String communityId, String groupId, ConnectApi.GroupMembershipRequestStatus status) : ConnectApi.GroupMembershipRequests",
  773.             "getGroups(String communityId) : ConnectApi.ChatterGroupPage",
  774.             "getGroups(String communityId, ConnectApi.GroupArchiveStatus archiveStatus, Integer pageParam, Integer pageSize) : ConnectApi.ChatterGroupPage",
  775.             "getGroups(String communityId, Integer pageParam, Integer pageSize) : ConnectApi.ChatterGroupPage",
  776.             "getMember(String communityId, String membershipId) : ConnectApi.GroupMember",
  777.             "getMembers(String communityId, String groupId) : ConnectApi.GroupMemberPage",
  778.             "getMembers(String communityId, String groupId, Integer pageParam, Integer pageSize) : ConnectApi.GroupMemberPage",
  779.             "getMembershipBatch(String communityId, List membershipIds) : List",
  780.             "getMyChatterSettings(String communityId, String groupId) : ConnectApi.GroupChatterSettings",
  781.             "getPhoto(String communityId, String groupId) : ConnectApi.Photo",
  782.             "getRecords(String communityId, String groupId) : ConnectApi.GroupRecordPage",
  783.             "getRecords(String communityId, String groupId, Integer pageParam, Integer pageSize) : ConnectApi.GroupRecordPage",
  784.             "postAnnouncement(String communityId, String groupId, ConnectApi.AnnouncementInput announcement) : ConnectApi.Announcement",
  785.             "requestGroupMembership(String communityId, String groupId) : ConnectApi.GroupMembershipRequest",
  786.             "searchGroups(String communityId, String q) : ConnectApi.ChatterGroupPage",
  787.             "searchGroups(String communityId, String q, ConnectApi.GroupArchiveStatus archiveStatus, Integer pageParam, Integer pageSize) : ConnectApi.ChatterGroupPage",
  788.             "searchGroups(String communityId, String q, Integer pageParam, Integer pageSize) : ConnectApi.ChatterGroupPage",
  789.             "setPhoto(String communityId, String groupId, ConnectApi.BinaryInput fileUpload) : ConnectApi.Photo",
  790.             "setPhoto(String communityId, String groupId, String fileId, Integer versionNumber) : ConnectApi.Photo",
  791.             "setPhotoWithAttributes(String communityId, String groupId, ConnectApi.PhotoInput photo) : ConnectApi.Photo",
  792.             "setPhotoWithAttributes(String communityId, String groupId, ConnectApi.PhotoInput photo, ConnectApi.BinaryInput fileUpload) : ConnectApi.Photo",
  793.             "setTestSearchGroups(String communityId, String q, ConnectApi.ChatterGroupPage result) : void",
  794.             "setTestSearchGroups(String communityId, String q, ConnectApi.GroupArchiveStatus archiveStatus, Integer pageParam, Integer pageSize, ConnectApi.ChatterGroupPage result) : void",
  795.             "setTestSearchGroups(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.ChatterGroupPage result) : void",
  796.             "updateGroup(String communityId, String groupId, ConnectApi.ChatterGroupInput groupInput) : ConnectApi.ChatterGroupDetail",
  797.             "updateGroupMember(String communityId, String membershipId, ConnectApi.GroupMembershipType role) : ConnectApi.GroupMember",
  798.             "updateMyChatterSettings(String communityId, String groupId, ConnectApi.GroupEmailFrequency emailFrequency) : ConnectApi.GroupChatterSettings",
  799.             "updateRequestStatus(String communityId, String requestId, ConnectApi.GroupMembershipRequestStatus status) : ConnectApi.GroupMembershipRequest"
  800.         ],
  801.         "ChatterLike": [
  802.             "equals(Object obj) : Boolean",
  803.             "getBuildVersion() : Double",
  804.             "hashCode() : Integer",
  805.             "toString() : String"
  806.         ],
  807.         "ChatterLikePage": [
  808.             "equals(Object obj) : Boolean",
  809.             "getBuildVersion() : Double",
  810.             "hashCode() : Integer",
  811.             "toString() : String"
  812.         ],
  813.         "ChatterLikesCapability": [
  814.             "equals(Object obj) : Boolean",
  815.             "getBuildVersion() : Double",
  816.             "hashCode() : Integer",
  817.             "toString() : String"
  818.         ],
  819.         "ChatterMessage": [
  820.             "equals(Object obj) : Boolean",
  821.             "getBuildVersion() : Double",
  822.             "hashCode() : Integer",
  823.             "toString() : String"
  824.         ],
  825.         "ChatterMessagePage": [
  826.             "equals(Object obj) : Boolean",
  827.             "getBuildVersion() : Double",
  828.             "hashCode() : Integer",
  829.             "toString() : String"
  830.         ],
  831.         "ChatterMessages": [
  832.             "getConversation(String communityId, String conversationId) : ConnectApi.ChatterConversation",
  833.             "getConversation(String communityId, String conversationId, String pageParam, Integer pageSize) : ConnectApi.ChatterConversation",
  834.             "getConversation(String conversationId) : ConnectApi.ChatterConversation",
  835.             "getConversation(String conversationId, String pageParam, Integer pageSize) : ConnectApi.ChatterConversation",
  836.             "getConversations() : ConnectApi.ChatterConversationPage",
  837.             "getConversations(String communityId) : ConnectApi.ChatterConversationPage",
  838.             "getConversations(String communityId, String pageParam, Integer pageSize) : ConnectApi.ChatterConversationPage",
  839.             "getConversations(String pageParam, Integer pageSize) : ConnectApi.ChatterConversationPage",
  840.             "getMessage(String communityId, String messageId) : ConnectApi.ChatterMessage",
  841.             "getMessage(String messageId) : ConnectApi.ChatterMessage",
  842.             "getMessages() : ConnectApi.ChatterMessagePage",
  843.             "getMessages(String communityId) : ConnectApi.ChatterMessagePage",
  844.             "getMessages(String communityId, String pageParam, Integer pageSize) : ConnectApi.ChatterMessagePage",
  845.             "getMessages(String pageParam, Integer pageSize) : ConnectApi.ChatterMessagePage",
  846.             "getUnreadCount() : ConnectApi.UnreadConversationCount",
  847.             "getUnreadCount(String communityId) : ConnectApi.UnreadConversationCount",
  848.             "markConversationRead(String communityId, String conversationId, Boolean read) : ConnectApi.ChatterConversationSummary",
  849.             "markConversationRead(String conversationId, Boolean read) : ConnectApi.ChatterConversationSummary",
  850.             "replyToMessage(String communityId, String text, String inReplyTo) : ConnectApi.ChatterMessage",
  851.             "replyToMessage(String text, String inReplyTo) : ConnectApi.ChatterMessage",
  852.             "searchConversation(String communityId, String conversationId, String pageParam, Integer pageSize, String q) : ConnectApi.ChatterConversation",
  853.             "searchConversation(String communityId, String conversationId, String q) : ConnectApi.ChatterConversation",
  854.             "searchConversation(String conversationId, String pageParam, Integer pageSize, String q) : ConnectApi.ChatterConversation",
  855.             "searchConversation(String conversationId, String q) : ConnectApi.ChatterConversation",
  856.             "searchConversations(String communityId, String pageParam, Integer pageSize, String q) : ConnectApi.ChatterConversationPage",
  857.             "searchConversations(String communityId, String q) : ConnectApi.ChatterConversationPage",
  858.             "searchConversations(String pageParam, Integer pageSize, String q) : ConnectApi.ChatterConversationPage",
  859.             "searchConversations(String q) : ConnectApi.ChatterConversationPage",
  860.             "searchMessages(String communityId, String pageParam, Integer pageSize, String q) : ConnectApi.ChatterMessagePage",
  861.             "searchMessages(String communityId, String q) : ConnectApi.ChatterMessagePage",
  862.             "searchMessages(String pageParam, Integer pageSize, String q) : ConnectApi.ChatterMessagePage",
  863.             "searchMessages(String q) : ConnectApi.ChatterMessagePage",
  864.             "sendMessage(String communityId, String text, String recipients) : ConnectApi.ChatterMessage",
  865.             "sendMessage(String text, String recipients) : ConnectApi.ChatterMessage"
  866.         ],
  867.         "ChatterUsers": [
  868.             "deletePhoto(String communityId, String userId) : void",
  869.             "follow(String communityId, String userId, String subjectId) : ConnectApi.Subscription",
  870.             "getChatterSettings(String communityId, String userId) : ConnectApi.UserChatterSettings",
  871.             "getFollowers(String communityId, String userId) : ConnectApi.FollowerPage",
  872.             "getFollowers(String communityId, String userId, Integer pageParam, Integer pageSize) : ConnectApi.FollowerPage",
  873.             "getFollowings(String communityId, String userId) : ConnectApi.FollowingPage",
  874.             "getFollowings(String communityId, String userId, Integer pageParam) : ConnectApi.FollowingPage",
  875.             "getFollowings(String communityId, String userId, Integer pageParam, Integer pageSize) : ConnectApi.FollowingPage",
  876.             "getFollowings(String communityId, String userId, String filterType) : ConnectApi.FollowingPage",
  877.             "getFollowings(String communityId, String userId, String filterType, Integer pageParam) : ConnectApi.FollowingPage",
  878.             "getFollowings(String communityId, String userId, String filterType, Integer pageParam, Integer pageSize) : ConnectApi.FollowingPage",
  879.             "getGroups(String communityId, String userId) : ConnectApi.UserGroupPage",
  880.             "getGroups(String communityId, String userId, Integer pageParam, Integer pageSize) : ConnectApi.UserGroupPage",
  881.             "getPhoto(String communityId, String userId) : ConnectApi.Photo",
  882.             "getReputation(String communityId, String userId) : ConnectApi.Reputation",
  883.             "getUser(String communityId, String userId) : ConnectApi.UserDetail",
  884.             "getUserBatch(String communityId, List userIds) : List",
  885.             "getUsers(String communityId) : ConnectApi.UserPage",
  886.             "getUsers(String communityId, Integer pageParam, Integer pageSize) : ConnectApi.UserPage",
  887.             "searchUserGroups(String communityId, String userId, String q) : ConnectApi.UserGroupPage",
  888.             "searchUserGroups(String communityId, String userId, String q, Integer pageParam, Integer pageSize) : ConnectApi.UserGroupPage",
  889.             "searchUsers(String communityId, String q) : ConnectApi.UserPage",
  890.             "searchUsers(String communityId, String q, Integer pageParam, Integer pageSize) : ConnectApi.UserPage",
  891.             "searchUsers(String communityId, String q, String searchContextId, Integer pageParam, Integer pageSize) : ConnectApi.UserPage",
  892.             "setPhoto(String communityId, String userId, ConnectApi.BinaryInput fileUpload) : ConnectApi.Photo",
  893.             "setPhoto(String communityId, String userId, String fileId, Integer versionNumber) : ConnectApi.Photo",
  894.             "setPhotoWithAttributes(String communityId, String userId, ConnectApi.PhotoInput photo) : ConnectApi.Photo",
  895.             "setPhotoWithAttributes(String communityId, String userId, ConnectApi.PhotoInput photo, ConnectApi.BinaryInput fileUpload) : ConnectApi.Photo",
  896.             "setTestSearchUsers(String communityId, String q, ConnectApi.UserPage result) : void",
  897.             "setTestSearchUsers(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.UserPage result) : void",
  898.             "setTestSearchUsers(String communityId, String q, String searchContextId, Integer pageParam, Integer pageSize, ConnectApi.UserPage result) : void",
  899.             "updateChatterSettings(String communityId, String userId, ConnectApi.GroupEmailFrequency defaultGroupEmailFrequency) : ConnectApi.UserChatterSettings",
  900.             "updateUser(String communityId, String userId, ConnectApi.UserInput userInput) : ConnectApi.UserDetail"
  901.         ],
  902.         "ClientInfo": [
  903.             "equals(Object obj) : Boolean",
  904.             "getBuildVersion() : Double",
  905.             "hashCode() : Integer",
  906.             "toString() : String"
  907.         ],
  908.         "Comment": [
  909.             "equals(Object obj) : Boolean",
  910.             "getBuildVersion() : Double",
  911.             "hashCode() : Integer",
  912.             "toString() : String"
  913.         ],
  914.         "CommentCapabilities": [
  915.             "equals(Object obj) : Boolean",
  916.             "getBuildVersion() : Double",
  917.             "hashCode() : Integer",
  918.             "toString() : String"
  919.         ],
  920.         "CommentCapabilitiesInput": [
  921.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  922.             "equals(Object obj) : Boolean",
  923.             "hashCode() : Integer",
  924.             "toString() : String"
  925.         ],
  926.         "CommentInput": [
  927.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  928.             "equals(Object obj) : Boolean",
  929.             "hashCode() : Integer",
  930.             "toString() : String"
  931.         ],
  932.         "CommentPage": [
  933.             "equals(Object obj) : Boolean",
  934.             "getBuildVersion() : Double",
  935.             "hashCode() : Integer",
  936.             "toString() : String"
  937.         ],
  938.         "CommentType": [
  939.             "equals(Object obj) : Boolean",
  940.             "hashCode() : Integer",
  941.             "values() : List"
  942.         ],
  943.         "CommentsCapability": [
  944.             "equals(Object obj) : Boolean",
  945.             "getBuildVersion() : Double",
  946.             "hashCode() : Integer",
  947.             "toString() : String"
  948.         ],
  949.         "Communities": [
  950.             "getCommunities() : ConnectApi.CommunityPage",
  951.             "getCommunities(ConnectApi.CommunityStatus status) : ConnectApi.CommunityPage",
  952.             "getCommunity(String communityId) : ConnectApi.Community"
  953.         ],
  954.         "Community": [
  955.             "equals(Object obj) : Boolean",
  956.             "getBuildVersion() : Double",
  957.             "hashCode() : Integer",
  958.             "toString() : String"
  959.         ],
  960.         "CommunityFlagVisibility": [
  961.             "equals(Object obj) : Boolean",
  962.             "hashCode() : Integer",
  963.             "values() : List"
  964.         ],
  965.         "CommunityModeration": [
  966.             "addFlagToComment(String communityId, String commentId) : ConnectApi.ModerationFlags",
  967.             "addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagVisibility visibility) : ConnectApi.ModerationFlags",
  968.             "addFlagToFeedElement(String communityId, String feedElementId) : ConnectApi.ModerationCapability",
  969.             "addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagVisibility visibility) : ConnectApi.ModerationCapability",
  970.             "addFlagToFeedItem(String communityId, String feedItemId) : ConnectApi.ModerationFlags",
  971.             "addFlagToFeedItem(String communityId, String feedItemId, ConnectApi.CommunityFlagVisibility visibility) : ConnectApi.ModerationFlags",
  972.             "getFlagsOnComment(String communityId, String commentId) : ConnectApi.ModerationFlags",
  973.             "getFlagsOnComment(String communityId, String commentId, ConnectApi.CommunityFlagVisibility visibility) : ConnectApi.ModerationFlags",
  974.             "getFlagsOnFeedElement(String communityId, String feedElementId) : ConnectApi.ModerationCapability",
  975.             "getFlagsOnFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagVisibility visibility) : ConnectApi.ModerationCapability",
  976.             "getFlagsOnFeedItem(String communityId, String feedItemId) : ConnectApi.ModerationFlags",
  977.             "getFlagsOnFeedItem(String communityId, String feedItemId, ConnectApi.CommunityFlagVisibility visibility) : ConnectApi.ModerationFlags",
  978.             "removeFlagFromComment(String communityId, String commentId, String userId) : void",
  979.             "removeFlagFromFeedElement(String communityId, String feedElementId, String userId) : void",
  980.             "removeFlagFromFeedItem(String communityId, String feedItemId, String userId) : void"
  981.         ],
  982.         "CommunityPage": [
  983.             "equals(Object obj) : Boolean",
  984.             "getBuildVersion() : Double",
  985.             "hashCode() : Integer",
  986.             "toString() : String"
  987.         ],
  988.         "CommunityStatus": [
  989.             "equals(Object obj) : Boolean",
  990.             "hashCode() : Integer",
  991.             "values() : List"
  992.         ],
  993.         "ComplexSegment": [
  994.             "equals(Object obj) : Boolean",
  995.             "getBuildVersion() : Double",
  996.             "hashCode() : Integer",
  997.             "toString() : String"
  998.         ],
  999.         "CompoundRecordField": [
  1000.             "equals(Object obj) : Boolean",
  1001.             "getBuildVersion() : Double",
  1002.             "hashCode() : Integer",
  1003.             "toString() : String"
  1004.         ],
  1005.         "ConnectApiException": [
  1006.             "getErrorCode() : String",
  1007.             "getTypeName() : String"
  1008.         ],
  1009.         "ContentAttachment": [
  1010.             "equals(Object obj) : Boolean",
  1011.             "getBuildVersion() : Double",
  1012.             "hashCode() : Integer",
  1013.             "toString() : String"
  1014.         ],
  1015.         "ContentAttachmentInput": [
  1016.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1017.             "equals(Object obj) : Boolean",
  1018.             "hashCode() : Integer",
  1019.             "toString() : String"
  1020.         ],
  1021.         "ContentCapability": [
  1022.             "equals(Object obj) : Boolean",
  1023.             "getBuildVersion() : Double",
  1024.             "hashCode() : Integer",
  1025.             "toString() : String"
  1026.         ],
  1027.         "ContentCapabilityInput": [
  1028.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1029.             "equals(Object obj) : Boolean",
  1030.             "hashCode() : Integer",
  1031.             "toString() : String"
  1032.         ],
  1033.         "CurrencyRecordField": [
  1034.             "equals(Object obj) : Boolean",
  1035.             "getBuildVersion() : Double",
  1036.             "hashCode() : Integer",
  1037.             "toString() : String"
  1038.         ],
  1039.         "DashboardComponentAttachment": [
  1040.             "equals(Object obj) : Boolean",
  1041.             "getBuildVersion() : Double",
  1042.             "hashCode() : Integer",
  1043.             "toString() : String"
  1044.         ],
  1045.         "DashboardComponentSnapshot": [
  1046.             "equals(Object obj) : Boolean",
  1047.             "getBuildVersion() : Double",
  1048.             "hashCode() : Integer",
  1049.             "toString() : String"
  1050.         ],
  1051.         "DashboardComponentSnapshotCapability": [
  1052.             "equals(Object obj) : Boolean",
  1053.             "getBuildVersion() : Double",
  1054.             "hashCode() : Integer",
  1055.             "toString() : String"
  1056.         ],
  1057.         "Datacloud": [
  1058.             "getCompaniesFromOrder(String orderId) : ConnectApi.DatacloudCompanies",
  1059.             "getCompaniesFromOrder(String orderId, Integer pageParam, Integer pageSize) : ConnectApi.DatacloudCompanies",
  1060.             "getCompany(String companyId) : ConnectApi.DatacloudCompany",
  1061.             "getContact(String contactId) : ConnectApi.DatacloudContact",
  1062.             "getContactsFromOrder(String orderId) : ConnectApi.DatacloudContacts",
  1063.             "getContactsFromOrder(String orderId, Integer pageParam, Integer pageSize) : ConnectApi.DatacloudContacts",
  1064.             "getOrder(String orderId) : ConnectApi.DatacloudOrder",
  1065.             "getUsage(String userId) : ConnectApi.DatacloudPurchaseUsage",
  1066.             "postOrder(ConnectApi.DatacloudOrderInput orderInput) : ConnectApi.DatacloudOrder"
  1067.         ],
  1068.         "DatacloudCompanies": [
  1069.             "equals(Object obj) : Boolean",
  1070.             "getBuildVersion() : Double",
  1071.             "hashCode() : Integer",
  1072.             "toString() : String"
  1073.         ],
  1074.         "DatacloudCompany": [
  1075.             "equals(Object obj) : Boolean",
  1076.             "getBuildVersion() : Double",
  1077.             "hashCode() : Integer",
  1078.             "toString() : String"
  1079.         ],
  1080.         "DatacloudContact": [
  1081.             "equals(Object obj) : Boolean",
  1082.             "getBuildVersion() : Double",
  1083.             "hashCode() : Integer",
  1084.             "toString() : String"
  1085.         ],
  1086.         "DatacloudContacts": [
  1087.             "equals(Object obj) : Boolean",
  1088.             "getBuildVersion() : Double",
  1089.             "hashCode() : Integer",
  1090.             "toString() : String"
  1091.         ],
  1092.         "DatacloudOrder": [
  1093.             "equals(Object obj) : Boolean",
  1094.             "getBuildVersion() : Double",
  1095.             "hashCode() : Integer",
  1096.             "toString() : String"
  1097.         ],
  1098.         "DatacloudOrderInput": [
  1099.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1100.             "equals(Object obj) : Boolean",
  1101.             "hashCode() : Integer",
  1102.             "toString() : String"
  1103.         ],
  1104.         "DatacloudPurchaseUsage": [
  1105.             "equals(Object obj) : Boolean",
  1106.             "getBuildVersion() : Double",
  1107.             "hashCode() : Integer",
  1108.             "toString() : String"
  1109.         ],
  1110.         "DatacloudUserType": [
  1111.             "equals(Object obj) : Boolean",
  1112.             "hashCode() : Integer",
  1113.             "values() : List"
  1114.         ],
  1115.         "DateRecordField": [
  1116.             "equals(Object obj) : Boolean",
  1117.             "getBuildVersion() : Double",
  1118.             "hashCode() : Integer",
  1119.             "toString() : String"
  1120.         ],
  1121.         "EmailAddress": [
  1122.             "equals(Object obj) : Boolean",
  1123.             "getBuildVersion() : Double",
  1124.             "hashCode() : Integer",
  1125.             "toString() : String"
  1126.         ],
  1127.         "EmailMessage": [
  1128.             "equals(Object obj) : Boolean",
  1129.             "getBuildVersion() : Double",
  1130.             "hashCode() : Integer",
  1131.             "toString() : String"
  1132.         ],
  1133.         "EmailMessageCapability": [
  1134.             "equals(Object obj) : Boolean",
  1135.             "getBuildVersion() : Double",
  1136.             "hashCode() : Integer",
  1137.             "toString() : String"
  1138.         ],
  1139.         "EmailMessageDirection": [
  1140.             "equals(Object obj) : Boolean",
  1141.             "hashCode() : Integer",
  1142.             "values() : List"
  1143.         ],
  1144.         "EnhancedLinkCapability": [
  1145.             "equals(Object obj) : Boolean",
  1146.             "getBuildVersion() : Double",
  1147.             "hashCode() : Integer",
  1148.             "toString() : String"
  1149.         ],
  1150.         "EntityLinkSegment": [
  1151.             "equals(Object obj) : Boolean",
  1152.             "getBuildVersion() : Double",
  1153.             "hashCode() : Integer",
  1154.             "toString() : String"
  1155.         ],
  1156.         "EntityRecommendation": [
  1157.             "equals(Object obj) : Boolean",
  1158.             "getBuildVersion() : Double",
  1159.             "hashCode() : Integer",
  1160.             "toString() : String"
  1161.         ],
  1162.         "Features": [
  1163.             "equals(Object obj) : Boolean",
  1164.             "getBuildVersion() : Double",
  1165.             "hashCode() : Integer",
  1166.             "toString() : String"
  1167.         ],
  1168.         "Feed": [
  1169.             "equals(Object obj) : Boolean",
  1170.             "getBuildVersion() : Double",
  1171.             "hashCode() : Integer",
  1172.             "toString() : String"
  1173.         ],
  1174.         "FeedBody": [
  1175.             "equals(Object obj) : Boolean",
  1176.             "getBuildVersion() : Double",
  1177.             "hashCode() : Integer",
  1178.             "toString() : String"
  1179.         ],
  1180.         "FeedDensity": [
  1181.             "equals(Object obj) : Boolean",
  1182.             "hashCode() : Integer",
  1183.             "values() : List"
  1184.         ],
  1185.         "FeedDirectory": [
  1186.             "equals(Object obj) : Boolean",
  1187.             "getBuildVersion() : Double",
  1188.             "hashCode() : Integer",
  1189.             "toString() : String"
  1190.         ],
  1191.         "FeedDirectoryItem": [
  1192.             "equals(Object obj) : Boolean",
  1193.             "getBuildVersion() : Double",
  1194.             "hashCode() : Integer",
  1195.             "toString() : String"
  1196.         ],
  1197.         "FeedElement": [
  1198.             "equals(Object obj) : Boolean",
  1199.             "getBuildVersion() : Double",
  1200.             "hashCode() : Integer",
  1201.             "toString() : String"
  1202.         ],
  1203.         "FeedElementCapabilities": [
  1204.             "equals(Object obj) : Boolean",
  1205.             "getBuildVersion() : Double",
  1206.             "hashCode() : Integer",
  1207.             "toString() : String"
  1208.         ],
  1209.         "FeedElementCapabilitiesInput": [
  1210.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1211.             "equals(Object obj) : Boolean",
  1212.             "hashCode() : Integer",
  1213.             "toString() : String"
  1214.         ],
  1215.         "FeedElementCapability": [
  1216.             "equals(Object obj) : Boolean",
  1217.             "getBuildVersion() : Double",
  1218.             "hashCode() : Integer",
  1219.             "toString() : String"
  1220.         ],
  1221.         "FeedElementCapabilityInput": [
  1222.             "convertToJavaObject(java:common.api.AppVersion param1) : java:core.connect.api.input.ConnectInputRepresentation",
  1223.             "equals(Object obj) : Boolean",
  1224.             "hashCode() : Integer",
  1225.             "toString() : String"
  1226.         ],
  1227.         "FeedElementCapabilityType": [
  1228.             "equals(Object obj) : Boolean",
  1229.             "hashCode() : Integer",
  1230.             "values() : List"
  1231.         ],
  1232.         "FeedElementInput": [
  1233.             "convertToJavaObject(java:common.api.AppVersion param1) : java:core.connect.api.input.ConnectInputRepresentation",
  1234.             "equals(Object obj) : Boolean",
  1235.             "hashCode() : Integer",
  1236.             "toString() : String"
  1237.         ],
  1238.         "FeedElementPage": [
  1239.             "equals(Object obj) : Boolean",
  1240.             "getBuildVersion() : Double",
  1241.             "hashCode() : Integer",
  1242.             "toString() : String"
  1243.         ],
  1244.         "FeedElementType": [
  1245.             "equals(Object obj) : Boolean",
  1246.             "hashCode() : Integer",
  1247.             "values() : List"
  1248.         ],
  1249.         "FeedFavorite": [
  1250.             "equals(Object obj) : Boolean",
  1251.             "getBuildVersion() : Double",
  1252.             "hashCode() : Integer",
  1253.             "toString() : String"
  1254.         ],
  1255.         "FeedFavoriteType": [
  1256.             "equals(Object obj) : Boolean",
  1257.             "hashCode() : Integer",
  1258.             "values() : List"
  1259.         ],
  1260.         "FeedFavorites": [
  1261.             "equals(Object obj) : Boolean",
  1262.             "getBuildVersion() : Double",
  1263.             "hashCode() : Integer",
  1264.             "toString() : String"
  1265.         ],
  1266.         "FeedFilter": [
  1267.             "equals(Object obj) : Boolean",
  1268.             "hashCode() : Integer",
  1269.             "values() : List"
  1270.         ],
  1271.         "FeedItem": [
  1272.             "equals(Object obj) : Boolean",
  1273.             "getBuildVersion() : Double",
  1274.             "hashCode() : Integer",
  1275.             "toString() : String"
  1276.         ],
  1277.         "FeedItemAttachment": [
  1278.             "equals(Object obj) : Boolean",
  1279.             "getBuildVersion() : Double",
  1280.             "hashCode() : Integer",
  1281.             "toString() : String"
  1282.         ],
  1283.         "FeedItemAttachmentInput": [
  1284.             "convertToJavaObject(java:common.api.AppVersion param1) : java:core.connect.api.input.ConnectInputRepresentation",
  1285.             "equals(Object obj) : Boolean",
  1286.             "hashCode() : Integer",
  1287.             "toString() : String"
  1288.         ],
  1289.         "FeedItemAttachmentType": [
  1290.             "equals(Object obj) : Boolean",
  1291.             "hashCode() : Integer",
  1292.             "values() : List"
  1293.         ],
  1294.         "FeedItemInput": [
  1295.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1296.             "equals(Object obj) : Boolean",
  1297.             "hashCode() : Integer",
  1298.             "toString() : String"
  1299.         ],
  1300.         "FeedItemPage": [
  1301.             "equals(Object obj) : Boolean",
  1302.             "getBuildVersion() : Double",
  1303.             "hashCode() : Integer",
  1304.             "toString() : String"
  1305.         ],
  1306.         "FeedItemTopicPage": [
  1307.             "equals(Object obj) : Boolean",
  1308.             "getBuildVersion() : Double",
  1309.             "hashCode() : Integer",
  1310.             "toString() : String"
  1311.         ],
  1312.         "FeedItemType": [
  1313.             "equals(Object obj) : Boolean",
  1314.             "hashCode() : Integer",
  1315.             "values() : List"
  1316.         ],
  1317.         "FeedItemVisibilityType": [
  1318.             "equals(Object obj) : Boolean",
  1319.             "hashCode() : Integer",
  1320.             "values() : List"
  1321.         ],
  1322.         "FeedModifiedInfo": [
  1323.             "equals(Object obj) : Boolean",
  1324.             "getBuildVersion() : Double",
  1325.             "hashCode() : Integer",
  1326.             "toString() : String"
  1327.         ],
  1328.         "FeedPoll": [
  1329.             "equals(Object obj) : Boolean",
  1330.             "getBuildVersion() : Double",
  1331.             "hashCode() : Integer",
  1332.             "toString() : String"
  1333.         ],
  1334.         "FeedPollChoice": [
  1335.             "equals(Object obj) : Boolean",
  1336.             "getBuildVersion() : Double",
  1337.             "hashCode() : Integer",
  1338.             "toString() : String"
  1339.         ],
  1340.         "FeedSortOrder": [
  1341.             "equals(Object obj) : Boolean",
  1342.             "hashCode() : Integer",
  1343.             "values() : List"
  1344.         ],
  1345.         "FeedType": [
  1346.             "equals(Object obj) : Boolean",
  1347.             "hashCode() : Integer",
  1348.             "values() : List"
  1349.         ],
  1350.         "FieldChangeNameSegment": [
  1351.             "equals(Object obj) : Boolean",
  1352.             "getBuildVersion() : Double",
  1353.             "hashCode() : Integer",
  1354.             "toString() : String"
  1355.         ],
  1356.         "FieldChangeSegment": [
  1357.             "equals(Object obj) : Boolean",
  1358.             "getBuildVersion() : Double",
  1359.             "hashCode() : Integer",
  1360.             "toString() : String"
  1361.         ],
  1362.         "FieldChangeValueSegment": [
  1363.             "equals(Object obj) : Boolean",
  1364.             "getBuildVersion() : Double",
  1365.             "hashCode() : Integer",
  1366.             "toString() : String"
  1367.         ],
  1368.         "FieldChangeValueType": [
  1369.             "equals(Object obj) : Boolean",
  1370.             "hashCode() : Integer",
  1371.             "values() : List"
  1372.         ],
  1373.         "File": [
  1374.             "equals(Object obj) : Boolean",
  1375.             "getBuildVersion() : Double",
  1376.             "hashCode() : Integer",
  1377.             "toString() : String"
  1378.         ],
  1379.         "FilePublishStatus": [
  1380.             "equals(Object obj) : Boolean",
  1381.             "hashCode() : Integer",
  1382.             "values() : List"
  1383.         ],
  1384.         "FileSharingType": [
  1385.             "equals(Object obj) : Boolean",
  1386.             "hashCode() : Integer",
  1387.             "values() : List"
  1388.         ],
  1389.         "FileSummary": [
  1390.             "equals(Object obj) : Boolean",
  1391.             "getBuildVersion() : Double",
  1392.             "hashCode() : Integer",
  1393.             "toString() : String"
  1394.         ],
  1395.         "FollowerPage": [
  1396.             "equals(Object obj) : Boolean",
  1397.             "getBuildVersion() : Double",
  1398.             "hashCode() : Integer",
  1399.             "toString() : String"
  1400.         ],
  1401.         "FollowingCounts": [
  1402.             "equals(Object obj) : Boolean",
  1403.             "getBuildVersion() : Double",
  1404.             "hashCode() : Integer",
  1405.             "toString() : String"
  1406.         ],
  1407.         "FollowingPage": [
  1408.             "equals(Object obj) : Boolean",
  1409.             "getBuildVersion() : Double",
  1410.             "hashCode() : Integer",
  1411.             "toString() : String"
  1412.         ],
  1413.         "GenericBundleCapability": [
  1414.             "equals(Object obj) : Boolean",
  1415.             "getBuildVersion() : Double",
  1416.             "hashCode() : Integer",
  1417.             "toString() : String"
  1418.         ],
  1419.         "GenericFeedElement": [
  1420.             "equals(Object obj) : Boolean",
  1421.             "getBuildVersion() : Double",
  1422.             "hashCode() : Integer",
  1423.             "toString() : String"
  1424.         ],
  1425.         "GlobalInfluence": [
  1426.             "equals(Object obj) : Boolean",
  1427.             "getBuildVersion() : Double",
  1428.             "hashCode() : Integer",
  1429.             "toString() : String"
  1430.         ],
  1431.         "GroupArchiveStatus": [
  1432.             "equals(Object obj) : Boolean",
  1433.             "hashCode() : Integer",
  1434.             "values() : List"
  1435.         ],
  1436.         "GroupChatterSettings": [
  1437.             "equals(Object obj) : Boolean",
  1438.             "getBuildVersion() : Double",
  1439.             "hashCode() : Integer",
  1440.             "toString() : String"
  1441.         ],
  1442.         "GroupEmailFrequency": [
  1443.             "equals(Object obj) : Boolean",
  1444.             "hashCode() : Integer",
  1445.             "values() : List"
  1446.         ],
  1447.         "GroupInformation": [
  1448.             "equals(Object obj) : Boolean",
  1449.             "getBuildVersion() : Double",
  1450.             "hashCode() : Integer",
  1451.             "toString() : String"
  1452.         ],
  1453.         "GroupInformationInput": [
  1454.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1455.             "equals(Object obj) : Boolean",
  1456.             "hashCode() : Integer",
  1457.             "toString() : String"
  1458.         ],
  1459.         "GroupMember": [
  1460.             "equals(Object obj) : Boolean",
  1461.             "getBuildVersion() : Double",
  1462.             "hashCode() : Integer",
  1463.             "toString() : String"
  1464.         ],
  1465.         "GroupMemberPage": [
  1466.             "equals(Object obj) : Boolean",
  1467.             "getBuildVersion() : Double",
  1468.             "hashCode() : Integer",
  1469.             "toString() : String"
  1470.         ],
  1471.         "GroupMembershipRequest": [
  1472.             "equals(Object obj) : Boolean",
  1473.             "getBuildVersion() : Double",
  1474.             "hashCode() : Integer",
  1475.             "toString() : String"
  1476.         ],
  1477.         "GroupMembershipRequestStatus": [
  1478.             "equals(Object obj) : Boolean",
  1479.             "hashCode() : Integer",
  1480.             "values() : List"
  1481.         ],
  1482.         "GroupMembershipRequests": [
  1483.             "equals(Object obj) : Boolean",
  1484.             "getBuildVersion() : Double",
  1485.             "hashCode() : Integer",
  1486.             "toString() : String"
  1487.         ],
  1488.         "GroupMembershipType": [
  1489.             "equals(Object obj) : Boolean",
  1490.             "hashCode() : Integer",
  1491.             "values() : List"
  1492.         ],
  1493.         "GroupRecord": [
  1494.             "equals(Object obj) : Boolean",
  1495.             "getBuildVersion() : Double",
  1496.             "hashCode() : Integer",
  1497.             "toString() : String"
  1498.         ],
  1499.         "GroupRecordPage": [
  1500.             "equals(Object obj) : Boolean",
  1501.             "getBuildVersion() : Double",
  1502.             "hashCode() : Integer",
  1503.             "toString() : String"
  1504.         ],
  1505.         "GroupVisibilityType": [
  1506.             "equals(Object obj) : Boolean",
  1507.             "hashCode() : Integer",
  1508.             "values() : List"
  1509.         ],
  1510.         "HashtagSegment": [
  1511.             "equals(Object obj) : Boolean",
  1512.             "getBuildVersion() : Double",
  1513.             "hashCode() : Integer",
  1514.             "toString() : String"
  1515.         ],
  1516.         "HashtagSegmentInput": [
  1517.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1518.             "equals(Object obj) : Boolean",
  1519.             "hashCode() : Integer",
  1520.             "toString() : String"
  1521.         ],
  1522.         "HttpRequestMethod": [
  1523.             "equals(Object obj) : Boolean",
  1524.             "hashCode() : Integer",
  1525.             "values() : List"
  1526.         ],
  1527.         "Icon": [
  1528.             "equals(Object obj) : Boolean",
  1529.             "getBuildVersion() : Double",
  1530.             "hashCode() : Integer",
  1531.             "toString() : String"
  1532.         ],
  1533.         "LabeledRecordField": [
  1534.             "equals(Object obj) : Boolean",
  1535.             "getBuildVersion() : Double",
  1536.             "hashCode() : Integer",
  1537.             "toString() : String"
  1538.         ],
  1539.         "LinkAttachment": [
  1540.             "equals(Object obj) : Boolean",
  1541.             "getBuildVersion() : Double",
  1542.             "hashCode() : Integer",
  1543.             "toString() : String"
  1544.         ],
  1545.         "LinkAttachmentInput": [
  1546.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1547.             "equals(Object obj) : Boolean",
  1548.             "hashCode() : Integer",
  1549.             "toString() : String"
  1550.         ],
  1551.         "LinkCapability": [
  1552.             "equals(Object obj) : Boolean",
  1553.             "getBuildVersion() : Double",
  1554.             "hashCode() : Integer",
  1555.             "toString() : String"
  1556.         ],
  1557.         "LinkCapabilityInput": [
  1558.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1559.             "equals(Object obj) : Boolean",
  1560.             "hashCode() : Integer",
  1561.             "toString() : String"
  1562.         ],
  1563.         "LinkSegment": [
  1564.             "equals(Object obj) : Boolean",
  1565.             "getBuildVersion() : Double",
  1566.             "hashCode() : Integer",
  1567.             "toString() : String"
  1568.         ],
  1569.         "LinkSegmentInput": [
  1570.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1571.             "equals(Object obj) : Boolean",
  1572.             "hashCode() : Integer",
  1573.             "toString() : String"
  1574.         ],
  1575.         "ManagedTopic": [
  1576.             "equals(Object obj) : Boolean",
  1577.             "getBuildVersion() : Double",
  1578.             "hashCode() : Integer",
  1579.             "toString() : String"
  1580.         ],
  1581.         "ManagedTopicCollection": [
  1582.             "equals(Object obj) : Boolean",
  1583.             "getBuildVersion() : Double",
  1584.             "hashCode() : Integer",
  1585.             "toString() : String"
  1586.         ],
  1587.         "ManagedTopicPositionCollectionInput": [
  1588.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1589.             "equals(Object obj) : Boolean",
  1590.             "hashCode() : Integer",
  1591.             "toString() : String"
  1592.         ],
  1593.         "ManagedTopicPositionInput": [
  1594.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1595.             "equals(Object obj) : Boolean",
  1596.             "hashCode() : Integer",
  1597.             "toString() : String"
  1598.         ],
  1599.         "ManagedTopicType": [
  1600.             "equals(Object obj) : Boolean",
  1601.             "hashCode() : Integer",
  1602.             "values() : List"
  1603.         ],
  1604.         "ManagedTopics": [
  1605.             "createManagedTopic(String communityId, String recordId, ConnectApi.ManagedTopicType managedTopicType) : ConnectApi.ManagedTopic",
  1606.             "createManagedTopicByName(String communityId, String name, ConnectApi.ManagedTopicType managedTopicType) : ConnectApi.ManagedTopic",
  1607.             "deleteManagedTopic(String communityId, String managedTopicId) : void",
  1608.             "getManagedTopic(String communityId, String managedTopicId) : ConnectApi.ManagedTopic",
  1609.             "getManagedTopics(String communityId) : ConnectApi.ManagedTopicCollection",
  1610.             "getManagedTopics(String communityId, ConnectApi.ManagedTopicType managedTopicType) : ConnectApi.ManagedTopicCollection",
  1611.             "reorderManagedTopics(String communityId, ConnectApi.ManagedTopicPositionCollectionInput managedTopicPositionCollection) : ConnectApi.ManagedTopicCollection"
  1612.         ],
  1613.         "MentionCompletion": [
  1614.             "equals(Object obj) : Boolean",
  1615.             "getBuildVersion() : Double",
  1616.             "hashCode() : Integer",
  1617.             "toString() : String"
  1618.         ],
  1619.         "MentionCompletionPage": [
  1620.             "equals(Object obj) : Boolean",
  1621.             "getBuildVersion() : Double",
  1622.             "hashCode() : Integer",
  1623.             "toString() : String"
  1624.         ],
  1625.         "MentionCompletionType": [
  1626.             "equals(Object obj) : Boolean",
  1627.             "hashCode() : Integer",
  1628.             "values() : List"
  1629.         ],
  1630.         "MentionSegment": [
  1631.             "equals(Object obj) : Boolean",
  1632.             "getBuildVersion() : Double",
  1633.             "hashCode() : Integer",
  1634.             "toString() : String"
  1635.         ],
  1636.         "MentionSegmentInput": [
  1637.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1638.             "equals(Object obj) : Boolean",
  1639.             "hashCode() : Integer",
  1640.             "toString() : String"
  1641.         ],
  1642.         "MentionValidation": [
  1643.             "equals(Object obj) : Boolean",
  1644.             "getBuildVersion() : Double",
  1645.             "hashCode() : Integer",
  1646.             "toString() : String"
  1647.         ],
  1648.         "MentionValidationStatus": [
  1649.             "equals(Object obj) : Boolean",
  1650.             "hashCode() : Integer",
  1651.             "values() : List"
  1652.         ],
  1653.         "MentionValidations": [
  1654.             "equals(Object obj) : Boolean",
  1655.             "getBuildVersion() : Double",
  1656.             "hashCode() : Integer",
  1657.             "toString() : String"
  1658.         ],
  1659.         "Mentions": [
  1660.             "getMentionCompletions(String communityId, String q, String contextId) : ConnectApi.MentionCompletionPage",
  1661.             "getMentionCompletions(String communityId, String q, String contextId, ConnectApi.MentionCompletionType type, Integer pageParam, Integer pageSize) : ConnectApi.MentionCompletionPage",
  1662.             "getMentionValidations(String communityId, String parentId, List recordIds, ConnectApi.FeedItemVisibilityType visibility) : ConnectApi.MentionValidations",
  1663.             "setTestGetMentionCompletions(String communityId, String q, String contextId, ConnectApi.MentionCompletionPage result) : void",
  1664.             "setTestGetMentionCompletions(String communityId, String q, String contextId, ConnectApi.MentionCompletionType type, Integer pageParam, Integer pageSize, ConnectApi.MentionCompletionPage result) : void"
  1665.         ],
  1666.         "MessageBody": [
  1667.             "equals(Object obj) : Boolean",
  1668.             "getBuildVersion() : Double",
  1669.             "hashCode() : Integer",
  1670.             "toString() : String"
  1671.         ],
  1672.         "MessageBodyInput": [
  1673.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1674.             "equals(Object obj) : Boolean",
  1675.             "hashCode() : Integer",
  1676.             "toString() : String"
  1677.         ],
  1678.         "MessageSegment": [
  1679.             "equals(Object obj) : Boolean",
  1680.             "getBuildVersion() : Double",
  1681.             "hashCode() : Integer",
  1682.             "toString() : String"
  1683.         ],
  1684.         "MessageSegmentInput": [
  1685.             "convertToJavaObject(java:common.api.AppVersion param1) : java:core.connect.api.input.ConnectInputRepresentation",
  1686.             "equals(Object obj) : Boolean",
  1687.             "hashCode() : Integer",
  1688.             "toString() : String"
  1689.         ],
  1690.         "MessageSegmentType": [
  1691.             "equals(Object obj) : Boolean",
  1692.             "hashCode() : Integer",
  1693.             "values() : List"
  1694.         ],
  1695.         "ModerationCapability": [
  1696.             "equals(Object obj) : Boolean",
  1697.             "getBuildVersion() : Double",
  1698.             "hashCode() : Integer",
  1699.             "toString() : String"
  1700.         ],
  1701.         "ModerationFlags": [
  1702.             "equals(Object obj) : Boolean",
  1703.             "getBuildVersion() : Double",
  1704.             "hashCode() : Integer",
  1705.             "toString() : String"
  1706.         ],
  1707.         "MoreChangesSegment": [
  1708.             "equals(Object obj) : Boolean",
  1709.             "getBuildVersion() : Double",
  1710.             "hashCode() : Integer",
  1711.             "toString() : String"
  1712.         ],
  1713.         "Motif": [
  1714.             "equals(Object obj) : Boolean",
  1715.             "getBuildVersion() : Double",
  1716.             "hashCode() : Integer",
  1717.             "toString() : String"
  1718.         ],
  1719.         "NewFileAttachmentInput": [
  1720.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1721.             "equals(Object obj) : Boolean",
  1722.             "hashCode() : Integer",
  1723.             "toString() : String"
  1724.         ],
  1725.         "NonEntityRecommendation": [
  1726.             "equals(Object obj) : Boolean",
  1727.             "getBuildVersion() : Double",
  1728.             "hashCode() : Integer",
  1729.             "toString() : String"
  1730.         ],
  1731.         "NotFoundException": [
  1732.             "getTypeName() : String"
  1733.         ],
  1734.         "Organization": [
  1735.             "getSettings() : ConnectApi.OrganizationSettings"
  1736.         ],
  1737.         "OrganizationSettings": [
  1738.             "equals(Object obj) : Boolean",
  1739.             "getBuildVersion() : Double",
  1740.             "hashCode() : Integer",
  1741.             "toString() : String"
  1742.         ],
  1743.         "OriginCapability": [
  1744.             "equals(Object obj) : Boolean",
  1745.             "getBuildVersion() : Double",
  1746.             "hashCode() : Integer",
  1747.             "toString() : String"
  1748.         ],
  1749.         "PercentRecordField": [
  1750.             "equals(Object obj) : Boolean",
  1751.             "getBuildVersion() : Double",
  1752.             "hashCode() : Integer",
  1753.             "toString() : String"
  1754.         ],
  1755.         "PhoneNumber": [
  1756.             "equals(Object obj) : Boolean",
  1757.             "getBuildVersion() : Double",
  1758.             "hashCode() : Integer",
  1759.             "toString() : String"
  1760.         ],
  1761.         "Photo": [
  1762.             "equals(Object obj) : Boolean",
  1763.             "getBuildVersion() : Double",
  1764.             "hashCode() : Integer",
  1765.             "toString() : String"
  1766.         ],
  1767.         "PhotoInput": [
  1768.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1769.             "equals(Object obj) : Boolean",
  1770.             "hashCode() : Integer",
  1771.             "toString() : String"
  1772.         ],
  1773.         "PicklistRecordField": [
  1774.             "equals(Object obj) : Boolean",
  1775.             "getBuildVersion() : Double",
  1776.             "hashCode() : Integer",
  1777.             "toString() : String"
  1778.         ],
  1779.         "PlatformAction": [
  1780.             "equals(Object obj) : Boolean",
  1781.             "getBuildVersion() : Double",
  1782.             "hashCode() : Integer",
  1783.             "toString() : String"
  1784.         ],
  1785.         "PlatformActionGroup": [
  1786.             "equals(Object obj) : Boolean",
  1787.             "getBuildVersion() : Double",
  1788.             "hashCode() : Integer",
  1789.             "toString() : String"
  1790.         ],
  1791.         "PlatformActionGroupCategory": [
  1792.             "equals(Object obj) : Boolean",
  1793.             "hashCode() : Integer",
  1794.             "values() : List"
  1795.         ],
  1796.         "PlatformActionStatus": [
  1797.             "equals(Object obj) : Boolean",
  1798.             "hashCode() : Integer",
  1799.             "values() : List"
  1800.         ],
  1801.         "PlatformActionType": [
  1802.             "equals(Object obj) : Boolean",
  1803.             "hashCode() : Integer",
  1804.             "values() : List"
  1805.         ],
  1806.         "PollAttachmentInput": [
  1807.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1808.             "equals(Object obj) : Boolean",
  1809.             "hashCode() : Integer",
  1810.             "toString() : String"
  1811.         ],
  1812.         "PollCapability": [
  1813.             "equals(Object obj) : Boolean",
  1814.             "getBuildVersion() : Double",
  1815.             "hashCode() : Integer",
  1816.             "toString() : String"
  1817.         ],
  1818.         "PollCapabilityInput": [
  1819.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1820.             "equals(Object obj) : Boolean",
  1821.             "hashCode() : Integer",
  1822.             "toString() : String"
  1823.         ],
  1824.         "QuestionAndAnswers": [
  1825.             "getSuggestions(String communityId, String q, String subjectId, Boolean includeArticles, Integer maxResults) : ConnectApi.QuestionAndAnswersSuggestions",
  1826.             "setTestGetSuggestions(String communityId, String q, String subjectId, Boolean includeArticles, Integer maxResults, ConnectApi.QuestionAndAnswersSuggestions result) : void",
  1827.             "updateQuestionAndAnswers(String communityId, String feedElementId, ConnectApi.QuestionAndAnswersCapabilityInput questionAndAnswersCapability) : ConnectApi.QuestionAndAnswersCapability"
  1828.         ],
  1829.         "QuestionAndAnswersCapability": [
  1830.             "equals(Object obj) : Boolean",
  1831.             "getBuildVersion() : Double",
  1832.             "hashCode() : Integer",
  1833.             "toString() : String"
  1834.         ],
  1835.         "QuestionAndAnswersCapabilityInput": [
  1836.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1837.             "equals(Object obj) : Boolean",
  1838.             "hashCode() : Integer",
  1839.             "toString() : String"
  1840.         ],
  1841.         "QuestionAndAnswersSuggestions": [
  1842.             "equals(Object obj) : Boolean",
  1843.             "getBuildVersion() : Double",
  1844.             "hashCode() : Integer",
  1845.             "toString() : String"
  1846.         ],
  1847.         "QuestionAttachment": [
  1848.             "equals(Object obj) : Boolean",
  1849.             "getBuildVersion() : Double",
  1850.             "hashCode() : Integer",
  1851.             "toString() : String"
  1852.         ],
  1853.         "QuestionAttachmentInput": [
  1854.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  1855.             "equals(Object obj) : Boolean",
  1856.             "hashCode() : Integer",
  1857.             "toString() : String"
  1858.         ],
  1859.         "RateLimitException": [
  1860.             "getErrorCode() : String",
  1861.             "getTypeName() : String"
  1862.         ],
  1863.         "RecommendationActionType": [
  1864.             "equals(Object obj) : Boolean",
  1865.             "hashCode() : Integer",
  1866.             "values() : List"
  1867.         ],
  1868.         "RecommendationCollection": [
  1869.             "equals(Object obj) : Boolean",
  1870.             "getBuildVersion() : Double",
  1871.             "hashCode() : Integer",
  1872.             "toString() : String"
  1873.         ],
  1874.         "RecommendationExplanation": [
  1875.             "equals(Object obj) : Boolean",
  1876.             "getBuildVersion() : Double",
  1877.             "hashCode() : Integer",
  1878.             "toString() : String"
  1879.         ],
  1880.         "RecommendationExplanationType": [
  1881.             "equals(Object obj) : Boolean",
  1882.             "hashCode() : Integer",
  1883.             "values() : List"
  1884.         ],
  1885.         "RecommendationType": [
  1886.             "equals(Object obj) : Boolean",
  1887.             "hashCode() : Integer",
  1888.             "values() : List"
  1889.         ],
  1890.         "Recommendations": [
  1891.             "getRecommendationForUser(String communityId, String userId, ConnectApi.RecommendationActionType action, String objectId) : ConnectApi.RecommendationCollection",
  1892.             "getRecommendationsForUser(String communityId, String userId, ConnectApi.RecommendationActionType action, ConnectApi.RecommendationActionType contextAction, String contextObjectId, Integer maxResults) : ConnectApi.RecommendationCollection",
  1893.             "getRecommendationsForUser(String communityId, String userId, ConnectApi.RecommendationActionType action, String objectCategory, ConnectApi.RecommendationActionType contextAction, String contextObjectId, Integer maxResults) : ConnectApi.RecommendationCollection",
  1894.             "getRecommendationsForUser(String communityId, String userId, ConnectApi.RecommendationActionType contextAction, String contextObjectId, Integer maxResults) : ConnectApi.RecommendationCollection",
  1895.             "rejectRecommendationForUser(String communityId, String userId, ConnectApi.RecommendationActionType action, String objectId) : void",
  1896.             "setTestGetRecommendationForUser(String communityId, String userId, ConnectApi.RecommendationActionType action, String objectId, ConnectApi.RecommendationCollection result) : void",
  1897.             "setTestGetRecommendationsForUser(String communityId, String userId, ConnectApi.RecommendationActionType action, ConnectApi.RecommendationActionType contextAction, String contextObjectId, Integer maxResults, ConnectApi.RecommendationCollection result) : void",
  1898.             "setTestGetRecommendationsForUser(String communityId, String userId, ConnectApi.RecommendationActionType action, String objectCategory, ConnectApi.RecommendationActionType contextAction, String contextObjectId, Integer maxResults, ConnectApi.RecommendationCollection result) : void",
  1899.             "setTestGetRecommendationsForUser(String communityId, String userId, ConnectApi.RecommendationActionType contextAction, String contextObjectId, Integer maxResults, ConnectApi.RecommendationCollection result) : void"
  1900.         ],
  1901.         "RecommendationsCapability": [
  1902.             "equals(Object obj) : Boolean",
  1903.             "getBuildVersion() : Double",
  1904.             "hashCode() : Integer",
  1905.             "toString() : String"
  1906.         ],
  1907.         "RecordColumnOrder": [
  1908.             "equals(Object obj) : Boolean",
  1909.             "hashCode() : Integer",
  1910.             "values() : List"
  1911.         ],
  1912.         "RecordField": [
  1913.             "equals(Object obj) : Boolean",
  1914.             "getBuildVersion() : Double",
  1915.             "hashCode() : Integer",
  1916.             "toString() : String"
  1917.         ],
  1918.         "RecordFieldType": [
  1919.             "equals(Object obj) : Boolean",
  1920.             "hashCode() : Integer",
  1921.             "values() : List"
  1922.         ],
  1923.         "RecordSnapshotAttachment": [
  1924.             "equals(Object obj) : Boolean",
  1925.             "getBuildVersion() : Double",
  1926.             "hashCode() : Integer",
  1927.             "toString() : String"
  1928.         ],
  1929.         "RecordSnapshotCapability": [
  1930.             "equals(Object obj) : Boolean",
  1931.             "getBuildVersion() : Double",
  1932.             "hashCode() : Integer",
  1933.             "toString() : String"
  1934.         ],
  1935.         "RecordSummary": [
  1936.             "equals(Object obj) : Boolean",
  1937.             "getBuildVersion() : Double",
  1938.             "hashCode() : Integer",
  1939.             "toString() : String"
  1940.         ],
  1941.         "RecordSummaryList": [
  1942.             "equals(Object obj) : Boolean",
  1943.             "getBuildVersion() : Double",
  1944.             "hashCode() : Integer",
  1945.             "toString() : String"
  1946.         ],
  1947.         "RecordView": [
  1948.             "equals(Object obj) : Boolean",
  1949.             "getBuildVersion() : Double",
  1950.             "hashCode() : Integer",
  1951.             "toString() : String"
  1952.         ],
  1953.         "RecordViewSection": [
  1954.             "equals(Object obj) : Boolean",
  1955.             "getBuildVersion() : Double",
  1956.             "hashCode() : Integer",
  1957.             "toString() : String"
  1958.         ],
  1959.         "Records": [
  1960.             "getMotif(String communityId, String idOrPrefix) : ConnectApi.Motif",
  1961.             "getMotifBatch(String communityId, List idOrPrefixList) : List"
  1962.         ],
  1963.         "Reference": [
  1964.             "equals(Object obj) : Boolean",
  1965.             "getBuildVersion() : Double",
  1966.             "hashCode() : Integer",
  1967.             "toString() : String"
  1968.         ],
  1969.         "ReferenceRecordField": [
  1970.             "equals(Object obj) : Boolean",
  1971.             "getBuildVersion() : Double",
  1972.             "hashCode() : Integer",
  1973.             "toString() : String"
  1974.         ],
  1975.         "ReferenceWithDateRecordField": [
  1976.             "equals(Object obj) : Boolean",
  1977.             "getBuildVersion() : Double",
  1978.             "hashCode() : Integer",
  1979.             "toString() : String"
  1980.         ],
  1981.         "Reputation": [
  1982.             "equals(Object obj) : Boolean",
  1983.             "getBuildVersion() : Double",
  1984.             "hashCode() : Integer",
  1985.             "toString() : String"
  1986.         ],
  1987.         "ReputationLevel": [
  1988.             "equals(Object obj) : Boolean",
  1989.             "getBuildVersion() : Double",
  1990.             "hashCode() : Integer",
  1991.             "toString() : String"
  1992.         ],
  1993.         "RequestHeader": [
  1994.             "equals(Object obj) : Boolean",
  1995.             "getBuildVersion() : Double",
  1996.             "hashCode() : Integer",
  1997.             "toString() : String"
  1998.         ],
  1999.         "RequestHeaderInput": [
  2000.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  2001.             "equals(Object obj) : Boolean",
  2002.             "hashCode() : Integer",
  2003.             "toString() : String"
  2004.         ],
  2005.         "ResourceLinkSegment": [
  2006.             "equals(Object obj) : Boolean",
  2007.             "getBuildVersion() : Double",
  2008.             "hashCode() : Integer",
  2009.             "toString() : String"
  2010.         ],
  2011.         "SortOrder": [
  2012.             "equals(Object obj) : Boolean",
  2013.             "hashCode() : Integer",
  2014.             "values() : List"
  2015.         ],
  2016.         "Subscription": [
  2017.             "equals(Object obj) : Boolean",
  2018.             "getBuildVersion() : Double",
  2019.             "hashCode() : Integer",
  2020.             "toString() : String"
  2021.         ],
  2022.         "TextSegment": [
  2023.             "equals(Object obj) : Boolean",
  2024.             "getBuildVersion() : Double",
  2025.             "hashCode() : Integer",
  2026.             "toString() : String"
  2027.         ],
  2028.         "TextSegmentInput": [
  2029.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  2030.             "equals(Object obj) : Boolean",
  2031.             "hashCode() : Integer",
  2032.             "toString() : String"
  2033.         ],
  2034.         "TimeZone": [
  2035.             "equals(Object obj) : Boolean",
  2036.             "getBuildVersion() : Double",
  2037.             "hashCode() : Integer",
  2038.             "toString() : String"
  2039.         ],
  2040.         "Topic": [
  2041.             "equals(Object obj) : Boolean",
  2042.             "getBuildVersion() : Double",
  2043.             "hashCode() : Integer",
  2044.             "toString() : String"
  2045.         ],
  2046.         "TopicImages": [
  2047.             "equals(Object obj) : Boolean",
  2048.             "getBuildVersion() : Double",
  2049.             "hashCode() : Integer",
  2050.             "toString() : String"
  2051.         ],
  2052.         "TopicInput": [
  2053.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  2054.             "equals(Object obj) : Boolean",
  2055.             "hashCode() : Integer",
  2056.             "toString() : String"
  2057.         ],
  2058.         "TopicPage": [
  2059.             "equals(Object obj) : Boolean",
  2060.             "getBuildVersion() : Double",
  2061.             "hashCode() : Integer",
  2062.             "toString() : String"
  2063.         ],
  2064.         "TopicSort": [
  2065.             "equals(Object obj) : Boolean",
  2066.             "hashCode() : Integer",
  2067.             "values() : List"
  2068.         ],
  2069.         "TopicSuggestion": [
  2070.             "equals(Object obj) : Boolean",
  2071.             "getBuildVersion() : Double",
  2072.             "hashCode() : Integer",
  2073.             "toString() : String"
  2074.         ],
  2075.         "TopicSuggestionPage": [
  2076.             "equals(Object obj) : Boolean",
  2077.             "getBuildVersion() : Double",
  2078.             "hashCode() : Integer",
  2079.             "toString() : String"
  2080.         ],
  2081.         "Topics": [
  2082.             "assignTopic(String communityId, String recordId, String topicId) : ConnectApi.Topic",
  2083.             "assignTopicByName(String communityId, String recordId, String topicName) : ConnectApi.Topic",
  2084.             "deleteTopic(String communityId, String topicId) : void",
  2085.             "getGroupsRecentlyTalkingAboutTopic(String communityId, String topicId) : ConnectApi.ChatterGroupSummaryPage",
  2086.             "getRecentlyTalkingAboutTopicsForGroup(String communityId, String groupId) : ConnectApi.TopicPage",
  2087.             "getRecentlyTalkingAboutTopicsForUser(String communityId, String userId) : ConnectApi.TopicPage",
  2088.             "getRelatedTopics(String communityId, String topicId) : ConnectApi.TopicPage",
  2089.             "getTopic(String communityId, String topicId) : ConnectApi.Topic",
  2090.             "getTopicSuggestions(String communityId, String recordId) : ConnectApi.TopicSuggestionPage",
  2091.             "getTopicSuggestions(String communityId, String recordId, Integer maxResults) : ConnectApi.TopicSuggestionPage",
  2092.             "getTopicSuggestionsForText(String communityId, String text) : ConnectApi.TopicSuggestionPage",
  2093.             "getTopicSuggestionsForText(String communityId, String text, Integer maxResults) : ConnectApi.TopicSuggestionPage",
  2094.             "getTopics(String communityId) : ConnectApi.TopicPage",
  2095.             "getTopics(String communityId, ConnectApi.TopicSort sortParam) : ConnectApi.TopicPage",
  2096.             "getTopics(String communityId, Integer pageParam, Integer pageSize) : ConnectApi.TopicPage",
  2097.             "getTopics(String communityId, Integer pageParam, Integer pageSize, ConnectApi.TopicSort sortParam) : ConnectApi.TopicPage",
  2098.             "getTopics(String communityId, String q, Boolean exactMatch) : ConnectApi.TopicPage",
  2099.             "getTopics(String communityId, String q, ConnectApi.TopicSort sortParam) : ConnectApi.TopicPage",
  2100.             "getTopics(String communityId, String q, Integer pageParam, Integer pageSize) : ConnectApi.TopicPage",
  2101.             "getTopics(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.TopicSort sortParam) : ConnectApi.TopicPage",
  2102.             "getTopics(String communityId, String recordId) : ConnectApi.TopicPage",
  2103.             "getTrendingTopics(String communityId) : ConnectApi.TopicPage",
  2104.             "getTrendingTopics(String communityId, Integer maxResults) : ConnectApi.TopicPage",
  2105.             "mergeTopics(String communityId, String topicId, List idsToMerge) : ConnectApi.Topic",
  2106.             "setTestGetGroupsRecentlyTalkingAboutTopic(String communityId, String topicId, ConnectApi.ChatterGroupSummaryPage result) : void",
  2107.             "setTestGetRecentlyTalkingAboutTopicsForGroup(String communityId, String groupId, ConnectApi.TopicPage result) : void",
  2108.             "setTestGetRecentlyTalkingAboutTopicsForUser(String communityId, String userId, ConnectApi.TopicPage result) : void",
  2109.             "setTestGetRelatedTopics(String communityId, String topicId, ConnectApi.TopicPage result) : void",
  2110.             "setTestGetTopicSuggestions(String communityId, String recordId, ConnectApi.TopicSuggestionPage result) : void",
  2111.             "setTestGetTopicSuggestions(String communityId, String recordId, Integer maxResults, ConnectApi.TopicSuggestionPage result) : void",
  2112.             "setTestGetTopicSuggestionsForText(String communityId, String text, ConnectApi.TopicSuggestionPage result) : void",
  2113.             "setTestGetTopicSuggestionsForText(String communityId, String text, Integer maxResults, ConnectApi.TopicSuggestionPage result) : void",
  2114.             "setTestGetTrendingTopics(String communityId, ConnectApi.TopicPage result) : void",
  2115.             "setTestGetTrendingTopics(String communityId, Integer maxResults, ConnectApi.TopicPage result) : void",
  2116.             "unassignTopic(String communityId, String recordId, String topicId) : void",
  2117.             "updateTopic(String communityId, String topicId, ConnectApi.TopicInput topic) : ConnectApi.Topic"
  2118.         ],
  2119.         "TopicsCapability": [
  2120.             "equals(Object obj) : Boolean",
  2121.             "getBuildVersion() : Double",
  2122.             "hashCode() : Integer",
  2123.             "toString() : String"
  2124.         ],
  2125.         "TrackedChangeAttachment": [
  2126.             "equals(Object obj) : Boolean",
  2127.             "getBuildVersion() : Double",
  2128.             "hashCode() : Integer",
  2129.             "toString() : String"
  2130.         ],
  2131.         "TrackedChangeBundleCapability": [
  2132.             "equals(Object obj) : Boolean",
  2133.             "getBuildVersion() : Double",
  2134.             "hashCode() : Integer",
  2135.             "toString() : String"
  2136.         ],
  2137.         "TrackedChangeItem": [
  2138.             "equals(Object obj) : Boolean",
  2139.             "getBuildVersion() : Double",
  2140.             "hashCode() : Integer",
  2141.             "toString() : String"
  2142.         ],
  2143.         "TrackedChangesCapability": [
  2144.             "equals(Object obj) : Boolean",
  2145.             "getBuildVersion() : Double",
  2146.             "hashCode() : Integer",
  2147.             "toString() : String"
  2148.         ],
  2149.         "UnauthenticatedUser": [
  2150.             "equals(Object obj) : Boolean",
  2151.             "getBuildVersion() : Double",
  2152.             "hashCode() : Integer",
  2153.             "toString() : String"
  2154.         ],
  2155.         "UnreadConversationCount": [
  2156.             "equals(Object obj) : Boolean",
  2157.             "getBuildVersion() : Double",
  2158.             "hashCode() : Integer",
  2159.             "toString() : String"
  2160.         ],
  2161.         "User": [
  2162.             "equals(Object obj) : Boolean",
  2163.             "getBuildVersion() : Double",
  2164.             "hashCode() : Integer",
  2165.             "toString() : String"
  2166.         ],
  2167.         "UserCapabilities": [
  2168.             "equals(Object obj) : Boolean",
  2169.             "getBuildVersion() : Double",
  2170.             "hashCode() : Integer",
  2171.             "toString() : String"
  2172.         ],
  2173.         "UserChatterSettings": [
  2174.             "equals(Object obj) : Boolean",
  2175.             "getBuildVersion() : Double",
  2176.             "hashCode() : Integer",
  2177.             "toString() : String"
  2178.         ],
  2179.         "UserDetail": [
  2180.             "equals(Object obj) : Boolean",
  2181.             "getBuildVersion() : Double",
  2182.             "hashCode() : Integer",
  2183.             "toString() : String"
  2184.         ],
  2185.         "UserGroupPage": [
  2186.             "equals(Object obj) : Boolean",
  2187.             "getBuildVersion() : Double",
  2188.             "hashCode() : Integer",
  2189.             "toString() : String"
  2190.         ],
  2191.         "UserInput": [
  2192.             "convertToJavaObject(java:common.api.AppVersion currentVersion) : java:core.connect.api.input.ConnectInputRepresentation",
  2193.             "equals(Object obj) : Boolean",
  2194.             "hashCode() : Integer",
  2195.             "toString() : String"
  2196.         ],
  2197.         "UserPage": [
  2198.             "equals(Object obj) : Boolean",
  2199.             "getBuildVersion() : Double",
  2200.             "hashCode() : Integer",
  2201.             "toString() : String"
  2202.         ],
  2203.         "UserProfile": [
  2204.             "equals(Object obj) : Boolean",
  2205.             "getBuildVersion() : Double",
  2206.             "hashCode() : Integer",
  2207.             "toString() : String"
  2208.         ],
  2209.         "UserProfileTab": [
  2210.             "equals(Object obj) : Boolean",
  2211.             "getBuildVersion() : Double",
  2212.             "hashCode() : Integer",
  2213.             "toString() : String"
  2214.         ],
  2215.         "UserProfileTabType": [
  2216.             "equals(Object obj) : Boolean",
  2217.             "hashCode() : Integer",
  2218.             "values() : List"
  2219.         ],
  2220.         "UserProfiles": [
  2221.             "getUserProfile(String communityId, String userId) : ConnectApi.UserProfile"
  2222.         ],
  2223.         "UserSettings": [
  2224.             "equals(Object obj) : Boolean",
  2225.             "getBuildVersion() : Double",
  2226.             "hashCode() : Integer",
  2227.             "toString() : String"
  2228.         ],
  2229.         "UserSummary": [
  2230.             "equals(Object obj) : Boolean",
  2231.             "getBuildVersion() : Double",
  2232.             "hashCode() : Integer",
  2233.             "toString() : String"
  2234.         ],
  2235.         "UserType": [
  2236.             "equals(Object obj) : Boolean",
  2237.             "hashCode() : Integer",
  2238.             "values() : List"
  2239.         ],
  2240.         "WorkflowProcessStatus": [
  2241.             "equals(Object obj) : Boolean",
  2242.             "hashCode() : Integer",
  2243.             "values() : List"
  2244.         ],
  2245.         "Zone": [
  2246.             "equals(Object obj) : Boolean",
  2247.             "getBuildVersion() : Double",
  2248.             "hashCode() : Integer",
  2249.             "toString() : String"
  2250.         ],
  2251.         "ZonePage": [
  2252.             "equals(Object obj) : Boolean",
  2253.             "getBuildVersion() : Double",
  2254.             "hashCode() : Integer",
  2255.             "toString() : String"
  2256.         ],
  2257.         "ZoneSearchPage": [
  2258.             "equals(Object obj) : Boolean",
  2259.             "getBuildVersion() : Double",
  2260.             "hashCode() : Integer",
  2261.             "toString() : String"
  2262.         ],
  2263.         "ZoneSearchResult": [
  2264.             "equals(Object obj) : Boolean",
  2265.             "getBuildVersion() : Double",
  2266.             "hashCode() : Integer",
  2267.             "toString() : String"
  2268.         ],
  2269.         "ZoneSearchResultType": [
  2270.             "equals(Object obj) : Boolean",
  2271.             "hashCode() : Integer",
  2272.             "values() : List"
  2273.         ],
  2274.         "ZoneShowIn": [
  2275.             "equals(Object obj) : Boolean",
  2276.             "hashCode() : Integer",
  2277.             "values() : List"
  2278.         ],
  2279.         "Zones": [
  2280.             "getZone(String communityId, String zoneId) : ConnectApi.Zone",
  2281.             "getZones(String communityId) : ConnectApi.ZonePage",
  2282.             "getZones(String communityId, Integer pageParam, Integer pageSize) : ConnectApi.ZonePage",
  2283.             "searchInZone(String communityId, String zoneId, String q, ConnectApi.ZoneSearchResultType filter) : ConnectApi.ZoneSearchPage",
  2284.             "searchInZone(String communityId, String zoneId, String q, ConnectApi.ZoneSearchResultType filter, String pageParam, Integer pageSize) : ConnectApi.ZoneSearchPage",
  2285.             "setTestSearchInZone(String communityId, String zoneId, String q, ConnectApi.ZoneSearchResultType filter, ConnectApi.ZoneSearchPage result) : void",
  2286.             "setTestSearchInZone(String communityId, String zoneId, String q, ConnectApi.ZoneSearchResultType filter, String pageParam, Integer pageSize, ConnectApi.ZoneSearchPage result) : void"
  2287.         ]
  2288.     },
  2289.     "Database": {
  2290.         "AssignmentRuleHeader": [],
  2291.         "Batchable": [
  2292.             "execute(Database.BatchableContext param1, List param2) : void",
  2293.             "finish(Database.BatchableContext param1) : void",
  2294.             "start(Database.BatchableContext param1) : system.Iterable"
  2295.         ],
  2296.         "BatchableContext": [
  2297.             "getChildJobId() : Id",
  2298.             "getJobId() : Id"
  2299.         ],
  2300.         "BatchableContextImpl": [
  2301.             "getChildJobId() : Id",
  2302.             "getJobId() : Id"
  2303.         ],
  2304.         "DMLOptions": [],
  2305.         "DeleteResult": [
  2306.             "getErrors() : List",
  2307.             "getId() : Id",
  2308.             "isSuccess() : Boolean"
  2309.         ],
  2310.         "DeletedRecord": [
  2311.             "getDeletedDate() : Date",
  2312.             "getId() : Id"
  2313.         ],
  2314.         "DuplicateError": [
  2315.             "getDuplicateResult() : Datacloud.DuplicateResult",
  2316.             "getFields() : List",
  2317.             "getMessage() : String",
  2318.             "getStatusCode() : system.StatusCode"
  2319.         ],
  2320.         "DuplicateRuleHeader": [],
  2321.         "EmailHeader": [],
  2322.         "EmptyRecycleBinResult": [
  2323.             "getErrors() : List",
  2324.             "getId() : Id",
  2325.             "isSuccess() : Boolean"
  2326.         ],
  2327.         "Error": [
  2328.             "getFields() : List",
  2329.             "getMessage() : String",
  2330.             "getStatusCode() : system.StatusCode"
  2331.         ],
  2332.         "GetDeletedResult": [
  2333.             "getDeletedRecords() : List",
  2334.             "getEarliestDateAvailable() : Date",
  2335.             "getLatestDateCovered() : Date"
  2336.         ],
  2337.         "GetUpdatedResult": [
  2338.             "getIds() : List",
  2339.             "getLatestDateCovered() : Date"
  2340.         ],
  2341.         "LeadConvert": [
  2342.             "getAccountId() : Id",
  2343.             "getContactId() : Id",
  2344.             "getConvertedStatus() : String",
  2345.             "getLeadId() : Id",
  2346.             "getOpportunityName() : String",
  2347.             "getOwnerId() : Id",
  2348.             "isDoNotCreateOpportunity() : Boolean",
  2349.             "isOverwriteLeadSource() : Boolean",
  2350.             "isSendNotificationEmail() : Boolean",
  2351.             "setAccountId(Id param1) : void",
  2352.             "setContactId(Id param1) : void",
  2353.             "setConvertedStatus(String param1) : void",
  2354.             "setDoNotCreateOpportunity(Boolean param1) : void",
  2355.             "setLeadId(Id param1) : void",
  2356.             "setOpportunityName(String param1) : void",
  2357.             "setOverwriteLeadSource(Boolean param1) : void",
  2358.             "setOwnerId(Id param1) : void",
  2359.             "setSendNotificationEmail(Boolean param1) : void"
  2360.         ],
  2361.         "LeadConvertResult": [
  2362.             "getAccountId() : Id",
  2363.             "getContactId() : Id",
  2364.             "getErrors() : List",
  2365.             "getLeadId() : Id",
  2366.             "getOpportunityId() : Id",
  2367.             "isSuccess() : Boolean"
  2368.         ],
  2369.         "MergeRequest": [
  2370.             "getMasterRecord() : SObject",
  2371.             "getRecordToMergeIds() : List",
  2372.             "setMasterRecord(SObject param1) : void",
  2373.             "setRecordToMergeIds(List param1) : void"
  2374.         ],
  2375.         "MergeResult": [
  2376.             "getErrors() : List",
  2377.             "getId() : Id",
  2378.             "getMergedRecordIds() : List",
  2379.             "getUpdatedRelatedIds() : List",
  2380.             "isSuccess() : Boolean"
  2381.         ],
  2382.         "QueryLocator": [
  2383.             "getQuery() : String",
  2384.             "iterator() : Database.QueryLocatorIterator"
  2385.         ],
  2386.         "QueryLocatorChunkIterator": [
  2387.             "hasNext() : Boolean",
  2388.             "next() : List"
  2389.         ],
  2390.         "QueryLocatorIterator": [
  2391.             "hasNext() : Boolean",
  2392.             "next() : SObject"
  2393.         ],
  2394.         "SaveResult": [
  2395.             "getErrors() : List",
  2396.             "getId() : Id",
  2397.             "isSuccess() : Boolean"
  2398.         ],
  2399.         "UndeleteResult": [
  2400.             "getErrors() : List",
  2401.             "getId() : Id",
  2402.             "isSuccess() : Boolean"
  2403.         ],
  2404.         "UpsertResult": [
  2405.             "getErrors() : List",
  2406.             "getId() : Id",
  2407.             "isCreated() : Boolean",
  2408.             "isSuccess() : Boolean"
  2409.         ]
  2410.     },
  2411.     "Datacloud": {
  2412.         "AdditionalInformationMap": [
  2413.             "getName() : String",
  2414.             "getValue() : String"
  2415.         ],
  2416.         "DuplicateResult": [
  2417.             "getDuplicateRule() : String",
  2418.             "getDuplicateRuleEntityType() : String",
  2419.             "getErrorMessage() : String",
  2420.             "getMatchResults() : List",
  2421.             "isAllowSave() : Boolean"
  2422.         ],
  2423.         "FieldDiff": [
  2424.             "getDifference() : String",
  2425.             "getName() : String"
  2426.         ],
  2427.         "MatchRecord": [
  2428.             "getAdditionalInformation() : List",
  2429.             "getFieldDiffs() : List",
  2430.             "getMatchConfidence() : Double",
  2431.             "getRecord() : SObject"
  2432.         ],
  2433.         "MatchResult": [
  2434.             "getEntityType() : String",
  2435.             "getErrors() : List",
  2436.             "getMatchEngine() : String",
  2437.             "getMatchRecords() : List",
  2438.             "getRule() : String",
  2439.             "getSize() : Integer",
  2440.             "isSuccess() : Boolean"
  2441.         ]
  2442.     },
  2443.     "Flow": {
  2444.         "Interview": [
  2445.             "getVariableValue(String variableName) : Object",
  2446.             "start() : void"
  2447.         ]
  2448.     },
  2449.     "KbManagement": {
  2450.         "PublishingService": [
  2451.             "archiveOnlineArticle(String articleId, Datetime scheduledDate) : void",
  2452.             "assignDraftArticleTask(String articleId, String assigneeId, String instructions, Datetime dueDate, Boolean sendEmailNotification) : void",
  2453.             "assignDraftTranslationTask(String translationVersionId, String assigneeId, String instructions, Datetime dueDate, Boolean sendEmailNotification) : void",
  2454.             "cancelScheduledArchivingOfArticle(String articleId) : void",
  2455.             "cancelScheduledPublicationOfArticle(String articleId) : void",
  2456.             "completeTranslation(String articleVersionId) : void",
  2457.             "deleteArchivedArticle(String articleId) : void",
  2458.             "deleteArchivedArticleVersion(String articleId, Integer versionNumber) : void",
  2459.             "deleteDraftArticle(String articleId) : void",
  2460.             "deleteDraftTranslation(String articleVersionId) : void",
  2461.             "editArchivedArticle(String articleId) : String",
  2462.             "editOnlineArticle(String articleId, Boolean unpublish) : String",
  2463.             "editPublishedTranslation(String articleId, String language, Boolean unpublish) : String",
  2464.             "publishArticle(String articleId, Boolean flagAsNew) : void",
  2465.             "restoreOldVersion(String articleId, Integer versionNumber) : String",
  2466.             "scheduleForPublication(String articleId, Datetime scheduledDate) : void",
  2467.             "setTranslationToIncomplete(String articleVersionId) : void",
  2468.             "submitForTranslation(String articleId, String language, String assigneeId, Datetime dueDate) : String"
  2469.         ]
  2470.     },
  2471.     "LiveAgent": {
  2472.         "LiveAgentRealTimeSystem": [
  2473.             "cancelChatRequests(List requests) : void",
  2474.             "routeChatRequests(List routes) : List",
  2475.             "setButtonStatus(String liveChatButtonId, Boolean online) : void"
  2476.         ],
  2477.         "LiveChatRouter": [
  2478.             "doRouting(List param1) : void"
  2479.         ],
  2480.         "LiveChatRoutingRequest": [
  2481.             "getChatKey() : String",
  2482.             "getLiveChatButtonId() : String",
  2483.             "getLiveChatTranscriptId() : String"
  2484.         ],
  2485.         "LiveChatRoutingResult": [
  2486.             "getChatKey() : String",
  2487.             "getResult() : LiveAgent.LiveChatRoutingResultType",
  2488.             "isSuccess() : Boolean"
  2489.         ],
  2490.         "LiveChatRoutingResultType": [
  2491.             "equals(Object obj) : Boolean",
  2492.             "hashCode() : Integer",
  2493.             "values() : List"
  2494.         ],
  2495.         "LiveChatRoutingRoute": [
  2496.             "getChatKey() : String",
  2497.             "getUserId() : String"
  2498.         ]
  2499.     },
  2500.     "Messaging": {
  2501.         "BinaryAttachment": [],
  2502.         "Email": [
  2503.             "getBccSender() : Boolean",
  2504.             "getEmailPriority() : String",
  2505.             "getReplyTo() : String",
  2506.             "getSaveAsActivity() : Boolean",
  2507.             "getSenderDisplayName() : String",
  2508.             "getSubject() : String",
  2509.             "getUseSignature() : Boolean",
  2510.             "setBccSender(Boolean param1) : void",
  2511.             "setEmailPriority(String param1) : void",
  2512.             "setReplyTo(String param1) : void",
  2513.             "setSaveAsActivity(Boolean param1) : void",
  2514.             "setSenderDisplayName(String param1) : void",
  2515.             "setSubject(String param1) : void",
  2516.             "setUseSignature(Boolean param1) : void"
  2517.         ],
  2518.         "EmailAttachment": [
  2519.             "getBody() : Blob",
  2520.             "getContentId() : String",
  2521.             "getContentType() : String",
  2522.             "getFileName() : String",
  2523.             "setBody(Blob param1) : void",
  2524.             "setContentId(String param1) : void",
  2525.             "setContentType(String param1) : void",
  2526.             "setFileName(String param1) : void"
  2527.         ],
  2528.         "EmailFileAttachment": [
  2529.             "getBody() : Blob",
  2530.             "getContentType() : String",
  2531.             "getFileName() : String",
  2532.             "getInline() : Boolean",
  2533.             "setBody(Blob param1) : void",
  2534.             "setContentType(String param1) : void",
  2535.             "setFileName(String param1) : void",
  2536.             "setInline(Boolean param1) : void"
  2537.         ],
  2538.         "EmailToSalesforceHandler": [],
  2539.         "Header": [],
  2540.         "InboundEmail": [],
  2541.         "InboundEmailHandler": [
  2542.             "handleInboundEmail(Messaging.InboundEmail param1, Messaging.InboundEnvelope param2) : Messaging.InboundEmailResult"
  2543.         ],
  2544.         "InboundEmailResult": [],
  2545.         "InboundEnvelope": [],
  2546.         "MassEmailMessage": [
  2547.             "getBccSender() : Boolean",
  2548.             "getDescription() : String",
  2549.             "getEmailPriority() : String",
  2550.             "getReplyTo() : String",
  2551.             "getSaveAsActivity() : Boolean",
  2552.             "getSenderDisplayName() : String",
  2553.             "getSubject() : String",
  2554.             "getTargetObjectIds() : List",
  2555.             "getTemplateId() : Id",
  2556.             "getUseSignature() : Boolean",
  2557.             "getWhatIds() : List",
  2558.             "setBccSender(Boolean param1) : void",
  2559.             "setDescription(String param1) : void",
  2560.             "setEmailPriority(String param1) : void",
  2561.             "setReplyTo(String param1) : void",
  2562.             "setSaveAsActivity(Boolean param1) : void",
  2563.             "setSenderDisplayName(String param1) : void",
  2564.             "setSubject(String param1) : void",
  2565.             "setTargetObjectIds(List param1) : void",
  2566.             "setTemplateId(Id param1) : void",
  2567.             "setUseSignature(Boolean param1) : void",
  2568.             "setWhatIds(List param1) : void"
  2569.         ],
  2570.         "PushNotification": [
  2571.             "send(String application, Set users) : void",
  2572.             "setPayload(Map payload) : void",
  2573.             "setTtl(Integer ttl) : void"
  2574.         ],
  2575.         "PushNotificationPayload": [
  2576.             "apple(String alert, String sound, Integer badgeCount, Map userData) : Map",
  2577.             "apple(String alertBody, String actionLocKey, String locKey, List locArgs, String launchImage, String sound, Integer badgeCount, Map userData) : Map"
  2578.         ],
  2579.         "SendEmailError": [
  2580.             "getFields() : List",
  2581.             "getMessage() : String",
  2582.             "getStatusCode() : system.StatusCode",
  2583.             "getTargetObjectId() : String"
  2584.         ],
  2585.         "SendEmailResult": [
  2586.             "getErrors() : List",
  2587.             "isSuccess() : Boolean"
  2588.         ],
  2589.         "SingleEmailMessage": [
  2590.             "getBccAddresses() : List",
  2591.             "getBccSender() : Boolean",
  2592.             "getCcAddresses() : List",
  2593.             "getCharset() : String",
  2594.             "getDocumentAttachments() : List",
  2595.             "getEmailPriority() : String",
  2596.             "getFileAttachments() : List",
  2597.             "getHtmlBody() : String",
  2598.             "getInReplyTo() : String",
  2599.             "getOrgWideEmailAddressId() : Id",
  2600.             "getPlainTextBody() : String",
  2601.             "getReferences() : String",
  2602.             "getReplyTo() : String",
  2603.             "getSaveAsActivity() : Boolean",
  2604.             "getSenderDisplayName() : String",
  2605.             "getSubject() : String",
  2606.             "getTargetObjectId() : Id",
  2607.             "getTemplateId() : Id",
  2608.             "getToAddresses() : List",
  2609.             "getUseSignature() : Boolean",
  2610.             "getWhatId() : Id",
  2611.             "isUserMail() : Boolean",
  2612.             "setBccAddresses(List param1) : void",
  2613.             "setBccSender(Boolean param1) : void",
  2614.             "setCcAddresses(List param1) : void",
  2615.             "setCharset(String param1) : void",
  2616.             "setDocumentAttachments(List param1) : void",
  2617.             "setEmailPriority(String param1) : void",
  2618.             "setFileAttachments(List param1) : void",
  2619.             "setHtmlBody(String param1) : void",
  2620.             "setInReplyTo(String param1) : void",
  2621.             "setOrgWideEmailAddressId(Id param1) : void",
  2622.             "setPlainTextBody(String param1) : void",
  2623.             "setReferences(String param1) : void",
  2624.             "setReplyTo(String param1) : void",
  2625.             "setSaveAsActivity(Boolean param1) : void",
  2626.             "setSenderDisplayName(String param1) : void",
  2627.             "setSubject(String param1) : void",
  2628.             "setTargetObjectId(Id param1) : void",
  2629.             "setTemplateId(Id param1) : void",
  2630.             "setToAddresses(List param1) : void",
  2631.             "setUseSignature(Boolean param1) : void",
  2632.             "setWhatId(Id param1) : void"
  2633.         ],
  2634.         "TextAttachment": []
  2635.     },
  2636.     "Process": {
  2637.         "InputParameter": [],
  2638.         "OutputParameter": [],
  2639.         "ParameterType": [
  2640.             "equals(Object obj) : Boolean",
  2641.             "hashCode() : Integer",
  2642.             "values() : List"
  2643.         ],
  2644.         "Plugin": [
  2645.             "describe() : Process.PluginDescribeResult",
  2646.             "invoke(Process.PluginRequest param1) : Process.PluginResult"
  2647.         ],
  2648.         "PluginDescribeResult": [],
  2649.         "PluginRequest": [],
  2650.         "PluginResult": [],
  2651.         "SparkPlugApi": [
  2652.             "describePlugin(String className) : Process.SparkPlugApi.SparkPlugDescribeResult",
  2653.             "describePlugins() : List",
  2654.             "invokePluginWithJson(String className, String parameters) : String"
  2655.         ],
  2656.         "SparkPlugDescribeResult": [],
  2657.         "SparkPlugParameter": []
  2658.     },
  2659.     "QuickAction": {
  2660.         "Control": [
  2661.             "getDisplayLines() : Integer",
  2662.             "getTabOrder() : Integer",
  2663.             "getType() : String",
  2664.             "getValue() : String"
  2665.         ],
  2666.         "DescribeAvailableQuickActionResult": [
  2667.             "getLabel() : String",
  2668.             "getName() : String",
  2669.             "getType() : String"
  2670.         ],
  2671.         "DescribeLayoutComponent": [
  2672.             "getDisplayLines() : Integer",
  2673.             "getTabOrder() : Integer",
  2674.             "getType() : String",
  2675.             "getValue() : String"
  2676.         ],
  2677.         "DescribeLayoutItem": [
  2678.             "getLabel() : String",
  2679.             "getLayoutComponents() : List",
  2680.             "isEditableForNew() : Boolean",
  2681.             "isEditableForUpdate() : Boolean",
  2682.             "isPlaceholder() : Boolean",
  2683.             "isRequired() : Boolean"
  2684.         ],
  2685.         "DescribeLayoutRow": [
  2686.             "getLayoutItems() : List",
  2687.             "getNumItems() : Integer"
  2688.         ],
  2689.         "DescribeLayoutSection": [
  2690.             "getColumns() : Integer",
  2691.             "getHeading() : String",
  2692.             "getLayoutRows() : List",
  2693.             "getRows() : Integer",
  2694.             "getTabOrder() : String",
  2695.             "isUseCollapsibleSection() : Boolean",
  2696.             "isUseHeading() : Boolean"
  2697.         ],
  2698.         "DescribeQuickActionDefaultValue": [
  2699.             "getDefaultValue() : String",
  2700.             "getField() : String"
  2701.         ],
  2702.         "DescribeQuickActionResult": [
  2703.             "getAccessLevelRequired() : String",
  2704.             "getCanvasApplicationName() : String",
  2705.             "getColors() : List",
  2706.             "getContextSobjectType() : String",
  2707.             "getDefaultValues() : List",
  2708.             "getHeight() : Integer",
  2709.             "getIconName() : String",
  2710.             "getIconUrl() : String",
  2711.             "getIcons() : List",
  2712.             "getLabel() : String",
  2713.             "getLayout() : QuickAction.DescribeLayoutSection",
  2714.             "getMiniIconUrl() : String",
  2715.             "getName() : String",
  2716.             "getTargetParentField() : String",
  2717.             "getTargetRecordTypeId() : String",
  2718.             "getTargetSobjectType() : String",
  2719.             "getType() : String",
  2720.             "getVisualforcePageName() : String",
  2721.             "getWidth() : Integer"
  2722.         ],
  2723.         "EmptySpace": [
  2724.             "getDisplayLines() : Integer",
  2725.             "getTabOrder() : Integer",
  2726.             "getType() : String",
  2727.             "getValue() : String"
  2728.         ],
  2729.         "ExpandedLookup": [
  2730.             "getDisplayLines() : Integer",
  2731.             "getTabOrder() : Integer",
  2732.             "getType() : String",
  2733.             "getValue() : String"
  2734.         ],
  2735.         "Field": [
  2736.             "getDisplayLines() : Integer",
  2737.             "getTabOrder() : Integer",
  2738.             "getType() : String",
  2739.             "getValue() : String"
  2740.         ],
  2741.         "FieldLayoutComponent": [
  2742.             "getDisplayLines() : Integer",
  2743.             "getTabOrder() : Integer",
  2744.             "getType() : String",
  2745.             "getValue() : String"
  2746.         ],
  2747.         "QuickActionDefaults": [
  2748.             "getActionName() : String",
  2749.             "getActionType() : String",
  2750.             "getContextId() : Id",
  2751.             "getTargetSObject() : SObject"
  2752.         ],
  2753.         "QuickActionDefaultsHandler": [
  2754.             "onInitDefaults(List param1) : void"
  2755.         ],
  2756.         "QuickActionRequest": [
  2757.             "getContextId() : Id",
  2758.             "getQuickActionName() : String",
  2759.             "getRecord() : SObject",
  2760.             "setContextId(Id param1) : void",
  2761.             "setQuickActionName(String param1) : void",
  2762.             "setRecord(SObject param1) : void"
  2763.         ],
  2764.         "QuickActionResult": [
  2765.             "getContextId() : Id",
  2766.             "getErrors() : List",
  2767.             "getIds() : List",
  2768.             "isCreated() : Boolean",
  2769.             "isSuccess() : Boolean"
  2770.         ],
  2771.         "QuickActionTemplateResult": [
  2772.             "getDefaultValueFormulas() : SObject",
  2773.             "getDefaultValues() : SObject",
  2774.             "getErrors() : List",
  2775.             "isSuccess() : Boolean"
  2776.         ],
  2777.         "ReportChartComponent": [
  2778.             "getCacheData() : Boolean",
  2779.             "getContextFilterableField() : String",
  2780.             "getDisplayLines() : Integer",
  2781.             "getError() : String",
  2782.             "getHideOnError() : Boolean",
  2783.             "getIncludeContext() : Boolean",
  2784.             "getShowTitle() : Boolean",
  2785.             "getSize() : String",
  2786.             "getTabOrder() : Integer",
  2787.             "getType() : String",
  2788.             "getValue() : String"
  2789.         ],
  2790.         "SControl": [
  2791.             "getDisplayLines() : Integer",
  2792.             "getTabOrder() : Integer",
  2793.             "getType() : String",
  2794.             "getValue() : String"
  2795.         ],
  2796.         "SendEmailQuickActionDefaults": [
  2797.             "getActionName() : String",
  2798.             "getActionType() : String",
  2799.             "getContextId() : Id",
  2800.             "getFromAddressList() : List",
  2801.             "getInReplyToId() : Id",
  2802.             "getTargetSObject() : SObject",
  2803.             "setIgnoreTemplateSubject(Boolean ignoreSubject) : void",
  2804.             "setInsertTemplateBody(Boolean insertBody) : void",
  2805.             "setTemplateId(Id templateId) : void"
  2806.         ],
  2807.         "Separator": [
  2808.             "getDisplayLines() : Integer",
  2809.             "getTabOrder() : Integer",
  2810.             "getType() : String",
  2811.             "getValue() : String"
  2812.         ],
  2813.         "VisualforcePage": [
  2814.             "getDisplayLines() : Integer",
  2815.             "getTabOrder() : Integer",
  2816.             "getType() : String",
  2817.             "getValue() : String"
  2818.         ]
  2819.     },
  2820.     "Schema": {
  2821.         "ChildRelationship": [
  2822.             "getChildSObject() : Schema.SObjectType",
  2823.             "getField() : Schema.SObjectField",
  2824.             "getJunctionIdListName() : String",
  2825.             "getJunctionReferenceTo() : List",
  2826.             "getRelationshipName() : String",
  2827.             "isCascadeDelete() : Boolean",
  2828.             "isDeprecatedAndHidden() : Boolean",
  2829.             "isRestrictedDelete() : Boolean"
  2830.         ],
  2831.         "DataCategory": [
  2832.             "getChildCategories() : List",
  2833.             "getLabel() : String",
  2834.             "getName() : String"
  2835.         ],
  2836.         "DataCategoryGroupSobjectTypePair": [
  2837.             "getDataCategoryGroupName() : String",
  2838.             "getSobject() : String",
  2839.             "setDataCategoryGroupName(String param1) : void",
  2840.             "setSobject(String param1) : void"
  2841.         ],
  2842.         "DescribeColorResult": [
  2843.             "getColor() : String",
  2844.             "getContext() : String",
  2845.             "getTheme() : String"
  2846.         ],
  2847.         "DescribeDataCategoryGroupResult": [
  2848.             "getCategoryCount() : Integer",
  2849.             "getDescription() : String",
  2850.             "getLabel() : String",
  2851.             "getName() : String",
  2852.             "getSobject() : String"
  2853.         ],
  2854.         "DescribeDataCategoryGroupStructureResult": [
  2855.             "getDescription() : String",
  2856.             "getLabel() : String",
  2857.             "getName() : String",
  2858.             "getSobject() : String",
  2859.             "getTopCategories() : List"
  2860.         ],
  2861.         "DescribeFieldResult": [
  2862.             "getByteLength() : Integer",
  2863.             "getCalculatedFormula() : String",
  2864.             "getController() : Schema.SObjectField",
  2865.             "getDefaultValue() : Object",
  2866.             "getDefaultValueFormula() : String",
  2867.             "getDigits() : Integer",
  2868.             "getFilteredLookupInfo() : Schema.FilteredLookupInfo",
  2869.             "getInlineHelpText() : String",
  2870.             "getLabel() : String",
  2871.             "getLength() : Integer",
  2872.             "getLocalName() : String",
  2873.             "getMask() : String",
  2874.             "getMaskType() : String",
  2875.             "getName() : String",
  2876.             "getPicklistValues() : List",
  2877.             "getPrecision() : Integer",
  2878.             "getReferenceTargetField() : String",
  2879.             "getReferenceTo() : List",
  2880.             "getRelationshipName() : String",
  2881.             "getRelationshipOrder() : Integer",
  2882.             "getScale() : Integer",
  2883.             "getSoapType() : Schema.SoapType",
  2884.             "getSobjectField() : Schema.SObjectField",
  2885.             "getType() : Schema.DisplayType",
  2886.             "isAccessible() : Boolean",
  2887.             "isAutoNumber() : Boolean",
  2888.             "isCalculated() : Boolean",
  2889.             "isCascadeDelete() : Boolean",
  2890.             "isCaseSensitive() : Boolean",
  2891.             "isCreateable() : Boolean",
  2892.             "isCustom() : Boolean",
  2893.             "isDefaultedOnCreate() : Boolean",
  2894.             "isDependentPicklist() : Boolean",
  2895.             "isDeprecatedAndHidden() : Boolean",
  2896.             "isDisplayLocationInDecimal() : Boolean",
  2897.             "isExternalId() : Boolean",
  2898.             "isFilterable() : Boolean",
  2899.             "isGroupable() : Boolean",
  2900.             "isHighScaleNumber() : Boolean",
  2901.             "isHtmlFormatted() : Boolean",
  2902.             "isIdLookup() : Boolean",
  2903.             "isNameField() : Boolean",
  2904.             "isNamePointing() : Boolean",
  2905.             "isNillable() : Boolean",
  2906.             "isPermissionable() : Boolean",
  2907.             "isQueryByDistance() : Boolean",
  2908.             "isRestrictedDelete() : Boolean",
  2909.             "isRestrictedPicklist() : Boolean",
  2910.             "isSortable() : Boolean",
  2911.             "isUnique() : Boolean",
  2912.             "isUpdateable() : Boolean",
  2913.             "isWriteRequiresMasterRead() : Boolean"
  2914.         ],
  2915.         "DescribeIconResult": [
  2916.             "getContentType() : String",
  2917.             "getHeight() : Integer",
  2918.             "getTheme() : String",
  2919.             "getUrl() : String",
  2920.             "getWidth() : Integer"
  2921.         ],
  2922.         "DescribeSObjectResult": [
  2923.             "getChildRelationships() : List",
  2924.             "getFieldSets() : Schema.SObjectTypeFieldSets",
  2925.             "getFields() : Schema.SObjectTypeFields",
  2926.             "getKeyPrefix() : String",
  2927.             "getLabel() : String",
  2928.             "getLabelPlural() : String",
  2929.             "getLocalName() : String",
  2930.             "getName() : String",
  2931.             "getRecordTypeInfos() : List",
  2932.             "getRecordTypeInfosById() : Map",
  2933.             "getRecordTypeInfosByName() : Map",
  2934.             "getSObjectType() : Schema.SObjectType",
  2935.             "isAccessible() : Boolean",
  2936.             "isCreateable() : Boolean",
  2937.             "isCustom() : Boolean",
  2938.             "isCustomSetting() : Boolean",
  2939.             "isDeletable() : Boolean",
  2940.             "isDeprecatedAndHidden() : Boolean",
  2941.             "isFeedEnabled() : Boolean",
  2942.             "isMergeable() : Boolean",
  2943.             "isQueryable() : Boolean",
  2944.             "isSearchable() : Boolean",
  2945.             "isUndeletable() : Boolean",
  2946.             "isUpdateable() : Boolean"
  2947.         ],
  2948.         "DescribeTabResult": [
  2949.             "getColors() : List",
  2950.             "getIconUrl() : String",
  2951.             "getIcons() : List",
  2952.             "getLabel() : String",
  2953.             "getMiniIconUrl() : String",
  2954.             "getName() : String",
  2955.             "getSobjectName() : String",
  2956.             "getUrl() : String",
  2957.             "isCustom() : Boolean"
  2958.         ],
  2959.         "DescribeTabSetResult": [
  2960.             "getLabel() : String",
  2961.             "getLogoUrl() : String",
  2962.             "getNamespace() : String",
  2963.             "getTabSetId() : String",
  2964.             "getTabs() : List",
  2965.             "isSelected() : Boolean"
  2966.         ],
  2967.         "DisplayType": [
  2968.             "equals(Object obj) : Boolean",
  2969.             "hashCode() : Integer",
  2970.             "values() : List"
  2971.         ],
  2972.         "FieldSet": [
  2973.             "getDescription() : String",
  2974.             "getFields() : List",
  2975.             "getLabel() : String",
  2976.             "getName() : String",
  2977.             "getNameSpace() : String",
  2978.             "getSObjectType() : Schema.SObjectType"
  2979.         ],
  2980.         "FieldSetMember": [
  2981.             "getDbRequired() : Boolean",
  2982.             "getFieldPath() : String",
  2983.             "getLabel() : String",
  2984.             "getRequired() : Boolean",
  2985.             "getType() : Schema.DisplayType"
  2986.         ],
  2987.         "FilteredLookupInfo": [
  2988.             "getControllingFields() : List",
  2989.             "isDependent() : Boolean",
  2990.             "isOptionalFilter() : Boolean"
  2991.         ],
  2992.         "PicklistEntry": [
  2993.             "getLabel() : String",
  2994.             "getValue() : String",
  2995.             "isActive() : Boolean",
  2996.             "isDefaultValue() : Boolean"
  2997.         ],
  2998.         "RecordTypeInfo": [
  2999.             "getName() : String",
  3000.             "getRecordTypeId() : Id",
  3001.             "isAvailable() : Boolean",
  3002.             "isDefaultRecordTypeMapping() : Boolean"
  3003.         ],
  3004.         "SObjectField": [
  3005.             "getDescribe() : Schema.DescribeFieldResult"
  3006.         ],
  3007.         "SObjectType": [
  3008.             "getDescribe() : Schema.DescribeSObjectResult",
  3009.             "newSObject() : SObject",
  3010.             "newSObject(Id id) : SObject",
  3011.             "newSObject(Id recordTypeId, Boolean loadDefaultValues) : SObject"
  3012.         ],
  3013.         "SoapType": [
  3014.             "equals(Object obj) : Boolean",
  3015.             "hashCode() : Integer",
  3016.             "values() : List"
  3017.         ]
  3018.     },
  3019.     "Site": {
  3020.         "UrlRewriter": [
  3021.             "generateUrlFor(List param1) : List",
  3022.             "mapRequestUrl(System.PageReference param1) : System.PageReference"
  3023.         ]
  3024.     },
  3025.     "Social": {
  3026.         "InboundSocialPostHandler": [
  3027.             "handleInboundSocialPost(SocialPost param1, SocialPersona param2, Map param3) : Social.InboundSocialPostResult"
  3028.         ],
  3029.         "InboundSocialPostResult": [
  3030.             "setMessage(String message) : void",
  3031.             "setSuccess(Boolean success) : void"
  3032.         ]
  3033.     },
  3034.     "Support": {
  3035.         "EmailTemplateSelector": [
  3036.             "getDefaultEmailTemplateId(Id param1) : Id"
  3037.         ],
  3038.         "EmailToCaseHandler": [],
  3039.         "MilestoneTriggerTimeCalculator": [
  3040.             "calculateMilestoneTriggerTime(String param1, String param2) : Integer"
  3041.         ]
  3042.     },
  3043.     "System": {
  3044.         "Address": [
  3045.             "getCity() : String",
  3046.             "getCountry() : String",
  3047.             "getCountryCode() : String",
  3048.             "getDistance(system.Location other, String unit) : Double",
  3049.             "getLatitude() : Double",
  3050.             "getLongitude() : Double",
  3051.             "getPostalCode() : String",
  3052.             "getState() : String",
  3053.             "getStateCode() : String",
  3054.             "getStreet() : String"
  3055.         ],
  3056.         "Answers": [
  3057.             "findSimilar(SObject question) : List",
  3058.             "setBestReply(String questionId, String bestReplyId) : void"
  3059.         ],
  3060.         "ApexPages": [
  3061.             "addMessage(ApexPages.Message message) : void",
  3062.             "addMessages(APEX_OBJECT ex) : void",
  3063.             "currentPage() : System.PageReference",
  3064.             "getMessages() : List",
  3065.             "hasMessages() : Boolean",
  3066.             "hasMessages(ApexPages.Severity severity) : Boolean"
  3067.         ],
  3068.         "AppExchange": [
  3069.             "calculateListingPopularity(String testUserName, String testCronString) : void",
  3070.             "createOrg(String firstName, String lastName, String companyName, String email, String language, String adminUserName, String packageId, String evalUserName, Boolean isExtension) : String",
  3071.             "createPortalUser(SObject user, String accountId) : Id",
  3072.             "createSession(String appExchangeOrgId, String portalId, String siteId, String portalUserId) : String",
  3073.             "debug(String message) : void",
  3074.             "getAuthenticatingUrl(String page) : String",
  3075.             "getConfig(String section, String key) : String",
  3076.             "getCookie(String name) : String",
  3077.             "getCrossInstanceEncryptedHash(Double appVersion, String value) : String",
  3078.             "getInstalledPackageVersions(String orgId) : List",
  3079.             "getOrgName(String orgId) : String",
  3080.             "getPackageManifest(String pkgVersionId) : String",
  3081.             "getPortalAdminId() : String",
  3082.             "getPortalId() : String",
  3083.             "getSiteId() : String",
  3084.             "getTrialTemplates(String callerOrgId, String lmPkgId, String username) : List",
  3085.             "isDuplicateUserName(String username) : Boolean",
  3086.             "isGuestUser() : Boolean",
  3087.             "movedPermanently(String location) : void",
  3088.             "provisionPackageLicense(String orgId, String allPackageId, Integer numLicenses, Date expirationDate, String status) : String",
  3089.             "registerPackageVersion(String pkgVersionId) : Boolean",
  3090.             "setCookie(String name, String value) : void",
  3091.             "setCookie(String name, String value, String cookieDomainName, Integer cookieAge) : void",
  3092.             "setDefaultLicenseTerms(String pkgVersionId, String orgId, String defaultLicenseStatus, Integer defaultLicenseLength, Integer defaultLicenseSeats) : void",
  3093.             "setHttpResponseStatus(Integer statusCode) : void",
  3094.             "setLicenseManagementOrganization(String pkgVersionId, String orgId, String username, String password) : String",
  3095.             "stopListingPopularityJob() : void",
  3096.             "to15(String id) : String",
  3097.             "to18(String id) : String",
  3098.             "updateSingleAsAdmin(SObject sobj) : Database.SaveResult",
  3099.             "validateLMAInstalled(String username, String password) : String",
  3100.             "validateOrgUser(String username, String password) : String"
  3101.         ],
  3102.         "ApplicationReadWriteMode": [
  3103.             "equals(Object obj) : Boolean",
  3104.             "hashCode() : Integer",
  3105.             "values() : List"
  3106.         ],
  3107.         "AssertException": [
  3108.             "getCause() : Exception",
  3109.             "getLineNumber() : Integer",
  3110.             "getMessage() : String",
  3111.             "getStackTraceString() : String",
  3112.             "getTypeName() : String",
  3113.             "initCause(APEX_OBJECT cause) : void",
  3114.             "setMessage(String message) : void"
  3115.         ],
  3116.         "AsyncException": [
  3117.             "getCause() : Exception",
  3118.             "getLineNumber() : Integer",
  3119.             "getMessage() : String",
  3120.             "getStackTraceString() : String",
  3121.             "getTypeName() : String",
  3122.             "initCause(APEX_OBJECT cause) : void",
  3123.             "setMessage(String message) : void"
  3124.         ],
  3125.         "Blob": [
  3126.             "size() : Integer",
  3127.             "toPdf(String o) : Blob",
  3128.             "toString() : String",
  3129.             "valueOf(String o) : Blob"
  3130.         ],
  3131.         "Boolean": [
  3132.             "addError(APEX_OBJECT msg) : void",
  3133.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  3134.             "addError(String msg) : void",
  3135.             "addError(String msg, Boolean escape) : void",
  3136.             "valueOf(Object a) : Boolean"
  3137.         ],
  3138.         "BusinessHours": [
  3139.             "add(Id businessHoursId, Datetime startDate, Long interval) : Datetime",
  3140.             "addGmt(Id businessHoursId, Datetime startDate, Long interval) : Datetime",
  3141.             "diff(String businessHoursId, Datetime startDate, Datetime endDate) : Long",
  3142.             "isWithin(String businessHoursId, Datetime targetDate) : Boolean",
  3143.             "nextStartDate(Id businessHoursId, Datetime targetDate) : Datetime"
  3144.         ],
  3145.         "CURRENCY": [
  3146.             "format() : String",
  3147.             "formatAmount() : String",
  3148.             "newInstance(Decimal amount, String isoCode) : CURRENCY"
  3149.         ],
  3150.         "CalloutException": [
  3151.             "getCause() : Exception",
  3152.             "getLineNumber() : Integer",
  3153.             "getMessage() : String",
  3154.             "getStackTraceString() : String",
  3155.             "getTypeName() : String",
  3156.             "initCause(APEX_OBJECT cause) : void",
  3157.             "setMessage(String message) : void"
  3158.         ],
  3159.         "CanvasException": [
  3160.             "getCause() : Exception",
  3161.             "getLineNumber() : Integer",
  3162.             "getMessage() : String",
  3163.             "getStackTraceString() : String",
  3164.             "getTypeName() : String",
  3165.             "initCause(APEX_OBJECT cause) : void",
  3166.             "setMessage(String message) : void"
  3167.         ],
  3168.         "Cases": [
  3169.             "getCaseIdFromEmailThreadId(String emailThreadId) : Id"
  3170.         ],
  3171.         "CollectSimilarCasesData": [
  3172.             "execute(Database.BatchableContext BC, List caseList) : void",
  3173.             "finish(Database.BatchableContext BC) : void",
  3174.             "start(Database.BatchableContext BC) : Database.QueryLocator"
  3175.         ],
  3176.         "Communities": [
  3177.             "communitiesLanding() : System.PageReference",
  3178.             "communitiesLanding(String startUrl) : System.PageReference",
  3179.             "forwardToAuthPage(String startUrl) : System.PageReference",
  3180.             "getCSS() : String",
  3181.             "internalLogin(String startUrl) : System.PageReference",
  3182.             "login(String username, String password, String startUrl) : System.PageReference"
  3183.         ],
  3184.         "Comparable": [
  3185.             "compareTo(Object param1) : Integer"
  3186.         ],
  3187.         "Continuation": [
  3188.             "addHttpRequest(System.HttpRequest request) : String",
  3189.             "getRequests() : Map",
  3190.             "getResponse(String label) : System.HttpResponse"
  3191.         ],
  3192.         "Cookie": [
  3193.             "getDomain() : String",
  3194.             "getMaxAge() : Integer",
  3195.             "getName() : String",
  3196.             "getPath() : String",
  3197.             "getValue() : String",
  3198.             "isSecure() : Boolean"
  3199.         ],
  3200.         "Crypto": [
  3201.             "decrypt(String algorithmName, Blob secretKey, Blob initializationVector, Blob encryptedData) : Blob",
  3202.             "decryptWithManagedIV(String algorithmName, Blob secretKey, Blob encryptedData) : Blob",
  3203.             "encrypt(String algorithmName, Blob secretKey, Blob initializationVector, Blob clearData) : Blob",
  3204.             "encryptWithManagedIV(String algorithmName, Blob secretKey, Blob clearData) : Blob",
  3205.             "generateAesKey(Integer size) : Blob",
  3206.             "generateDigest(String algorithmName, Blob input) : Blob",
  3207.             "generateMac(String algorithmName, Blob input, Blob privateKey) : Blob",
  3208.             "getRandomInteger() : Integer",
  3209.             "getRandomLong() : Long",
  3210.             "sign(String algorithmName, Blob input, Blob privateKey) : Blob",
  3211.             "signWithCertificate(String algorithmName, Blob input, String certDevName) : Blob",
  3212.             "signXml(String algorithmName, dom.XmlNode node, String idAttributeName, String certDevName) : void"
  3213.         ],
  3214.         "Database": [
  3215.             "convertLead(Database.LeadConvert leadConvert) : Database.LeadConvertResult",
  3216.             "convertLead(Database.LeadConvert leadConvert, APEX_OBJECT DmlOptions) : Database.LeadConvertResult",
  3217.             "convertLead(Database.LeadConvert leadConvert, Boolean allOrNothing) : Database.LeadConvertResult",
  3218.             "convertLead(List leadConverts) : List",
  3219.             "convertLead(List leadConverts, APEX_OBJECT DmlOptions) : List",
  3220.             "convertLead(List leadConverts, Boolean allOrNothing) : List",
  3221.             "countQuery(String query) : Integer",
  3222.             "delete(Id id) : Database.DeleteResult",
  3223.             "delete(Id id, Boolean allOrNothing) : Database.DeleteResult",
  3224.             "delete(List ids) : List",
  3225.             "delete(List ids, Boolean allOrNothing) : List",
  3226.             "delete(List sobjects) : List",
  3227.             "delete(List sobjects, Boolean allOrNothing) : List",
  3228.             "delete(SObject sobject) : Database.DeleteResult",
  3229.             "delete(SObject sobject, Boolean allOrNothing) : Database.DeleteResult",
  3230.             "emptyRecycleBin(List ids) : List",
  3231.             "emptyRecycleBin(List sobjects) : List",
  3232.             "emptyRecycleBin(SObject sobject) : Database.EmptyRecycleBinResult",
  3233.             "executeBatch(APEX_OBJECT batchable) : String",
  3234.             "executeBatch(APEX_OBJECT batchable, Integer batchSize) : String",
  3235.             "getDeleted(String sobjectType, Datetime startDate, Datetime endDate) : Database.GetDeletedResult",
  3236.             "getQueryLocator(List query) : Database.QueryLocator",
  3237.             "getQueryLocator(String query) : Database.QueryLocator",
  3238.             "getUpdated(String sobjectType, Datetime startDate, Datetime endDate) : Database.GetUpdatedResult",
  3239.             "insert(List sobjects) : List",
  3240.             "insert(List sobjects, APEX_OBJECT DmlOptions) : List",
  3241.             "insert(List sobjects, Boolean allOrNothing) : List",
  3242.             "insert(SObject sobject) : Database.SaveResult",
  3243.             "insert(SObject sobject, APEX_OBJECT DmlOptions) : Database.SaveResult",
  3244.             "insert(SObject sobject, Boolean allOrNothing) : Database.SaveResult",
  3245.             "merge(SObject master, Id duplicate) : Database.MergeResult",
  3246.             "merge(SObject master, Id duplicate, Boolean allOrNothing) : Database.MergeResult",
  3247.             "merge(SObject master, List duplicates) : List",
  3248.             "merge(SObject master, List duplicates, Boolean allOrNothing) : List",
  3249.             "merge(SObject master, List duplicates) : List",
  3250.             "merge(SObject master, List duplicates, Boolean allOrNothing) : List",
  3251.             "merge(SObject master, SObject duplicate) : Database.MergeResult",
  3252.             "merge(SObject master, SObject duplicate, Boolean allOrNothing) : Database.MergeResult",
  3253.             "query(String query) : List",
  3254.             "rollback(System.Savepoint savepoint) : void",
  3255.             "setSavepoint() : System.Savepoint",
  3256.             "undelete(Id id) : Database.UndeleteResult",
  3257.             "undelete(Id id, Boolean allOrNothing) : Database.UndeleteResult",
  3258.             "undelete(List ids) : List",
  3259.             "undelete(List ids, Boolean allOrNothing) : List",
  3260.             "undelete(List sobjects) : List",
  3261.             "undelete(List sobjects, Boolean allOrNothing) : List",
  3262.             "undelete(SObject sobject) : Database.UndeleteResult",
  3263.             "undelete(SObject sobject, Boolean allOrNothing) : Database.UndeleteResult",
  3264.             "update(List sobjects) : List",
  3265.             "update(List sobjects, APEX_OBJECT allOrNothing) : List",
  3266.             "update(List sobjects, Boolean allOrNothing) : List",
  3267.             "update(SObject sobject) : Database.SaveResult",
  3268.             "update(SObject sobject, APEX_OBJECT allOrNothing) : Database.SaveResult",
  3269.             "update(SObject sobject, Boolean allOrNothing) : Database.SaveResult",
  3270.             "upsert(List sobjects) : List",
  3271.             "upsert(List sobjects, Boolean allOrNothing) : List",
  3272.             "upsert(List sobjects, Schema.SObjectField field) : List",
  3273.             "upsert(List sobjects, Schema.SObjectField field, Boolean allOrNothing) : List",
  3274.             "upsert(SObject sobject) : Database.UpsertResult",
  3275.             "upsert(SObject sobject, Boolean allOrNothing) : Database.UpsertResult",
  3276.             "upsert(SObject sobject, Schema.SObjectField field) : Database.UpsertResult",
  3277.             "upsert(SObject sobject, Schema.SObjectField field, Boolean allOrNothing) : Database.UpsertResult"
  3278.         ],
  3279.         "Date": [
  3280.             "addDays(Integer days) : Date",
  3281.             "addError(APEX_OBJECT msg) : void",
  3282.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  3283.             "addError(String msg) : void",
  3284.             "addError(String msg, Boolean escape) : void",
  3285.             "addMonths(Integer months) : Date",
  3286.             "addYears(Integer years) : Date",
  3287.             "day() : Integer",
  3288.             "dayOfYear() : Integer",
  3289.             "daysBetween(Date other) : Integer",
  3290.             "daysInMonth(Integer year, Integer month) : Integer",
  3291.             "format() : String",
  3292.             "isLeapYear(Integer year) : Boolean",
  3293.             "isSameDay(Date other) : Boolean",
  3294.             "month() : Integer",
  3295.             "monthsBetween(Date other) : Integer",
  3296.             "newInstance(Integer year, Integer month, Integer day) : Date",
  3297.             "parse(String str) : Date",
  3298.             "toStartOfMonth() : Date",
  3299.             "toStartOfWeek() : Date",
  3300.             "today() : Date",
  3301.             "valueOf(Object o) : Date",
  3302.             "valueOf(String str) : Date",
  3303.             "year() : Integer"
  3304.         ],
  3305.         "Datetime": [
  3306.             "addDays(Integer days) : Datetime",
  3307.             "addError(APEX_OBJECT msg) : void",
  3308.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  3309.             "addError(String msg) : void",
  3310.             "addError(String msg, Boolean escape) : void",
  3311.             "addHours(Integer hours) : Datetime",
  3312.             "addMinutes(Integer minutes) : Datetime",
  3313.             "addMonths(Integer months) : Datetime",
  3314.             "addSeconds(Integer seconds) : Datetime",
  3315.             "addYears(Integer years) : Datetime",
  3316.             "date() : Date",
  3317.             "dateGmt() : Date",
  3318.             "day() : Integer",
  3319.             "dayGmt() : Integer",
  3320.             "dayOfYear() : Integer",
  3321.             "dayOfYearGmt() : Integer",
  3322.             "format() : String",
  3323.             "format(String dateformat) : String",
  3324.             "format(String dateformat, String timezone) : String",
  3325.             "formatGmt(String dateformat) : String",
  3326.             "formatLong() : String",
  3327.             "getTime() : Long",
  3328.             "hour() : Integer",
  3329.             "hourGmt() : Integer",
  3330.             "isSameDay(Datetime other) : Boolean",
  3331.             "millisecond() : Integer",
  3332.             "millisecondGmt() : Integer",
  3333.             "minute() : Integer",
  3334.             "minuteGmt() : Integer",
  3335.             "month() : Integer",
  3336.             "monthGmt() : Integer",
  3337.             "newInstance(Date date, Time time) : Datetime",
  3338.             "newInstance(Integer year, Integer month, Integer day) : Datetime",
  3339.             "newInstance(Integer year, Integer month, Integer day, Integer hour, Integer minute, Integer second) : Datetime",
  3340.             "newInstance(Long time) : Datetime",
  3341.             "newInstanceGmt(Date date, Time time) : Datetime",
  3342.             "newInstanceGmt(Integer year, Integer month, Integer day) : Datetime",
  3343.             "newInstanceGmt(Integer year, Integer month, Integer day, Integer hour, Integer minute, Integer second) : Datetime",
  3344.             "now() : Datetime",
  3345.             "parse(String str) : Datetime",
  3346.             "second() : Integer",
  3347.             "secondGmt() : Integer",
  3348.             "time() : Time",
  3349.             "timeGmt() : Time",
  3350.             "valueOf(Object o) : Datetime",
  3351.             "valueOf(String str) : Datetime",
  3352.             "valueOfGmt(String str) : Datetime",
  3353.             "year() : Integer",
  3354.             "yearGmt() : Integer"
  3355.         ],
  3356.         "Decimal": [
  3357.             "abs() : Decimal",
  3358.             "addError(APEX_OBJECT msg) : void",
  3359.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  3360.             "addError(String msg) : void",
  3361.             "addError(String msg, Boolean escape) : void",
  3362.             "divide(Decimal divisor, Integer scale) : Decimal",
  3363.             "divide(Decimal divisor, Integer scale, APEX_OBJECT roundingMode) : Decimal",
  3364.             "doubleValue() : Double",
  3365.             "format() : String",
  3366.             "intValue() : Integer",
  3367.             "longValue() : Long",
  3368.             "pow(Integer exponent) : Decimal",
  3369.             "precision() : Integer",
  3370.             "round() : Long",
  3371.             "round(system.RoundingMode roundingMode) : Long",
  3372.             "scale() : Integer",
  3373.             "setScale(Integer scale) : Decimal",
  3374.             "setScale(Integer scale, system.RoundingMode roundingMode) : Decimal",
  3375.             "stripTrailingZeros() : Decimal",
  3376.             "toPlainString() : String",
  3377.             "valueOf(Double dbl) : Decimal",
  3378.             "valueOf(Long lng) : Decimal",
  3379.             "valueOf(String str) : Decimal"
  3380.         ],
  3381.         "DmlException": [
  3382.             "getCause() : Exception",
  3383.             "getDmlFieldNames(Integer index) : List",
  3384.             "getDmlFields(Integer index) : List",
  3385.             "getDmlId(Integer index) : String",
  3386.             "getDmlIndex(Integer index) : Integer",
  3387.             "getDmlMessage(Integer index) : String",
  3388.             "getDmlStatusCode(Integer index) : String",
  3389.             "getDmlType(Integer index) : system.StatusCode",
  3390.             "getLineNumber() : Integer",
  3391.             "getMessage() : String",
  3392.             "getNumDml() : Integer",
  3393.             "getStackTraceString() : String",
  3394.             "getTypeName() : String",
  3395.             "initCause(APEX_OBJECT cause) : void",
  3396.             "setMessage(String message) : void"
  3397.         ],
  3398.         "Double": [
  3399.             "addError(APEX_OBJECT msg) : void",
  3400.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  3401.             "addError(String msg) : void",
  3402.             "addError(String msg, Boolean escape) : void",
  3403.             "format() : String",
  3404.             "intValue() : Integer",
  3405.             "longValue() : Long",
  3406.             "round() : Long",
  3407.             "valueOf(Object o) : Double",
  3408.             "valueOf(String str) : Double"
  3409.         ],
  3410.         "EmailException": [
  3411.             "getCause() : Exception",
  3412.             "getDmlFieldNames(Integer index) : List",
  3413.             "getDmlFields(Integer index) : List",
  3414.             "getDmlId(Integer index) : String",
  3415.             "getDmlIndex(Integer index) : Integer",
  3416.             "getDmlMessage(Integer index) : String",
  3417.             "getDmlStatusCode(Integer index) : String",
  3418.             "getDmlType(Integer index) : system.StatusCode",
  3419.             "getLineNumber() : Integer",
  3420.             "getMessage() : String",
  3421.             "getNumDml() : Integer",
  3422.             "getStackTraceString() : String",
  3423.             "getTypeName() : String",
  3424.             "initCause(APEX_OBJECT cause) : void",
  3425.             "setMessage(String message) : void"
  3426.         ],
  3427.         "EncodingUtil": [
  3428.             "base64Decode(String s) : Blob",
  3429.             "base64Encode(Blob s) : String",
  3430.             "convertFromHex(String input) : Blob",
  3431.             "convertToHex(Blob s) : String",
  3432.             "urlDecode(String s, String enc) : String",
  3433.             "urlEncode(String s, String enc) : String"
  3434.         ],
  3435.         "Exception": [
  3436.             "getCause() : Exception",
  3437.             "getLineNumber() : Integer",
  3438.             "getMessage() : String",
  3439.             "getStackTraceString() : String",
  3440.             "getTypeName() : String",
  3441.             "initCause(APEX_OBJECT cause) : void",
  3442.             "setMessage(String message) : void"
  3443.         ],
  3444.         "FfxPortalData": [
  3445.             "getCachedValue(String instanceName, String pageName, Map parameters) : String",
  3446.             "getData(String instanceName, String pageName, Map parameters) : String",
  3447.             "getFileForceDynamicConfigs(String instanceName) : List",
  3448.             "getFileForceEntities() : Map",
  3449.             "getFileForceServers() : List"
  3450.         ],
  3451.         "FinalException": [
  3452.             "getCause() : Exception",
  3453.             "getLineNumber() : Integer",
  3454.             "getMessage() : String",
  3455.             "getStackTraceString() : String",
  3456.             "getTypeName() : String",
  3457.             "initCause(APEX_OBJECT cause) : void",
  3458.             "setMessage(String message) : void"
  3459.         ],
  3460.         "FlowException": [
  3461.             "getCause() : Exception",
  3462.             "getLineNumber() : Integer",
  3463.             "getMessage() : String",
  3464.             "getStackTraceString() : String",
  3465.             "getTypeName() : String",
  3466.             "initCause(APEX_OBJECT cause) : void",
  3467.             "setMessage(String message) : void"
  3468.         ],
  3469.         "HandledException": [
  3470.             "getCause() : Exception",
  3471.             "getLineNumber() : Integer",
  3472.             "getMessage() : String",
  3473.             "getStackTraceString() : String",
  3474.             "getTypeName() : String",
  3475.             "initCause(APEX_OBJECT cause) : void",
  3476.             "setMessage(String message) : void"
  3477.         ],
  3478.         "Http": [
  3479.             "send(ANY request) : System.HttpResponse",
  3480.             "toString() : String"
  3481.         ],
  3482.         "HttpCalloutMock": [
  3483.             "respond(System.HttpRequest param1) : System.HttpResponse"
  3484.         ],
  3485.         "HttpRequest": [
  3486.             "getBody() : String",
  3487.             "getBodyAsBlob() : Blob",
  3488.             "getBodyDocument() : dom.Document",
  3489.             "getCompressed() : Boolean",
  3490.             "getEndpoint() : String",
  3491.             "getHeader(String key) : String",
  3492.             "getMethod() : String",
  3493.             "setBody(String body) : void",
  3494.             "setBodyAsBlob(Blob body) : void",
  3495.             "setBodyDocument(ANY body) : void",
  3496.             "setClientCertificate(String clientCert, String password) : void",
  3497.             "setClientCertificateName(String certDevName) : void",
  3498.             "setCompressed(Boolean compressed) : void",
  3499.             "setEndpoint(String endpoint) : void",
  3500.             "setHeader(String key, String value) : void",
  3501.             "setMethod(String method) : void",
  3502.             "setTimeout(Integer timeout) : void",
  3503.             "toString() : String"
  3504.         ],
  3505.         "HttpResponse": [
  3506.             "getBody() : String",
  3507.             "getBodyAsBlob() : Blob",
  3508.             "getBodyDocument() : dom.Document",
  3509.             "getHeader(String key) : String",
  3510.             "getHeaderKeys() : List",
  3511.             "getStatus() : String",
  3512.             "getStatusCode() : Integer",
  3513.             "getXmlStreamReader() : System.XmlStreamReader",
  3514.             "setBody(String body) : void",
  3515.             "setBodyAsBlob(Blob body) : void",
  3516.             "setHeader(String key, String value) : void",
  3517.             "setStatus(String status) : void",
  3518.             "setStatusCode(Integer statusCode) : void",
  3519.             "toString() : String"
  3520.         ],
  3521.         "Id": [
  3522.             "addError(APEX_OBJECT msg) : void",
  3523.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  3524.             "addError(String msg) : void",
  3525.             "addError(String msg, Boolean escape) : void",
  3526.             "equals(String o) : Boolean",
  3527.             "getSobjectType() : Schema.SObjectType",
  3528.             "valueOf(String str) : Id"
  3529.         ],
  3530.         "Ideas": [
  3531.             "findSimilar(SObject idea) : List",
  3532.             "getAllRecentReplies(String userId, String communityId) : List",
  3533.             "getReadRecentReplies(String userId, String communityId) : List",
  3534.             "getUnreadRecentReplies(String userId, String communityId) : List",
  3535.             "markRead(String ideaId) : void"
  3536.         ],
  3537.         "Integer": [
  3538.             "addError(APEX_OBJECT msg) : void",
  3539.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  3540.             "addError(String msg) : void",
  3541.             "addError(String msg, Boolean escape) : void",
  3542.             "format() : String",
  3543.             "valueOf(Object o) : Integer",
  3544.             "valueOf(String i) : Integer"
  3545.         ],
  3546.         "InvalidHeaderException": [
  3547.             "getTypeName() : String"
  3548.         ],
  3549.         "InvalidParameterValueException": [
  3550.             "getCause() : Exception",
  3551.             "getLineNumber() : Integer",
  3552.             "getMessage() : String",
  3553.             "getStackTraceString() : String",
  3554.             "getTypeName() : String",
  3555.             "initCause(APEX_OBJECT cause) : void",
  3556.             "setMessage(String message) : void"
  3557.         ],
  3558.         "InvalidReadOnlyUserDmlException": [
  3559.             "getCause() : Exception",
  3560.             "getLineNumber() : Integer",
  3561.             "getMessage() : String",
  3562.             "getStackTraceString() : String",
  3563.             "getTypeName() : String",
  3564.             "initCause(APEX_OBJECT cause) : void",
  3565.             "setMessage(String message) : void"
  3566.         ],
  3567.         "Iterable": [
  3568.             "iterator() : system.Iterator"
  3569.         ],
  3570.         "Iterator": [
  3571.             "hasNext() : Boolean",
  3572.             "next() : Object"
  3573.         ],
  3574.         "JSON": [
  3575.             "createGenerator(Boolean pretty) : system.JSONGenerator",
  3576.             "createParser(String jsonString) : system.JSONParser",
  3577.             "deserialize(String jsonString, system.Type apexType) : Object",
  3578.             "deserializeStrict(String jsonString, system.Type apexType) : Object",
  3579.             "deserializeUntyped(String jsonString) : Object",
  3580.             "serialize(Object o) : String",
  3581.             "serializePretty(Object o) : String"
  3582.         ],
  3583.         "JSONException": [
  3584.             "getCause() : Exception",
  3585.             "getLineNumber() : Integer",
  3586.             "getMessage() : String",
  3587.             "getStackTraceString() : String",
  3588.             "getTypeName() : String",
  3589.             "initCause(APEX_OBJECT cause) : void",
  3590.             "setMessage(String message) : void"
  3591.         ],
  3592.         "JSONGenerator": [
  3593.             "close() : void",
  3594.             "getAsString() : String",
  3595.             "isClosed() : Boolean",
  3596.             "writeBlob(Blob b) : void",
  3597.             "writeBlobField(String fieldName, Blob b) : void",
  3598.             "writeBoolean(Boolean b) : void",
  3599.             "writeBooleanField(String fieldName, Boolean b) : void",
  3600.             "writeDate(Date d) : void",
  3601.             "writeDateField(String fieldName, Date d) : void",
  3602.             "writeDateTime(Datetime dt) : void",
  3603.             "writeDateTimeField(String fieldName, Datetime dt) : void",
  3604.             "writeEndArray() : void",
  3605.             "writeEndObject() : void",
  3606.             "writeFieldName(String fieldName) : void",
  3607.             "writeId(Id id) : void",
  3608.             "writeIdField(String fieldName, Id id) : void",
  3609.             "writeNull() : void",
  3610.             "writeNullField(String fieldName) : void",
  3611.             "writeNumber(Decimal d) : void",
  3612.             "writeNumber(Double d) : void",
  3613.             "writeNumber(Integer i) : void",
  3614.             "writeNumber(Long lng) : void",
  3615.             "writeNumberField(String fieldName, Decimal d) : void",
  3616.             "writeNumberField(String fieldName, Double d) : void",
  3617.             "writeNumberField(String fieldName, Integer i) : void",
  3618.             "writeNumberField(String fieldName, Long lng) : void",
  3619.             "writeObject(Object o) : void",
  3620.             "writeObjectField(String fieldName, Object o) : void",
  3621.             "writeStartArray() : void",
  3622.             "writeStartObject() : void",
  3623.             "writeString(String str) : void",
  3624.             "writeStringField(String fieldName, String str) : void",
  3625.             "writeTime(Time t) : void",
  3626.             "writeTimeField(String fieldName, Time t) : void"
  3627.         ],
  3628.         "JSONParser": [
  3629.             "clearCurrentToken() : void",
  3630.             "getBlobValue() : Blob",
  3631.             "getBooleanValue() : Boolean",
  3632.             "getCurrentName() : String",
  3633.             "getCurrentToken() : system.JSONToken",
  3634.             "getDateTimeValue() : Datetime",
  3635.             "getDateValue() : Date",
  3636.             "getDecimalValue() : Decimal",
  3637.             "getDoubleValue() : Double",
  3638.             "getIdValue() : Id",
  3639.             "getIntegerValue() : Integer",
  3640.             "getLastClearedToken() : system.JSONToken",
  3641.             "getLongValue() : Long",
  3642.             "getText() : String",
  3643.             "getTimeValue() : Time",
  3644.             "hasCurrentToken() : Boolean",
  3645.             "nextToken() : system.JSONToken",
  3646.             "nextValue() : system.JSONToken",
  3647.             "readValueAs(system.Type apexType) : Object",
  3648.             "readValueAsStrict(system.Type apexType) : Object",
  3649.             "skipChildren() : void"
  3650.         ],
  3651.         "JSONToken": [
  3652.             "equals(Object obj) : Boolean",
  3653.             "hashCode() : Integer",
  3654.             "values() : List"
  3655.         ],
  3656.         "LIST": [
  3657.             "add(ANY element) : Object",
  3658.             "add(Integer index, ANY element) : void",
  3659.             "addAll(List elements) : void",
  3660.             "addAll(Set elements) : void",
  3661.             "clear() : void",
  3662.             "clone() : List",
  3663.             "deepClone() : List",
  3664.             "deepClone(Boolean preserveId) : List",
  3665.             "deepClone(Boolean preserveId, Boolean preserveReadOnlyTimestamps) : List",
  3666.             "deepClone(Boolean preserveId, Boolean preserveReadOnlyTimestamps, Boolean preserveAutoNumbers) : List",
  3667.             "equals(ANY obj) : Boolean",
  3668.             "get(Integer index) : Object",
  3669.             "getSObjectType() : Schema.SObjectType",
  3670.             "hashCode() : Integer",
  3671.             "isEmpty() : Boolean",
  3672.             "iterator() : system.ListIterator",
  3673.             "remove(Integer index) : Object",
  3674.             "set(Integer index, ANY value) : void",
  3675.             "size() : Integer",
  3676.             "sort() : void"
  3677.         ],
  3678.         "LicenseException": [
  3679.             "getCause() : Exception",
  3680.             "getLineNumber() : Integer",
  3681.             "getMessage() : String",
  3682.             "getStackTraceString() : String",
  3683.             "getTypeName() : String",
  3684.             "initCause(APEX_OBJECT cause) : void",
  3685.             "setMessage(String message) : void"
  3686.         ],
  3687.         "LimitException": [
  3688.             "getCause() : Exception",
  3689.             "getLineNumber() : Integer",
  3690.             "getMessage() : String",
  3691.             "getStackTraceString() : String",
  3692.             "getTypeName() : String",
  3693.             "initCause(APEX_OBJECT cause) : void",
  3694.             "setMessage(String message) : void"
  3695.         ],
  3696.         "ListException": [
  3697.             "getCause() : Exception",
  3698.             "getLineNumber() : Integer",
  3699.             "getMessage() : String",
  3700.             "getStackTraceString() : String",
  3701.             "getTypeName() : String",
  3702.             "initCause(APEX_OBJECT cause) : void",
  3703.             "setMessage(String message) : void"
  3704.         ],
  3705.         "Location": [
  3706.             "getDistance(system.Location other, String unit) : Double",
  3707.             "getLatitude() : Double",
  3708.             "getLongitude() : Double"
  3709.         ],
  3710.         "LoggingLevel": [
  3711.             "equals(Object obj) : Boolean",
  3712.             "hashCode() : Integer",
  3713.             "values() : List"
  3714.         ],
  3715.         "Long": [
  3716.             "addError(APEX_OBJECT msg) : void",
  3717.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  3718.             "addError(String msg) : void",
  3719.             "addError(String msg, Boolean escape) : void",
  3720.             "format() : String",
  3721.             "intValue() : Integer",
  3722.             "valueOf(String str) : Long"
  3723.         ],
  3724.         "Map": [
  3725.             "clear() : void",
  3726.             "clone() : Map",
  3727.             "containsKey(ANY key) : Boolean",
  3728.             "deepClone() : Map",
  3729.             "equals(ANY obj) : Boolean",
  3730.             "get(ANY key) : String",
  3731.             "getSObjectType() : Schema.SObjectType",
  3732.             "hashCode() : Integer",
  3733.             "isEmpty() : Boolean",
  3734.             "keySet() : Set",
  3735.             "put(ANY key, ANY value) : String",
  3736.             "putAll(List entries) : void",
  3737.             "putAll(Map entries) : void",
  3738.             "remove(ANY key) : String",
  3739.             "size() : Integer",
  3740.             "values() : List"
  3741.         ],
  3742.         "Matcher": [
  3743.             "end() : Integer",
  3744.             "end(Integer grp) : Integer",
  3745.             "find() : Boolean",
  3746.             "find(Integer start) : Boolean",
  3747.             "group() : String",
  3748.             "group(Integer start) : String",
  3749.             "groupCount() : Integer",
  3750.             "hasAnchoringBounds() : Boolean",
  3751.             "hasTransparentBounds() : Boolean",
  3752.             "hitEnd() : Boolean",
  3753.             "lookingAt() : Boolean",
  3754.             "matches() : Boolean",
  3755.             "pattern() : system.Pattern",
  3756.             "quoteReplacement(String s) : String",
  3757.             "region(Integer start, Integer ending) : system.Matcher",
  3758.             "regionEnd() : Integer",
  3759.             "regionStart() : Integer",
  3760.             "replaceAll(String replacement) : String",
  3761.             "replaceFirst(String replacement) : String",
  3762.             "requireEnd() : Boolean",
  3763.             "reset() : system.Matcher",
  3764.             "reset(String input) : system.Matcher",
  3765.             "start() : Integer",
  3766.             "start(Integer grp) : Integer",
  3767.             "useAnchoringBounds(Boolean b) : system.Matcher",
  3768.             "usePattern(system.Pattern p) : system.Matcher",
  3769.             "useTransparentBounds(Boolean b) : system.Matcher"
  3770.         ],
  3771.         "Math": [
  3772.             "abs(Decimal x) : Decimal",
  3773.             "abs(Double x) : Double",
  3774.             "abs(Integer x) : Integer",
  3775.             "abs(Long x) : Long",
  3776.             "acos(Decimal x) : Decimal",
  3777.             "acos(Double x) : Double",
  3778.             "asin(Decimal x) : Decimal",
  3779.             "asin(Double x) : Double",
  3780.             "atan(Decimal x) : Decimal",
  3781.             "atan(Double x) : Double",
  3782.             "atan2(Decimal x, Decimal y) : Decimal",
  3783.             "atan2(Double x, Double y) : Double",
  3784.             "cbrt(Decimal x) : Decimal",
  3785.             "cbrt(Double x) : Double",
  3786.             "ceil(Decimal x) : Decimal",
  3787.             "ceil(Double x) : Double",
  3788.             "cos(Decimal x) : Decimal",
  3789.             "cos(Double x) : Double",
  3790.             "cosh(Decimal x) : Decimal",
  3791.             "cosh(Double x) : Double",
  3792.             "exp(Decimal x) : Decimal",
  3793.             "exp(Double x) : Double",
  3794.             "floor(Decimal x) : Decimal",
  3795.             "floor(Double x) : Double",
  3796.             "log(Decimal x) : Decimal",
  3797.             "log(Double x) : Double",
  3798.             "log10(Decimal x) : Decimal",
  3799.             "log10(Double x) : Double",
  3800.             "max(Decimal x, Decimal y) : Decimal",
  3801.             "max(Double x, Double y) : Double",
  3802.             "max(Integer x, Integer y) : Integer",
  3803.             "max(Long x, Long y) : Long",
  3804.             "min(Decimal x, Decimal y) : Decimal",
  3805.             "min(Double x, Double y) : Double",
  3806.             "min(Integer x, Integer y) : Integer",
  3807.             "min(Long x, Long y) : Long",
  3808.             "mod(Integer x, Integer y) : Integer",
  3809.             "mod(Long x, Long y) : Long",
  3810.             "pow(Double base, Double exp) : Double",
  3811.             "random() : Double",
  3812.             "rint(Decimal x) : Decimal",
  3813.             "rint(Double x) : Double",
  3814.             "round(Decimal x) : Integer",
  3815.             "round(Double x) : Integer",
  3816.             "roundToLong(Decimal x) : Long",
  3817.             "roundToLong(Double x) : Long",
  3818.             "signum(Decimal x) : Decimal",
  3819.             "signum(Double x) : Double",
  3820.             "sin(Decimal x) : Decimal",
  3821.             "sin(Double x) : Double",
  3822.             "sinh(Decimal x) : Decimal",
  3823.             "sinh(Double x) : Double",
  3824.             "sqrt(Decimal x) : Decimal",
  3825.             "sqrt(Double x) : Double",
  3826.             "tan(Decimal x) : Decimal",
  3827.             "tan(Double x) : Double",
  3828.             "tanh(Decimal x) : Decimal",
  3829.             "tanh(Double x) : Double"
  3830.         ],
  3831.         "MathException": [
  3832.             "getCause() : Exception",
  3833.             "getLineNumber() : Integer",
  3834.             "getMessage() : String",
  3835.             "getStackTraceString() : String",
  3836.             "getTypeName() : String",
  3837.             "initCause(APEX_OBJECT cause) : void",
  3838.             "setMessage(String message) : void"
  3839.         ],
  3840.         "Messaging": [
  3841.             "reserveMassEmailCapacity(Integer count) : void",
  3842.             "reserveSingleEmailCapacity(Integer count) : void",
  3843.             "sendEmail(List emailMessages) : List",
  3844.             "sendEmail(List emailMessages, Boolean allOrNothing) : List",
  3845.             "sendEmailMessage(List emailMessagesIds) : List",
  3846.             "sendEmailMessage(List emailMessagesIds, Boolean allOrNothing) : List"
  3847.         ],
  3848.         "MultiStaticResourceCalloutMock": [
  3849.             "respond(System.HttpRequest request) : System.HttpResponse",
  3850.             "setHeader(String key, String val) : void",
  3851.             "setStaticResource(String url, String staticResourceName) : void",
  3852.             "setStatus(String status) : void",
  3853.             "setStatusCode(Integer code) : void"
  3854.         ],
  3855.         "Network": [
  3856.             "communitiesLanding() : System.PageReference",
  3857.             "forwardToAuthPage(String startUrl) : System.PageReference",
  3858.             "forwardToAuthPage(String startUrl, String displayType) : System.PageReference",
  3859.             "getLoginUrl(String networkId) : String",
  3860.             "getLogoutUrl(String networkId) : String",
  3861.             "getNetworkId() : String",
  3862.             "getSelfRegUrl(String networkId) : String",
  3863.             "loadAllPackageDefaultNetworkDashboardSettings() : Integer"
  3864.         ],
  3865.         "NoAccessException": [
  3866.             "getCause() : Exception",
  3867.             "getLineNumber() : Integer",
  3868.             "getMessage() : String",
  3869.             "getStackTraceString() : String",
  3870.             "getTypeName() : String",
  3871.             "initCause(APEX_OBJECT cause) : void",
  3872.             "setMessage(String message) : void"
  3873.         ],
  3874.         "NoDataFoundException": [
  3875.             "getCause() : Exception",
  3876.             "getLineNumber() : Integer",
  3877.             "getMessage() : String",
  3878.             "getStackTraceString() : String",
  3879.             "getTypeName() : String",
  3880.             "initCause(APEX_OBJECT cause) : void",
  3881.             "setMessage(String message) : void"
  3882.         ],
  3883.         "NoSuchElementException": [
  3884.             "getCause() : Exception",
  3885.             "getLineNumber() : Integer",
  3886.             "getMessage() : String",
  3887.             "getStackTraceString() : String",
  3888.             "getTypeName() : String",
  3889.             "initCause(APEX_OBJECT cause) : void",
  3890.             "setMessage(String message) : void"
  3891.         ],
  3892.         "NullPointerException": [
  3893.             "getCause() : Exception",
  3894.             "getLineNumber() : Integer",
  3895.             "getMessage() : String",
  3896.             "getStackTraceString() : String",
  3897.             "getTypeName() : String",
  3898.             "initCause(APEX_OBJECT cause) : void",
  3899.             "setMessage(String message) : void"
  3900.         ],
  3901.         "PageReference": [
  3902.             "getAnchor() : String",
  3903.             "getContent() : Blob",
  3904.             "getContentAsPDF() : Blob",
  3905.             "getCookies() : Map",
  3906.             "getHeaders() : Map",
  3907.             "getParameters() : Map",
  3908.             "getRedirect() : Boolean",
  3909.             "getUrl() : String",
  3910.             "setAnchor(String anchor) : System.PageReference",
  3911.             "setCookies(List cookies) : void",
  3912.             "setRedirect(Boolean redirect) : System.PageReference"
  3913.         ],
  3914.         "Pattern": [
  3915.             "compile(String regex) : system.Pattern",
  3916.             "matcher(String input) : system.Matcher",
  3917.             "matches(String regex, String input) : Boolean",
  3918.             "pattern() : String",
  3919.             "quote(String s) : String",
  3920.             "split(String input) : List",
  3921.             "split(String input, Integer n) : List"
  3922.         ],
  3923.         "ProcedureException": [
  3924.             "getCause() : Exception",
  3925.             "getLineNumber() : Integer",
  3926.             "getMessage() : String",
  3927.             "getStackTraceString() : String",
  3928.             "getTypeName() : String",
  3929.             "initCause(APEX_OBJECT cause) : void",
  3930.             "setMessage(String message) : void"
  3931.         ],
  3932.         "ProductSecurity": [
  3933.             "freezeCompromisedUser(String customerOrgId, String usersId, Boolean releaseConnection, List ips) : Boolean"
  3934.         ],
  3935.         "QueryException": [
  3936.             "getCause() : Exception",
  3937.             "getLineNumber() : Integer",
  3938.             "getMessage() : String",
  3939.             "getStackTraceString() : String",
  3940.             "getTypeName() : String",
  3941.             "initCause(APEX_OBJECT cause) : void",
  3942.             "setMessage(String message) : void"
  3943.         ],
  3944.         "Queueable": [
  3945.             "execute(system.QueueableContext param1) : void"
  3946.         ],
  3947.         "QueueableContext": [
  3948.             "getJobId() : Id"
  3949.         ],
  3950.         "QueueableContextImpl": [
  3951.             "getJobId() : Id"
  3952.         ],
  3953.         "QuickAction": [
  3954.             "describeAvailableQuickActions(String parentType) : List",
  3955.             "describeQuickActions(List actions) : List",
  3956.             "performQuickAction(QuickAction.QuickActionRequest performQuickAction) : QuickAction.QuickActionResult",
  3957.             "performQuickAction(QuickAction.QuickActionRequest performQuickAction, Boolean allOrNothing) : QuickAction.QuickActionResult",
  3958.             "performQuickActions(List performQuickActions) : List",
  3959.             "performQuickActions(List performQuickActions, Boolean allOrNothing) : List",
  3960.             "retrieveQuickActionTemplate(String quickActionName, Id contextId) : QuickAction.QuickActionTemplateResult",
  3961.             "retrieveQuickActionTemplates(List quickActionNames, Id contextId) : List"
  3962.         ],
  3963.         "RemoteObjectController": [
  3964.             "create(String type, Map fields) : Map",
  3965.             "del(String type, List ids) : Map",
  3966.             "retrieve(String type, List fields, Map criteria) : Map",
  3967.             "updat(String type, List ids, Map fields) : Map"
  3968.         ],
  3969.         "RequiredFeatureMissingException": [
  3970.             "getCause() : Exception",
  3971.             "getLineNumber() : Integer",
  3972.             "getMessage() : String",
  3973.             "getStackTraceString() : String",
  3974.             "getTypeName() : String",
  3975.             "initCause(APEX_OBJECT cause) : void",
  3976.             "setMessage(String message) : void"
  3977.         ],
  3978.         "ResetPasswordResult": [
  3979.             "getPassword() : String"
  3980.         ],
  3981.         "RestContext": [],
  3982.         "RestRequest": [
  3983.             "addHeader(String name, String value) : void",
  3984.             "addParameter(String name, String value) : void"
  3985.         ],
  3986.         "RestResponse": [
  3987.             "addHeader(String name, String value) : void"
  3988.         ],
  3989.         "SObject": [
  3990.             "addError(APEX_OBJECT msg) : void",
  3991.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  3992.             "addError(String msg) : void",
  3993.             "addError(String msg, Boolean escape) : void",
  3994.             "clear() : void",
  3995.             "clone() : SObject",
  3996.             "clone(Boolean preserveId) : SObject",
  3997.             "clone(Boolean preserveId, Boolean deep) : SObject",
  3998.             "clone(Boolean preserveId, Boolean deep, Boolean preserveReadOnlyTimestamps) : SObject",
  3999.             "clone(Boolean preserveId, Boolean deep, Boolean preserveReadOnlyTimestamps, Boolean preserveAutoNumbers) : SObject",
  4000.             "get(Schema.SObjectField field) : Object",
  4001.             "get(String field) : Object",
  4002.             "getOptions() : Database.DMLOptions",
  4003.             "getQuickActionName() : String",
  4004.             "getSObject(Schema.SObjectField field) : SObject",
  4005.             "getSObject(String field) : SObject",
  4006.             "getSObjectType() : Schema.SObjectType",
  4007.             "getSObjects(Schema.SObjectField field) : List",
  4008.             "getSObjects(String field) : List",
  4009.             "put(Schema.SObjectField field, Object value) : Object",
  4010.             "put(String field, Object value) : Object",
  4011.             "putSObject(Schema.SObjectField field, SObject value) : SObject",
  4012.             "putSObject(String field, SObject value) : SObject",
  4013.             "setOptions(APEX_OBJECT options) : void"
  4014.         ],
  4015.         "SObjectException": [
  4016.             "getCause() : Exception",
  4017.             "getLineNumber() : Integer",
  4018.             "getMessage() : String",
  4019.             "getStackTraceString() : String",
  4020.             "getTypeName() : String",
  4021.             "initCause(APEX_OBJECT cause) : void",
  4022.             "setMessage(String message) : void"
  4023.         ],
  4024.         "Schedulable": [
  4025.             "execute(system.SchedulableContext param1) : void"
  4026.         ],
  4027.         "SchedulableContext": [
  4028.             "getTriggerId() : Id"
  4029.         ],
  4030.         "Schema": [
  4031.             "describeDataCategoryGroupStructures(List pairs, Boolean topCategoriesOnly) : List",
  4032.             "describeDataCategoryGroups(List sobjects) : List",
  4033.             "describeSObjects(List types) : List",
  4034.             "describeTabs() : List",
  4035.             "getAppDescribe(String appName) : Map",
  4036.             "getGlobalDescribe() : Map",
  4037.             "getModuleDescribe() : Map",
  4038.             "getModuleDescribe(String moduleName) : Map"
  4039.         ],
  4040.         "SearchException": [
  4041.             "getCause() : Exception",
  4042.             "getLineNumber() : Integer",
  4043.             "getMessage() : String",
  4044.             "getStackTraceString() : String",
  4045.             "getTypeName() : String",
  4046.             "initCause(APEX_OBJECT cause) : void",
  4047.             "setMessage(String message) : void"
  4048.         ],
  4049.         "SecurityException": [
  4050.             "getCause() : Exception",
  4051.             "getLineNumber() : Integer",
  4052.             "getMessage() : String",
  4053.             "getStackTraceString() : String",
  4054.             "getTypeName() : String",
  4055.             "initCause(APEX_OBJECT cause) : void",
  4056.             "setMessage(String message) : void"
  4057.         ],
  4058.         "SelectOption": [
  4059.             "getDisabled() : Boolean",
  4060.             "getEscapeItem() : Boolean",
  4061.             "getLabel() : String",
  4062.             "getValue() : String",
  4063.             "setDisabled(Boolean disabled) : void",
  4064.             "setEscapeItem(Boolean disabled) : void",
  4065.             "setLabel(String label) : void",
  4066.             "setValue(String value) : void"
  4067.         ],
  4068.         "SerializationException": [
  4069.             "getCause() : Exception",
  4070.             "getLineNumber() : Integer",
  4071.             "getMessage() : String",
  4072.             "getStackTraceString() : String",
  4073.             "getTypeName() : String",
  4074.             "initCause(APEX_OBJECT cause) : void",
  4075.             "setMessage(String message) : void"
  4076.         ],
  4077.         "Session": [
  4078.             "contains(String key) : Boolean",
  4079.             "get(String key) : Object",
  4080.             "get(String key, Boolean immediate) : Object",
  4081.             "getCapacity() : Double",
  4082.             "getId() : String",
  4083.             "put(String key, Object value) : void",
  4084.             "put(String key, Object value, Boolean immediate, Integer ttlSecs, system.SessionCacheVisibility visibility, Boolean immutable) : void",
  4085.             "put(String key, Object value, Integer ttlSecs, system.SessionCacheVisibility visibility, Boolean immutable) : void",
  4086.             "put(String key, Object value, system.SessionCacheVisibility visibility) : void",
  4087.             "remove(String key) : Boolean",
  4088.             "remove(String key, Boolean immediate) : Boolean"
  4089.         ],
  4090.         "SessionCacheException": [
  4091.             "getCause() : Exception",
  4092.             "getLineNumber() : Integer",
  4093.             "getMessage() : String",
  4094.             "getStackTraceString() : String",
  4095.             "getTypeName() : String",
  4096.             "initCause(APEX_OBJECT cause) : void",
  4097.             "setMessage(String message) : void"
  4098.         ],
  4099.         "SessionCacheVisibility": [
  4100.             "equals(Object obj) : Boolean",
  4101.             "hashCode() : Integer",
  4102.             "values() : List"
  4103.         ],
  4104.         "Set": [
  4105.             "add(ANY element) : Boolean",
  4106.             "addAll(List elements) : Boolean",
  4107.             "addAll(Set elements) : Boolean",
  4108.             "clear() : void",
  4109.             "clone() : Set",
  4110.             "contains(ANY element) : Boolean",
  4111.             "containsAll(List elements) : Boolean",
  4112.             "containsAll(Set elements) : Boolean",
  4113.             "equals(ANY obj) : Boolean",
  4114.             "hashCode() : Integer",
  4115.             "isEmpty() : Boolean",
  4116.             "iterator() : system.ListIterator",
  4117.             "remove(ANY element) : Boolean",
  4118.             "removeAll(List elements) : Boolean",
  4119.             "removeAll(Set elements) : Boolean",
  4120.             "retainAll(List elements) : Boolean",
  4121.             "retainAll(Set elements) : Boolean",
  4122.             "size() : Integer"
  4123.         ],
  4124.         "SetupScope": [
  4125.             "equals(Object obj) : Boolean",
  4126.             "hashCode() : Integer",
  4127.             "values() : List"
  4128.         ],
  4129.         "Site": [
  4130.             "changePassword(String newPassword, String verifyNewPassword) : System.PageReference",
  4131.             "changePassword(String newPassword, String verifyNewPassword, String oldPassword) : System.PageReference",
  4132.             "createPersonAccountPortalUser(SObject user, String ownerId, String password) : Id",
  4133.             "createPersonAccountPortalUser(SObject user, String ownerId, String recordTypeId, String password) : Id",
  4134.             "createPortalUser(SObject user, String accountId) : Id",
  4135.             "createPortalUser(SObject user, String accountId, String password) : Id",
  4136.             "createPortalUser(SObject user, String accountId, String password, Boolean sendEmailConfirmation) : Id",
  4137.             "forgotPassword(String username) : Boolean",
  4138.             "getAdminEmail() : String",
  4139.             "getAdminId() : Id",
  4140.             "getAnalyticsTrackingCode() : String",
  4141.             "getBaseCustomUrl() : String",
  4142.             "getBaseInsecureUrl() : String",
  4143.             "getBaseRequestUrl() : String",
  4144.             "getBaseSecureUrl() : String",
  4145.             "getBaseUrl() : String",
  4146.             "getCurrentSiteUrl() : String",
  4147.             "getCustomWebAddress() : String",
  4148.             "getDomain() : String",
  4149.             "getErrorDescription() : String",
  4150.             "getErrorMessage() : String",
  4151.             "getMasterLabel() : String",
  4152.             "getName() : String",
  4153.             "getOriginalUrl() : String",
  4154.             "getPathPrefix() : String",
  4155.             "getPrefix() : String",
  4156.             "getSiteId() : Id",
  4157.             "getSiteType() : String",
  4158.             "getSiteTypeLabel() : String",
  4159.             "getTemplate() : System.PageReference",
  4160.             "isLoginEnabled() : Boolean",
  4161.             "isPasswordExpired() : Boolean",
  4162.             "isRegistrationEnabled() : Boolean",
  4163.             "login(String username, String password, String startUrl) : System.PageReference",
  4164.             "setPortalUserAsAuthProvider(SObject user, String accountId) : void"
  4165.         ],
  4166.         "StaticResourceCalloutMock": [
  4167.             "respond(System.HttpRequest request) : System.HttpResponse",
  4168.             "setHeader(String key, String val) : void",
  4169.             "setStaticResource(String staticResourceName) : void",
  4170.             "setStatus(String status) : void",
  4171.             "setStatusCode(Integer code) : void"
  4172.         ],
  4173.         "StatusCode": [
  4174.             "equals(Object obj) : Boolean",
  4175.             "hashCode() : Integer",
  4176.             "values() : List"
  4177.         ],
  4178.         "String": [
  4179.             "abbreviate(Integer maxWidth) : String",
  4180.             "abbreviate(Integer maxWidth, Integer offset) : String",
  4181.             "addError(APEX_OBJECT msg) : void",
  4182.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  4183.             "addError(String msg) : void",
  4184.             "addError(String msg, Boolean escape) : void",
  4185.             "capitalize() : String",
  4186.             "center(Integer size) : String",
  4187.             "center(Integer size, String padStr) : String",
  4188.             "charAt(Integer index) : Integer",
  4189.             "codePointAt(Integer index) : Integer",
  4190.             "codePointBefore(Integer index) : Integer",
  4191.             "codePointCount(Integer beginIndex, Integer endIndex) : Integer",
  4192.             "compareTo(String str) : Integer",
  4193.             "contains(String str) : Boolean",
  4194.             "containsAny(String validChars) : Boolean",
  4195.             "containsIgnoreCase(String searchStr) : Boolean",
  4196.             "containsNone(String invalidChars) : Boolean",
  4197.             "containsOnly(String validChars) : Boolean",
  4198.             "containsWhitespace() : Boolean",
  4199.             "countMatches(String searchStr) : Integer",
  4200.             "deleteWhitespace() : String",
  4201.             "difference(String other) : String",
  4202.             "endsWith(String str) : Boolean",
  4203.             "endsWithIgnoreCase(String suffix) : Boolean",
  4204.             "equals(String other) : Boolean",
  4205.             "equalsIgnoreCase(String other) : Boolean",
  4206.             "escapeCsv() : String",
  4207.             "escapeEcmaScript() : String",
  4208.             "escapeHtml3() : String",
  4209.             "escapeHtml4() : String",
  4210.             "escapeJava() : String",
  4211.             "escapeSingleQuotes(String s) : String",
  4212.             "escapeUnicode() : String",
  4213.             "escapeXml() : String",
  4214.             "format(String format, List arguments) : String",
  4215.             "fromCharArray(List charArr) : String",
  4216.             "getChars() : List",
  4217.             "getCommonPrefix(List strings) : String",
  4218.             "getLevenshteinDistance(String other) : Integer",
  4219.             "getLevenshteinDistance(String other, Integer threshold) : Integer",
  4220.             "hashCode() : Integer",
  4221.             "indexOf(String str) : Integer",
  4222.             "indexOf(String str, Integer startPos) : Integer",
  4223.             "indexOfAny(String searchChars) : Integer",
  4224.             "indexOfAnyBut(String searchChars) : Integer",
  4225.             "indexOfChar(Integer ch) : Integer",
  4226.             "indexOfChar(Integer ch, Integer fromIndex) : Integer",
  4227.             "indexOfDifference(String other) : Integer",
  4228.             "indexOfIgnoreCase(String searchStr) : Integer",
  4229.             "indexOfIgnoreCase(String searchStr, Integer startPos) : Integer",
  4230.             "isAllLowerCase() : Boolean",
  4231.             "isAllUpperCase() : Boolean",
  4232.             "isAlpha() : Boolean",
  4233.             "isAlphaSpace() : Boolean",
  4234.             "isAlphanumeric() : Boolean",
  4235.             "isAlphanumericSpace() : Boolean",
  4236.             "isAsciiPrintable() : Boolean",
  4237.             "isBlank(String str) : Boolean",
  4238.             "isEmpty(String str) : Boolean",
  4239.             "isNotBlank(String str) : Boolean",
  4240.             "isNotEmpty(String str) : Boolean",
  4241.             "isNumeric() : Boolean",
  4242.             "isNumericSpace() : Boolean",
  4243.             "isWhitespace() : Boolean",
  4244.             "join(APEX_OBJECT iterableObj, String separator) : String",
  4245.             "lastIndexOf(String searchStr, Integer startPos) : Integer",
  4246.             "lastIndexOf(String str) : Integer",
  4247.             "lastIndexOfChar(Integer ch) : Integer",
  4248.             "lastIndexOfChar(Integer ch, Integer fromIndex) : Integer",
  4249.             "lastIndexOfIgnoreCase(String searchStr) : Integer",
  4250.             "lastIndexOfIgnoreCase(String searchStr, Integer startPos) : Integer",
  4251.             "left(Integer len) : String",
  4252.             "leftPad(Integer len) : String",
  4253.             "leftPad(Integer len, String padStr) : String",
  4254.             "length() : Integer",
  4255.             "mid(Integer pos, Integer len) : String",
  4256.             "normalizeSpace() : String",
  4257.             "offsetByCodePoints(Integer index, Integer codePointOffset) : Integer",
  4258.             "overlay(String overlay, Integer start, Integer end) : String",
  4259.             "remove(String toRemove) : String",
  4260.             "removeEnd(String toRemove) : String",
  4261.             "removeEndIgnoreCase(String toRemove) : String",
  4262.             "removeStart(String toRemove) : String",
  4263.             "removeStartIgnoreCase(String toRemove) : String",
  4264.             "repeat(Integer numTimes) : String",
  4265.             "repeat(String separator, Integer numTimes) : String",
  4266.             "replace(String target, String replacement) : String",
  4267.             "replaceAll(String regex, String replacement) : String",
  4268.             "replaceFirst(String regex, String replacement) : String",
  4269.             "reverse() : String",
  4270.             "right(Integer len) : String",
  4271.             "rightPad(Integer len) : String",
  4272.             "rightPad(Integer len, String padStr) : String",
  4273.             "split(String regex) : List",
  4274.             "split(String regex, Integer limit) : List",
  4275.             "splitByCharacterType() : List",
  4276.             "splitByCharacterTypeCamelCase() : List",
  4277.             "startsWith(String str) : Boolean",
  4278.             "startsWithIgnoreCase(String prefix) : Boolean",
  4279.             "stripHtmlTags() : String",
  4280.             "substring(Integer start) : String",
  4281.             "substring(Integer start, Integer end) : String",
  4282.             "substringAfter(String separator) : String",
  4283.             "substringAfterLast(String separator) : String",
  4284.             "substringBefore(String separator) : String",
  4285.             "substringBeforeLast(String separator) : String",
  4286.             "substringBetween(String open, String close) : String",
  4287.             "substringBetween(String tag) : String",
  4288.             "swapCase() : String",
  4289.             "toLowerCase() : String",
  4290.             "toLowerCase(String locale) : String",
  4291.             "toUpperCase() : String",
  4292.             "toUpperCase(String locale) : String",
  4293.             "trim() : String",
  4294.             "uncapitalize() : String",
  4295.             "unescapeCsv() : String",
  4296.             "unescapeEcmaScript() : String",
  4297.             "unescapeHtml3() : String",
  4298.             "unescapeHtml4() : String",
  4299.             "unescapeJava() : String",
  4300.             "unescapeUnicode() : String",
  4301.             "unescapeXml() : String",
  4302.             "valueOf(Date d) : String",
  4303.             "valueOf(Datetime dt) : String",
  4304.             "valueOf(Decimal d) : String",
  4305.             "valueOf(Double d) : String",
  4306.             "valueOf(Integer i) : String",
  4307.             "valueOf(Long l) : String",
  4308.             "valueOf(Object o) : String",
  4309.             "valueOfGmt(Datetime dt) : String"
  4310.         ],
  4311.         "StringException": [
  4312.             "getCause() : Exception",
  4313.             "getLineNumber() : Integer",
  4314.             "getMessage() : String",
  4315.             "getStackTraceString() : String",
  4316.             "getTypeName() : String",
  4317.             "initCause(APEX_OBJECT cause) : void",
  4318.             "setMessage(String message) : void"
  4319.         ],
  4320.         "SupportPredictiveService": [
  4321.             "findSimilarCases(String caseId) : List"
  4322.         ],
  4323.         "System": [
  4324.             "abortJob(String jobId) : void",
  4325.             "assert(Boolean condition) : void",
  4326.             "assert(Boolean condition, ANY msg) : void",
  4327.             "assertEquals(ANY expected, ANY actual) : void",
  4328.             "assertEquals(ANY expected, ANY actual, ANY msg) : void",
  4329.             "assertNotEquals(ANY expected, ANY actual) : void",
  4330.             "assertNotEquals(ANY expected, ANY actual, ANY msg) : void",
  4331.             "currentPageReference() : System.PageReference",
  4332.             "currentTimeMillis() : Long",
  4333.             "debug(ANY o) : void",
  4334.             "debug(APEX_OBJECT logLevel, ANY o) : void",
  4335.             "enqueueJob(APEX_OBJECT queueable) : Id",
  4336.             "equals(ANY left, ANY right) : Boolean",
  4337.             "getApplicationReadWriteMode() : system.ApplicationReadWriteMode",
  4338.             "hashCode(ANY obj) : Integer",
  4339.             "isBatch() : Boolean",
  4340.             "isFuture() : Boolean",
  4341.             "isScheduled() : Boolean",
  4342.             "now() : Datetime",
  4343.             "process(List workitemIds, String action, String commments, String nextApprover) : List",
  4344.             "purgeOldAsyncJobs(Date date) : Integer",
  4345.             "requestVersion() : system.Version",
  4346.             "resetPassword(Id userId, Boolean sendUserEmail) : System.ResetPasswordResult",
  4347.             "runAs(Package.Version version) : void",
  4348.             "runAs(SObject user, ANY block) : void",
  4349.             "schedule(String jobName, String cronExp, APEX_OBJECT schedulable) : String",
  4350.             "scheduleBatch(APEX_OBJECT batchable, String jobName, Integer minutesFromNow) : String",
  4351.             "scheduleBatch(APEX_OBJECT batchable, String jobName, Integer minutesFromNow, Integer scopeSize) : String",
  4352.             "setPassword(Id userId, String password) : void",
  4353.             "submit(List ids, String commments, String nextApprover) : List",
  4354.             "today() : Date"
  4355.         ],
  4356.         "Test": [
  4357.             "getStandardPricebookId() : Id",
  4358.             "invokeContinuationMethod(Object controller, system.Continuation continuation) : Object",
  4359.             "invokePage(System.PageReference p) : Component.apex.page",
  4360.             "isRunningTest() : Boolean",
  4361.             "loadData(Schema.SObjectType sobjectType, String staticResourceName) : List",
  4362.             "setContinuationResponse(String label, System.HttpResponse response) : void",
  4363.             "setCurrentPage(Object pageReference) : void",
  4364.             "setCurrentPageReference(Object pageReference) : void",
  4365.             "setFixedSearchResults(List searchResultsIds) : void",
  4366.             "setMock(system.Type interfaceType, Object mock) : void",
  4367.             "setReadOnlyApplicationMode(Boolean readOnlyApplicationMode) : void",
  4368.             "startTest() : void",
  4369.             "stopTest() : void",
  4370.             "testInstall(system.InstallHandler script, system.Version version) : void",
  4371.             "testInstall(system.InstallHandler script, system.Version version, Boolean isPush) : void",
  4372.             "testUninstall(system.UninstallHandler script) : void"
  4373.         ],
  4374.         "Time": [
  4375.             "addError(APEX_OBJECT msg) : void",
  4376.             "addError(APEX_OBJECT msg, Boolean escape) : void",
  4377.             "addError(String msg) : void",
  4378.             "addError(String msg, Boolean escape) : void",
  4379.             "addHours(Integer hours) : Time",
  4380.             "addMilliseconds(Integer milliseconds) : Time",
  4381.             "addMinutes(Integer minutes) : Time",
  4382.             "addSeconds(Integer seconds) : Time",
  4383.             "hour() : Integer",
  4384.             "millisecond() : Integer",
  4385.             "minute() : Integer",
  4386.             "newInstance(Integer hour, Integer minute, Integer second, Integer millisecond) : Time",
  4387.             "second() : Integer"
  4388.         ],
  4389.         "TimeZone": [
  4390.             "getDisplayName() : String",
  4391.             "getID() : String",
  4392.             "getOffset(Datetime dt) : Integer",
  4393.             "getTimeZone(String id) : system.TimeZone",
  4394.             "toString() : String"
  4395.         ],
  4396.         "TouchHandledException": [
  4397.             "getCause() : Exception",
  4398.             "getLineNumber() : Integer",
  4399.             "getMessage() : String",
  4400.             "getStackTraceString() : String",
  4401.             "getTypeName() : String",
  4402.             "initCause(APEX_OBJECT cause) : void",
  4403.             "setMessage(String message) : void"
  4404.         ],
  4405.         "Type": [
  4406.             "equals(Object o) : Boolean",
  4407.             "forName(String clsName) : system.Type",
  4408.             "forName(String namespace, String clsName) : system.Type",
  4409.             "getName() : String",
  4410.             "hashCode() : Integer",
  4411.             "newInstance() : Object",
  4412.             "toString() : String"
  4413.         ],
  4414.         "TypeException": [
  4415.             "getCause() : Exception",
  4416.             "getLineNumber() : Integer",
  4417.             "getMessage() : String",
  4418.             "getStackTraceString() : String",
  4419.             "getTypeName() : String",
  4420.             "initCause(APEX_OBJECT cause) : void",
  4421.             "setMessage(String message) : void"
  4422.         ],
  4423.         "UnexpectedException": [
  4424.             "getCause() : Exception",
  4425.             "getLineNumber() : Integer",
  4426.             "getMessage() : String",
  4427.             "getStackTraceString() : String",
  4428.             "getTypeName() : String",
  4429.             "initCause(APEX_OBJECT cause) : void",
  4430.             "setMessage(String message) : void"
  4431.         ],
  4432.         "UnsupportedOperationException": [
  4433.             "getTypeName() : String"
  4434.         ],
  4435.         "Url": [
  4436.             "getAuthority() : String",
  4437.             "getCurrentRequestUrl() : system.Url",
  4438.             "getDefaultPort() : Integer",
  4439.             "getFile() : String",
  4440.             "getFileFieldURL(String objectId, String fieldName) : String",
  4441.             "getHost() : String",
  4442.             "getPath() : String",
  4443.             "getPort() : Integer",
  4444.             "getProtocol() : String",
  4445.             "getQuery() : String",
  4446.             "getRef() : String",
  4447.             "getSalesforceBaseUrl() : system.Url",
  4448.             "getUserInfo() : String",
  4449.             "sameFile(system.Url other) : Boolean",
  4450.             "toExternalForm() : String"
  4451.         ],
  4452.         "UserInfo": [
  4453.             "getDefaultCurrency() : String",
  4454.             "getFirstName() : String",
  4455.             "getLanguage() : String",
  4456.             "getLastName() : String",
  4457.             "getLocale() : String",
  4458.             "getName() : String",
  4459.             "getOrganizationId() : String",
  4460.             "getOrganizationName() : String",
  4461.             "getProfileId() : String",
  4462.             "getSessionId() : String",
  4463.             "getTimeZone() : system.TimeZone",
  4464.             "getUiTheme() : String",
  4465.             "getUiThemeDisplayed() : String",
  4466.             "getUserEmail() : String",
  4467.             "getUserId() : String",
  4468.             "getUserName() : String",
  4469.             "getUserRoleId() : String",
  4470.             "getUserType() : String",
  4471.             "isCurrentUserLicensed(String namespacePrefix) : Boolean",
  4472.             "isMultiCurrencyOrganization() : Boolean"
  4473.         ],
  4474.         "Version": [
  4475.             "compareTo(system.Version other) : Integer",
  4476.             "major() : Integer",
  4477.             "minor() : Integer",
  4478.             "patch() : Integer"
  4479.         ],
  4480.         "VisualforceException": [
  4481.             "getCause() : Exception",
  4482.             "getLineNumber() : Integer",
  4483.             "getMessage() : String",
  4484.             "getStackTraceString() : String",
  4485.             "getTypeName() : String",
  4486.             "initCause(APEX_OBJECT cause) : void",
  4487.             "setMessage(String message) : void"
  4488.         ],
  4489.         "WebServiceCalloutFuture": [],
  4490.         "WebServiceMock": [
  4491.             "doInvoke(Object param1, Object param2, Map param3, String param4, String param5, String param6, String param7, String param8, String param9) : void"
  4492.         ],
  4493.         "XmlException": [
  4494.             "getCause() : Exception",
  4495.             "getLineNumber() : Integer",
  4496.             "getMessage() : String",
  4497.             "getStackTraceString() : String",
  4498.             "getTypeName() : String",
  4499.             "initCause(APEX_OBJECT cause) : void",
  4500.             "setMessage(String message) : void"
  4501.         ],
  4502.         "XmlStreamReader": [
  4503.             "getAttributeCount() : Integer",
  4504.             "getAttributeLocalName(Integer index) : String",
  4505.             "getAttributeNamespace(Integer index) : String",
  4506.             "getAttributePrefix(Integer index) : String",
  4507.             "getAttributeType(Integer index) : String",
  4508.             "getAttributeValue(String namespaceURI, String localName) : String",
  4509.             "getAttributeValueAt(Integer index) : String",
  4510.             "getEventType() : system.XmlTag",
  4511.             "getLocalName() : String",
  4512.             "getLocation() : String",
  4513.             "getNamespace() : String",
  4514.             "getNamespaceCount() : Integer",
  4515.             "getNamespacePrefix(Integer index) : String",
  4516.             "getNamespaceURI(String prefix) : String",
  4517.             "getNamespaceURIAt(Integer index) : String",
  4518.             "getPIData() : String",
  4519.             "getPITarget() : String",
  4520.             "getPrefix() : String",
  4521.             "getText() : String",
  4522.             "getVersion() : String",
  4523.             "hasName() : Boolean",
  4524.             "hasNext() : Boolean",
  4525.             "hasText() : Boolean",
  4526.             "isCharacters() : Boolean",
  4527.             "isEndElement() : Boolean",
  4528.             "isStartElement() : Boolean",
  4529.             "isWhitespace() : Boolean",
  4530.             "next() : Integer",
  4531.             "nextTag() : Integer",
  4532.             "setCoalescing(Boolean flag) : void",
  4533.             "setNamespaceAware(Boolean flag) : void",
  4534.             "toString() : String"
  4535.         ],
  4536.         "XmlStreamWriter": [
  4537.             "close() : void",
  4538.             "getXmlString() : String",
  4539.             "setDefaultNamespace(String uri) : void",
  4540.             "writeAttribute(String prefix, String namespaceURI, String localName, String value) : void",
  4541.             "writeCData(String data) : void",
  4542.             "writeCharacters(String text) : void",
  4543.             "writeComment(String data) : void",
  4544.             "writeDefaultNamespace(String namesapceURI) : void",
  4545.             "writeEmptyElement(String prefix, String localName, String namesapceURI) : void",
  4546.             "writeEndDocument() : void",
  4547.             "writeEndElement() : void",
  4548.             "writeNamespace(String prefix, String namesapceURI) : void",
  4549.             "writeProcessingInstruction(String target, String data) : void",
  4550.             "writeStartDocument(String encoding, String version) : void",
  4551.             "writeStartElement(String prefix, String localName, String namesapceURI) : void"
  4552.         ],
  4553.         "XmlTag": [
  4554.             "equals(Object obj) : Boolean",
  4555.             "hashCode() : Integer",
  4556.             "values() : List"
  4557.         ]
  4558.     },
  4559.     "TerritoryMgmt": {
  4560.         "OpportunityTerritory2AssignmentFilter": [
  4561.             "getOpportunityTerritory2Assignments(List param1) : Map"
  4562.         ]
  4563.     },
  4564.     "TxnSecurity": {
  4565.         "Event": [],
  4566.         "PolicyCondition": [
  4567.             "evaluate(TxnSecurity.Event param1) : Boolean"
  4568.         ]
  4569.     },
  4570.     "UIGuide": {
  4571.         "DocsController": []
  4572.     },
  4573.     "applauncher": {
  4574.         "AppLauncherApexController": [
  4575.             "getApps() : List"
  4576.         ]
  4577.     },
  4578.     "dom": {
  4579.         "Document": [
  4580.             "createRootElement(String name, String namespace, String prefix) : dom.XmlNode",
  4581.             "getRootElement() : dom.XmlNode",
  4582.             "load(String xml) : void",
  4583.             "toXmlString() : String"
  4584.         ],
  4585.         "XmlNode": [
  4586.             "addChildElement(String name, String namespace, String prefix) : dom.XmlNode",
  4587.             "addCommentNode(String text) : dom.XmlNode",
  4588.             "addTextNode(String text) : dom.XmlNode",
  4589.             "getAttribute(String key, String keyNamespace) : String",
  4590.             "getAttributeCount() : Integer",
  4591.             "getAttributeKeyAt(Integer index) : String",
  4592.             "getAttributeKeyNsAt(Integer index) : String",
  4593.             "getAttributeValue(String key, String keyNamespace) : String",
  4594.             "getAttributeValueNs(String key, String keyNamespace) : String",
  4595.             "getChildElement(String name, String namespace) : dom.XmlNode",
  4596.             "getChildElements() : List",
  4597.             "getChildren() : List",
  4598.             "getName() : String",
  4599.             "getNamespace() : String",
  4600.             "getNamespaceFor(String prefix) : String",
  4601.             "getNodeType() : Dom.XmlNodeType",
  4602.             "getParent() : dom.XmlNode",
  4603.             "getPrefixFor(String namespace) : String",
  4604.             "getText() : String",
  4605.             "removeAttribute(String key, String keyNamespace) : Boolean",
  4606.             "removeChild(ANY child) : Boolean",
  4607.             "setAttribute(String key, String value) : void",
  4608.             "setAttributeNs(String key, String value, String keyNamespace, String valueNamespace) : void",
  4609.             "setNamespace(String prefix, String namespace) : void"
  4610.         ],
  4611.         "XmlNodeType": [
  4612.             "equals(Object obj) : Boolean",
  4613.             "hashCode() : Integer",
  4614.             "values() : List"
  4615.         ]
  4616.     },
  4617.     "predictive": {
  4618.         "AnalysisException": [
  4619.             "getTypeName() : String"
  4620.         ],
  4621.         "BasePredictedFieldImpl": [
  4622.             "toString() : String"
  4623.         ],
  4624.         "BooleanPredictedField": [
  4625.             "getPointEstimate() : Boolean",
  4626.             "getType() : predictive.PredictedFieldType",
  4627.             "toString() : String"
  4628.         ],
  4629.         "CategoricalFieldTreatment": [
  4630.             "getType() : predictive.FieldTreatmentType",
  4631.             "toString() : String"
  4632.         ],
  4633.         "DatePredictedField": [
  4634.             "getPointEstimate() : Date",
  4635.             "getType() : predictive.PredictedFieldType",
  4636.             "toString() : String"
  4637.         ],
  4638.         "DoublePredictedField": [
  4639.             "getPointEstimate() : Double",
  4640.             "getType() : predictive.PredictedFieldType",
  4641.             "toString() : String"
  4642.         ],
  4643.         "FieldTreatment": [
  4644.             "getType() : predictive.FieldTreatmentType"
  4645.         ],
  4646.         "FieldTreatmentType": [
  4647.             "equals(Object obj) : Boolean",
  4648.             "hashCode() : Integer",
  4649.             "values() : List"
  4650.         ],
  4651.         "ItemPresenceReason": [
  4652.             "getItems() : List",
  4653.             "getType() : predictive.ReasonType",
  4654.             "toString() : String"
  4655.         ],
  4656.         "NumberFieldTreatment": [
  4657.             "getType() : predictive.FieldTreatmentType",
  4658.             "toString() : String"
  4659.         ],
  4660.         "ObjectAnalysis": [
  4661.             "findSimilar(predictive.Row target, String fieldName) : predictive.SimilarResult",
  4662.             "getObjectName() : String",
  4663.             "getRefreshStatus() : predictive.ObjectRefreshStatus",
  4664.             "predict(predictive.Row fixed, List predict) : predictive.PredictedResult",
  4665.             "refresh(predictive.ObjectTreatment objectTreatment) : void",
  4666.             "toString() : String"
  4667.         ],
  4668.         "ObjectAnalysisService": [
  4669.             "get(String objectName) : predictive.ObjectAnalysis",
  4670.             "getAll() : List"
  4671.         ],
  4672.         "ObjectRefreshState": [
  4673.             "equals(Object obj) : Boolean",
  4674.             "hashCode() : Integer",
  4675.             "values() : List"
  4676.         ],
  4677.         "ObjectRefreshStatus": [
  4678.             "getDebugInfo() : List",
  4679.             "getEndTime() : Datetime",
  4680.             "getErrors() : List",
  4681.             "getObjectTreatment() : predictive.ObjectTreatment",
  4682.             "getRefreshId() : String",
  4683.             "getStartTime() : Datetime",
  4684.             "getState() : predictive.ObjectRefreshState",
  4685.             "getWarnings() : List",
  4686.             "toString() : String"
  4687.         ],
  4688.         "ObjectTreatment": [
  4689.             "getFieldTreatments() : Map",
  4690.             "setFieldTreatments(Map fieldTreatments) : void",
  4691.             "toString() : String"
  4692.         ],
  4693.         "OmittedFieldTreatment": [
  4694.             "getType() : predictive.FieldTreatmentType",
  4695.             "toString() : String"
  4696.         ],
  4697.         "PredictedField": [
  4698.             "getType() : predictive.PredictedFieldType"
  4699.         ],
  4700.         "PredictedFieldType": [
  4701.             "equals(Object obj) : Boolean",
  4702.             "hashCode() : Integer",
  4703.             "values() : List"
  4704.         ],
  4705.         "PredictedResult": [
  4706.             "getPredictedFields() : Map",
  4707.             "getWarnings() : List",
  4708.             "toString() : String"
  4709.         ],
  4710.         "PredictiveException": [
  4711.             "getTypeName() : String"
  4712.         ],
  4713.         "PresenceFlagFieldTreatment": [
  4714.             "getType() : predictive.FieldTreatmentType",
  4715.             "toString() : String"
  4716.         ],
  4717.         "PresenceReason": [
  4718.             "getType() : predictive.ReasonType",
  4719.             "toString() : String"
  4720.         ],
  4721.         "QueryException": [
  4722.             "getTypeName() : String"
  4723.         ],
  4724.         "Reason": [
  4725.             "getType() : predictive.ReasonType"
  4726.         ],
  4727.         "ReasonType": [
  4728.             "equals(Object obj) : Boolean",
  4729.             "hashCode() : Integer",
  4730.             "values() : List"
  4731.         ],
  4732.         "RelatedField": [
  4733.             "getFieldName() : String",
  4734.             "getReason() : predictive.Reason",
  4735.             "getScore() : Double",
  4736.             "setFieldName(String fieldName) : void",
  4737.             "setReason(predictive.Reason reason) : void",
  4738.             "setScore(Double score) : void",
  4739.             "toString() : String"
  4740.         ],
  4741.         "RelatedResult": [
  4742.             "getRelatedFields() : List",
  4743.             "getWarnings() : List",
  4744.             "setRelatedFields(List relatedFields) : void",
  4745.             "setWarnings(List warnings) : void",
  4746.             "toString() : String"
  4747.         ],
  4748.         "Row": [
  4749.             "getCells() : Map",
  4750.             "setCells(Map cells) : void",
  4751.             "toString() : String"
  4752.         ],
  4753.         "SetFieldTreatment": [
  4754.             "getBin() : String",
  4755.             "getType() : predictive.FieldTreatmentType",
  4756.             "setBin(String bin) : void",
  4757.             "toString() : String"
  4758.         ],
  4759.         "SimilarRecord": [
  4760.             "getRecordId() : Id",
  4761.             "getScore() : Double",
  4762.             "toString() : String"
  4763.         ],
  4764.         "SimilarResult": [
  4765.             "getSimilarRecords() : List",
  4766.             "getWarnings() : List",
  4767.             "toString() : String"
  4768.         ],
  4769.         "StringPredictedField": [
  4770.             "getPointEstimate() : String",
  4771.             "getType() : predictive.PredictedFieldType",
  4772.             "toString() : String"
  4773.         ],
  4774.         "TextFieldTreatment": [
  4775.             "getBin() : String",
  4776.             "getType() : predictive.FieldTreatmentType",
  4777.             "setBin(String bin) : void",
  4778.             "toString() : String"
  4779.         ],
  4780.         "TimeDeltaFieldTreatment": [
  4781.             "getFromField() : String",
  4782.             "getType() : predictive.FieldTreatmentType",
  4783.             "setFromField(String fromField) : void",
  4784.             "toString() : String"
  4785.         ],
  4786.         "ValueReason": [
  4787.             "getType() : predictive.ReasonType",
  4788.             "toString() : String"
  4789.         ],
  4790.         "WordPresenceReason": [
  4791.             "getType() : predictive.ReasonType",
  4792.             "getWords() : List",
  4793.             "toString() : String"
  4794.         ]
  4795.     },
  4796.     "reports": {
  4797.         "AggregateColumn": [
  4798.             "getAcrossGroupingContext() : String",
  4799.             "getDataType() : reports.ColumnDataType",
  4800.             "getDownGroupingContext() : String",
  4801.             "getLabel() : String",
  4802.             "getName() : String",
  4803.             "toString() : String"
  4804.         ],
  4805.         "ColumnDataType": [
  4806.             "equals(Object obj) : Boolean",
  4807.             "hashCode() : Integer",
  4808.             "values() : List"
  4809.         ],
  4810.         "ColumnSortOrder": [
  4811.             "equals(Object obj) : Boolean",
  4812.             "hashCode() : Integer",
  4813.             "values() : List"
  4814.         ],
  4815.         "DateGranularity": [
  4816.             "equals(Object obj) : Boolean",
  4817.             "hashCode() : Integer",
  4818.             "values() : List"
  4819.         ],
  4820.         "DetailColumn": [
  4821.             "getDataType() : reports.ColumnDataType",
  4822.             "getLabel() : String",
  4823.             "getName() : String",
  4824.             "toString() : String"
  4825.         ],
  4826.         "Dimension": [
  4827.             "getGroupings() : List",
  4828.             "toString() : String"
  4829.         ],
  4830.         "EvaluatedCondition": [
  4831.             "getAggregateLabel() : String",
  4832.             "getAggregateName() : String",
  4833.             "getCompareTo() : Double",
  4834.             "getDisplayCompareTo() : String",
  4835.             "getDisplayValue() : String",
  4836.             "getOperator() : reports.EvaluatedConditionOperator",
  4837.             "getValue() : Double"
  4838.         ],
  4839.         "EvaluatedConditionOperator": [
  4840.             "equals(Object obj) : Boolean",
  4841.             "hashCode() : Integer",
  4842.             "values() : List"
  4843.         ],
  4844.         "FeatureNotSupportedException": [
  4845.             "getTypeName() : String"
  4846.         ],
  4847.         "FilterOperator": [
  4848.             "getLabel() : String",
  4849.             "getName() : String",
  4850.             "toString() : String"
  4851.         ],
  4852.         "FilterValue": [
  4853.             "getLabel() : String",
  4854.             "getName() : String",
  4855.             "toString() : String"
  4856.         ],
  4857.         "GroupingColumn": [
  4858.             "getDataType() : reports.ColumnDataType",
  4859.             "getGroupingLevel() : Integer",
  4860.             "getLabel() : String",
  4861.             "getName() : String",
  4862.             "toString() : String"
  4863.         ],
  4864.         "GroupingInfo": [
  4865.             "getDateGranularity() : reports.DateGranularity",
  4866.             "getName() : String",
  4867.             "getSortAggregate() : String",
  4868.             "getSortOrder() : reports.ColumnSortOrder",
  4869.             "setDateGranularity(String value) : void",
  4870.             "setDateGranularity(reports.DateGranularity dateGranularity) : void",
  4871.             "setName(String name) : void",
  4872.             "setSortAggregate(String sortAggregate) : void",
  4873.             "setSortOrder(String value) : void",
  4874.             "setSortOrder(reports.ColumnSortOrder sortOrder) : void",
  4875.             "toString() : String"
  4876.         ],
  4877.         "GroupingValue": [
  4878.             "getGroupings() : List",
  4879.             "getKey() : String",
  4880.             "getLabel() : String",
  4881.             "getValue() : Object",
  4882.             "toString() : String"
  4883.         ],
  4884.         "InstanceAccessException": [
  4885.             "getTypeName() : String"
  4886.         ],
  4887.         "InvalidFilterException": [
  4888.             "getFilterErrors() : List",
  4889.             "getTypeName() : String"
  4890.         ],
  4891.         "InvalidReportMetadataException": [
  4892.             "getReportMetadataErrors() : List",
  4893.             "getTypeName() : String"
  4894.         ],
  4895.         "InvalidSnapshotDateException": [
  4896.             "getSnapshotDateErrors() : List",
  4897.             "getTypeName() : String"
  4898.         ],
  4899.         "MetadataException": [
  4900.             "getTypeName() : String"
  4901.         ],
  4902.         "NotificationAction": [
  4903.             "execute(reports.NotificationActionContext param1) : void"
  4904.         ],
  4905.         "NotificationActionContext": [
  4906.             "getReportInstance() : reports.ReportInstance",
  4907.             "getThresholdInformation() : reports.ThresholdInformation"
  4908.         ],
  4909.         "ReportCurrency": [
  4910.             "getAmount() : Decimal",
  4911.             "getCurrencyCode() : String",
  4912.             "toString() : String"
  4913.         ],
  4914.         "ReportDataCell": [
  4915.             "getLabel() : String",
  4916.             "getValue() : Object",
  4917.             "toString() : String"
  4918.         ],
  4919.         "ReportDescribeResult": [
  4920.             "getReportExtendedMetadata() : reports.ReportExtendedMetadata",
  4921.             "getReportMetadata() : reports.ReportMetadata",
  4922.             "getReportTypeMetadata() : reports.ReportTypeMetadata",
  4923.             "toString() : String"
  4924.         ],
  4925.         "ReportDetailRow": [
  4926.             "getDataCells() : List",
  4927.             "toString() : String"
  4928.         ],
  4929.         "ReportExtendedMetadata": [
  4930.             "getAggregateColumnInfo() : Map",
  4931.             "getDetailColumnInfo() : Map",
  4932.             "getGroupingColumnInfo() : Map",
  4933.             "toString() : String"
  4934.         ],
  4935.         "ReportFact": [
  4936.             "getAggregates() : List",
  4937.             "getKey() : String",
  4938.             "toString() : String"
  4939.         ],
  4940.         "ReportFactWithDetails": [
  4941.             "getAggregates() : List",
  4942.             "getKey() : String",
  4943.             "getRows() : List",
  4944.             "toString() : String"
  4945.         ],
  4946.         "ReportFactWithSummaries": [
  4947.             "getAggregates() : List",
  4948.             "getKey() : String",
  4949.             "toString() : String"
  4950.         ],
  4951.         "ReportFilter": [
  4952.             "getColumn() : String",
  4953.             "getOperator() : String",
  4954.             "getValue() : String",
  4955.             "setColumn(String column) : void",
  4956.             "setOperator(String operator) : void",
  4957.             "setValue(String value) : void",
  4958.             "toString() : String"
  4959.         ],
  4960.         "ReportFormat": [
  4961.             "equals(Object obj) : Boolean",
  4962.             "hashCode() : Integer",
  4963.             "values() : List"
  4964.         ],
  4965.         "ReportInstance": [
  4966.             "getCompletionDate() : Datetime",
  4967.             "getId() : Id",
  4968.             "getOwnerId() : Id",
  4969.             "getReportId() : Id",
  4970.             "getReportResults() : reports.ReportResults",
  4971.             "getRequestDate() : Datetime",
  4972.             "getStatus() : String",
  4973.             "toString() : String"
  4974.         ],
  4975.         "ReportInstanceAttributes": [
  4976.             "getCompletionDate() : Datetime",
  4977.             "getId() : Id",
  4978.             "getOwnerId() : Id",
  4979.             "getRequestDate() : Datetime",
  4980.             "getStatus() : String",
  4981.             "toString() : String"
  4982.         ],
  4983.         "ReportManager": [
  4984.             "describeReport(Id reportId) : reports.ReportDescribeResult",
  4985.             "getDatatypeFilterOperatorMap() : Map>",
  4986.             "getReportInstance(Id instanceId) : reports.ReportInstance",
  4987.             "getReportInstances(Id reportId) : List",
  4988.             "runAsyncReport(Id reportId) : reports.ReportInstance",
  4989.             "runAsyncReport(Id reportId, Boolean includeDetails) : reports.ReportInstance",
  4990.             "runAsyncReport(Id reportId, reports.ReportMetadata rmData) : reports.ReportInstance",
  4991.             "runAsyncReport(Id reportId, reports.ReportMetadata rmData, Boolean includeDetails) : reports.ReportInstance",
  4992.             "runReport(Id reportId) : reports.ReportResults",
  4993.             "runReport(Id reportId, Boolean includeDetails) : reports.ReportResults",
  4994.             "runReport(Id reportId, reports.ReportMetadata rmData) : reports.ReportResults",
  4995.             "runReport(Id reportId, reports.ReportMetadata rmData, Boolean includeDetails) : reports.ReportResults"
  4996.         ],
  4997.         "ReportMetadata": [
  4998.             "getAggregates() : List",
  4999.             "getCurrencyCode() : String",
  5000.             "getDetailColumns() : List",
  5001.             "getDeveloperName() : String",
  5002.             "getGroupingsAcross() : List",
  5003.             "getGroupingsDown() : List",
  5004.             "getHistoricalSnapshotDates() : List",
  5005.             "getId() : Id",
  5006.             "getName() : String",
  5007.             "getReportBooleanFilter() : String",
  5008.             "getReportFilters() : List",
  5009.             "getReportFormat() : reports.ReportFormat",
  5010.             "getReportType() : reports.ReportType",
  5011.             "setAggregates(List aggregates) : void",
  5012.             "setCurrencyCode(String currencyCode) : void",
  5013.             "setDetailColumns(List detailColumns) : void",
  5014.             "setDeveloperName(String developerName) : void",
  5015.             "setGroupingsAcross(List groupingsAcross) : void",
  5016.             "setGroupingsDown(List groupingsDown) : void",
  5017.             "setHistoricalSnapshotDates(List historicalSnapshotDates) : void",
  5018.             "setId(Id id) : void",
  5019.             "setName(String name) : void",
  5020.             "setReportBooleanFilter(String reportBooleanFilter) : void",
  5021.             "setReportFilters(List reportFilters) : void",
  5022.             "setReportFormat(String value) : void",
  5023.             "setReportFormat(reports.ReportFormat reportFormat) : void",
  5024.             "setReportType(reports.ReportType reportType) : void",
  5025.             "toString() : String"
  5026.         ],
  5027.         "ReportResults": [
  5028.             "getAllData() : Boolean",
  5029.             "getFactMap() : Map",
  5030.             "getGroupingsAcross() : reports.Dimension",
  5031.             "getGroupingsDown() : reports.Dimension",
  5032.             "getHasDetailRows() : Boolean",
  5033.             "getReportExtendedMetadata() : reports.ReportExtendedMetadata",
  5034.             "getReportMetadata() : reports.ReportMetadata",
  5035.             "toString() : String"
  5036.         ],
  5037.         "ReportRunException": [
  5038.             "getTypeName() : String"
  5039.         ],
  5040.         "ReportType": [
  5041.             "getLabel() : String",
  5042.             "getType() : String",
  5043.             "setLabel(String label) : void",
  5044.             "setType(String type) : void",
  5045.             "toString() : String"
  5046.         ],
  5047.         "ReportTypeColumn": [
  5048.             "getDataType() : reports.ColumnDataType",
  5049.             "getFilterValues() : List",
  5050.             "getFilterable() : Boolean",
  5051.             "getLabel() : String",
  5052.             "getName() : String",
  5053.             "toString() : String"
  5054.         ],
  5055.         "ReportTypeColumnCategory": [
  5056.             "getColumns() : Map",
  5057.             "getLabel() : String",
  5058.             "toString() : String"
  5059.         ],
  5060.         "ReportTypeMetadata": [
  5061.             "getCategories() : List",
  5062.             "toString() : String"
  5063.         ],
  5064.         "SummaryValue": [
  5065.             "getLabel() : String",
  5066.             "getValue() : Object",
  5067.             "toString() : String"
  5068.         ],
  5069.         "ThresholdInformation": [
  5070.             "getEvaluatedConditions() : List"
  5071.         ],
  5072.         "UnsupportedOperationException": [
  5073.             "getTypeName() : String"
  5074.         ]
  5075.     },
  5076.     "system": {
  5077.         "Address": [
  5078.             "getCity() : String",
  5079.             "getCountry() : String",
  5080.             "getCountryCode() : String",
  5081.             "getDistance(system.Location other, String unit) : Double",
  5082.             "getLatitude() : Double",
  5083.             "getLongitude() : Double",
  5084.             "getPostalCode() : String",
  5085.             "getState() : String",
  5086.             "getStateCode() : String",
  5087.             "getStreet() : String"
  5088.         ],
  5089.         "Location": [
  5090.             "getDistance(system.Location other, String unit) : Double",
  5091.             "getLatitude() : Double",
  5092.             "getLongitude() : Double"
  5093.         ]
  5094.     },
  5095.     "workflow": {
  5096.         "Action": [
  5097.             "invoke(workflow.Context param1) : List"
  5098.         ],
  5099.         "ActionDml": [
  5100.             "invoke() : void"
  5101.         ],
  5102.         "Context": []
  5103.     }
  5104. }
Add Comment
Please, Sign In to add comment