Generated 2026-06-09 by comparing the Apex bytecode type registry against stubs scraped from the public Apex Reference Guide.
| Metric | Count |
|---|---|
| Namespaces with gaps | 38 |
| Classes with at least one gap | 235 |
| Total missing method signatures | 1152 |
Methodology: The bytecode registry is the ground truth for what methods exist at runtime.
The public docs are scraped weekly to generate stub .cls files used by language tooling.
This report lists every method signature present in the bytecode but absent from the scraped stubs.
Inherited boilerplate (equals, hashCode, toString, enum methods, exception accessors) is excluded.
- ApexPages — 38 missing signatures across 5 classes
- Approval — 9 missing signatures across 3 classes
- Auth — 31 missing signatures across 20 classes
- Cache — 55 missing signatures across 3 classes
- Canvas — 19 missing signatures across 5 classes
- ChatterAnswers — 1 missing signature across 1 class
- CommerceExtension — 1 missing signature across 1 class
- CommercePayments — 25 missing signatures across 14 classes
- CommerceTax — 10 missing signatures across 10 classes
- ConnectApi — 572 missing signatures across 56 classes
- DataSource — 19 missing signatures across 6 classes
- DataWeave — 2 missing signatures across 1 class
- Database — 17 missing signatures across 4 classes
- Datacloud — 1 missing signature across 1 class
- EventBus — 28 missing signatures across 5 classes
- Flow — 1 missing signature across 1 class
- Functions — 7 missing signatures across 4 classes
- Invocable — 3 missing signatures across 1 class
- LxScheduler — 1 missing signature across 1 class
- Messaging — 68 missing signatures across 7 classes
- Metadata — 2 missing signatures across 2 classes
- Pref_center — 3 missing signatures across 2 classes
- Process — 2 missing signatures across 1 class
- QuickAction — 12 missing signatures across 6 classes
- Reports — 11 missing signatures across 7 classes
- RichMessaging — 3 missing signatures across 3 classes
- Schema — 20 missing signatures across 5 classes
- Sfc — 1 missing signature across 1 class
- Sfdc_Enablement — 1 missing signature across 1 class
- Site — 2 missing signatures across 1 class
- Slack — 60 missing signatures across 9 classes
- Support — 2 missing signatures across 2 classes
- System — 114 missing signatures across 39 classes
- TerritoryMgmt — 1 missing signature across 1 class
- TxnSecurity — 2 missing signatures across 2 classes
- VisualEditor — 1 missing signature across 1 class
- Wave — 6 missing signatures across 2 classes
- sfdc_surveys — 1 missing signature across 1 class
38 missing signatures across 5 classes
Bytecode has 2 method signatures, docs stub has 1. Missing:
ApexPages.Component getComponentById(String)
Bytecode has 9 method signatures, docs stub has 2. Missing:
void addFields(List<String>)System.PageReference cancel()System.PageReference delete()System.PageReference edit()String getId()SObject getRecord()System.PageReference save()System.PageReference view()
Bytecode has 23 method signatures, docs stub has 2. Missing:
void addFields(List<String>)System.PageReference cancel()void first()Boolean getCompleteResult()String getFilterId()Boolean getHasNext()Boolean getHasPrevious()List<System.SelectOption> getListViewOptions()Integer getPageNumber()Integer getPageSize()List<SObject> getRecords()SObject getRecord()Integer getResultSize()List<SObject> getSelected()void last()void next()void previous()System.PageReference save()void setFilterId(String)void setPageNumber(Integer)void setPageSize(Integer)void setSelected(List<SObject>)
Bytecode has 7 method signatures, docs stub has 3. Missing:
void addFields(List<String>)System.PageReference cancel()String getId()SObject getRecord()void selectDataCategory(String, String)System.PageReference view()
Bytecode has 22 method signatures, docs stub has 22. Missing:
void addFields(List<String>)
9 missing signatures across 3 classes
Bytecode has 7 method signatures, docs stub has 7. Missing:
List<Id> getActorIds()
Bytecode has 12 method signatures, docs stub has 9. Missing:
String getComments()List<Id> getNextApproverIds()void setComments(String)void setNextApproverIds(List<Id>)
Bytecode has 8 method signatures, docs stub has 5. Missing:
String getComments()List<Id> getNextApproverIds()void setComments(String)void setNextApproverIds(List<Id>)
31 missing signatures across 20 classes
Bytecode has 27 method signatures, docs stub has 26. Missing:
Boolean getEmbeddedLoginEnabled()
Bytecode has 4 method signatures, docs stub has 0. Missing:
String getCustomMetadataType()Auth.UserData getUserInfo(Map<String,String>, Auth.AuthProviderTokenResponse)Auth.AuthProviderTokenResponse handleCallback(Map<String,String>, Auth.AuthProviderCallbackState)System.PageReference initiate(Map<String,String>, String)
Bytecode has 2 method signatures, docs stub has 6. Missing:
Auth.OAuthRefreshResult refresh(Map<String,String>, String)
Bytecode has 5 method signatures, docs stub has 3. Missing:
static Map<String,String> getAccessTokenMap(String, String)static Map<String,String> refreshAccessToken(String, String, String)
Bytecode has 1 method signature, docs stub has 0. Missing:
Id createUser(Id, Id, Map<Schema.SObjectField,String>, String)
Bytecode has 1 method signature, docs stub has 0. Missing:
Id confirmUser(Id, Id, Id, Auth.UserData)
Bytecode has 8 method signatures, docs stub has 8. Missing:
Map<String,String> customAttributes(Id, Map<String,String>)dom.XmlNode modifySAMLResponse(Map<String,String>, Id, dom.XmlNode)
Bytecode has 1 method signature, docs stub has 0. Missing:
Auth.CustomOneTimePasswordDeliveryResult sendOneTimePassword(Id, String, String, String, Id, String)
Bytecode has 4 method signatures, docs stub has 4. Missing:
Map<String,String> customAttributes(Id, Id, Map<String,String>, Auth.InvocationContext)
Bytecode has 1 method signature, docs stub has 0. Missing:
User createUser(Id, Auth.UserData, String, String, String)
Bytecode has 1 method signature, docs stub has 0. Missing:
Auth.HeadlessUserDiscoveryResponse discoverUserFromLoginHint(Id, String, Auth.VerificationAction, String, Map<String,String>)
Bytecode has 14 method signatures, docs stub has 14. Missing:
void setAdditionalClaims(Map<String,ANY>)
Bytecode has 1 method signature, docs stub has 0. Missing:
System.PageReference login(String, String, Map<String,String>)
Bytecode has 1 method signature, docs stub has 0. Missing:
System.PageReference login(String, String, Map<String,String>)
Bytecode has 5 method signatures, docs stub has 3. Missing:
Contact getContactForTokenSubject(Id, Auth.TokenValidationResult, Boolean, String, Auth.IntegratingAppType)Boolean mapToUser(Id, Auth.TokenValidationResult, Boolean, Boolean, String, Auth.IntegratingAppType)
Bytecode has 2 method signatures, docs stub has 0. Missing:
User createUser(Id, Auth.UserData)void updateUser(Id, Id, Auth.UserData)
Bytecode has 2 method signatures, docs stub has 0. Missing:
User createUser(Id, Id, Id, String, Map<String,String>, String)void updateUser(Id, Id, Id, Id, String, Map<String,String>, String)
Bytecode has 18 method signatures, docs stub has 16. Missing:
static Map<String,String> getCurrentSession()static Map<String,String> getQrCode()
Bytecode has 7 method signatures, docs stub has 6. Missing:
Boolean isValid()
Bytecode has 4 method signatures, docs stub has 1. Missing:
String getActivityDescription()Auth.VerificationPolicy getPolicy()String getRetUrl()
55 missing signatures across 3 classes
Bytecode has 1 method signature, docs stub has 0. Missing:
Object doLoad(String)
Bytecode has 28 method signatures, docs stub has 1. Missing:
Map<String,Boolean> contains(Set<String>)static String createFullyQualifiedKey(String, String, String)static String createFullyQualifiedPartition(String, String)Long getAvgGetSize()Long getAvgGetTime()Long getAvgValueSize()Double getCapacity()Set<String> getKeys()Long getMaxGetSize()Long getMaxGetTime()Long getMaxValueSize()Double getMissRate()String getName()Long getNumKeys()Map<String,ANY> get(Set<String>)Object get(System.Type, String)Boolean isAvailable()void put(String, Object)void put(String, Object, Integer)void put(String, Object, Integer, cache.Visibility, Boolean)Boolean remove(String)Boolean remove(System.Type, String)static void validateCacheBuilder(System.Type)static void validateKeys(Boolean, List<String>)static void validateKeyValue(Boolean, String, Object)static void validateKey(Boolean, String)static void validatePartitionName(String)
Bytecode has 28 method signatures, docs stub has 1. Missing:
Map<String,Boolean> contains(Set<String>)static String createFullyQualifiedKey(String, String, String)static String createFullyQualifiedPartition(String, String)Long getAvgGetSize()Long getAvgGetTime()Long getAvgValueSize()Double getCapacity()Set<String> getKeys()Long getMaxGetSize()Long getMaxGetTime()Long getMaxValueSize()Double getMissRate()String getName()Long getNumKeys()Map<String,ANY> get(Set<String>)Object get(System.Type, String)Boolean isAvailable()void put(String, Object)void put(String, Object, Integer)void put(String, Object, Integer, cache.Visibility, Boolean)Boolean remove(String)Boolean remove(System.Type, String)static void validateCacheBuilder(System.Type)static void validateKeys(Boolean, List<String>)static void validateKeyValue(Boolean, String, Object)static void validateKey(Boolean, String)static void validatePartitionName(String)
19 missing signatures across 5 classes
Bytecode has 6 method signatures, docs stub has 0. Missing:
String getCanvasUrl()String getDeveloperName()String getNamespace()String getName()String getVersion()void setCanvasUrlPath(String)
Bytecode has 2 method signatures, docs stub has 0. Missing:
Set<Canvas.ContextTypeEnum> excludeContextTypes()void onRender(Canvas.RenderContext)
Bytecode has 8 method signatures, docs stub has 0. Missing:
void addEntityFields(Set<String>)void addEntityField(String)String getDisplayLocation()List<String> getEntityFields()String getLocationUrl()String getParametersAsJSON()String getSublocation()void setParametersAsJSON(String)
Bytecode has 2 method signatures, docs stub has 0. Missing:
Canvas.ApplicationContext getApplicationContext()Canvas.EnvironmentContext getEnvironmentContext()
Bytecode has 3 method signatures, docs stub has 3. Missing:
static Canvas.RenderContext mockRenderContext(Map<String,String>, Map<String,String>)
1 missing signature across 1 class
Bytecode has 1 method signature, docs stub has 0. Missing:
String createAccount(String, String, Id)
1 missing signature across 1 class
Bytecode has 1 method signature, docs stub has 0. Missing:
CommerceExtension.Resolution resolve()
25 missing signatures across 14 classes
Bytecode has 12 method signatures, docs stub has 10. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
Bytecode has 16 method signatures, docs stub has 14. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
Bytecode has 12 method signatures, docs stub has 10. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
Bytecode has 14 method signatures, docs stub has 12. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
Bytecode has 14 method signatures, docs stub has 12. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
Bytecode has 13 method signatures, docs stub has 11. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
Bytecode has 1 method signature, docs stub has 0. Missing:
commercepayments.GatewayResponse processRequest(commercepayments.PaymentGatewayContext)
Bytecode has 1 method signature, docs stub has 0. Missing:
commercepayments.GatewayNotificationResponse processNotification(commercepayments.PaymentGatewayNotificationContext)
Bytecode has 19 method signatures, docs stub has 17. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
Bytecode has 2 method signatures, docs stub has 2. Missing:
void setExcludeResponseLogging(Boolean)
Bytecode has 17 method signatures, docs stub has 16. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
Bytecode has 14 method signatures, docs stub has 12. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
Bytecode has 13 method signatures, docs stub has 11. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
Bytecode has 16 method signatures, docs stub has 14. Missing:
void setRetryCategory(commercepayments.RetryCategory)void setRetryDecision(commercepayments.RetryDecision)
10 missing signatures across 10 classes
Bytecode has 5 method signatures, docs stub has 4. Missing:
java:commerce.tax.impl.engine.integration.response.AddressesEngineResponse getDelegate()
Bytecode has 6 method signatures, docs stub has 5. Missing:
java:commerce.tax.impl.engine.integration.response.AmountDetailsEngineResponse getDelegate()
Bytecode has 17 method signatures, docs stub has 16. Missing:
void setCustomTaxAttributes(commercetax.CustomTaxAttributesResponse)
Bytecode has 2 method signatures, docs stub has 2. Missing:
void setData(Map<String,ANY>)
Bytecode has 6 method signatures, docs stub has 5. Missing:
java:commerce.tax.impl.engine.integration.response.ImpositionEngineResponse getDelegate()
Bytecode has 8 method signatures, docs stub has 7. Missing:
java:commerce.tax.impl.engine.integration.response.JurisdictionEngineResponse getDelegate()
Bytecode has 12 method signatures, docs stub has 11. Missing:
java:commerce.tax.impl.engine.integration.response.LineItemEngineResponse getDelegate()
Bytecode has 7 method signatures, docs stub has 6. Missing:
java:commerce.tax.impl.engine.integration.response.RuleDetailsEngineResponse getDelegate()
Bytecode has 15 method signatures, docs stub has 14. Missing:
java:commerce.tax.impl.engine.integration.response.TaxDetailsEngineResponse getDelegate()
Bytecode has 1 method signature, docs stub has 0. Missing:
commercetax.TaxEngineResponse processRequest(commercetax.TaxEngineContext)
572 missing signatures across 56 classes
Bytecode has 3 method signatures, docs stub has 1. Missing:
List<ConnectApi.BinaryInput> getBinaries()Object getInput()
Bytecode has 4 method signatures, docs stub has 1. Missing:
Blob getBlobValue()String getContentType()String getFilename()
Bytecode has 41 method signatures, docs stub has 1. Missing:
ConnectApi.CartItemCollection getCartData()String getCurrencyIsoCode()String getFirstPymtTotalAmount()String getFirstPymtTotalListPrice()String getFirstPymtTotalPrice()String getFirstPymtTotalTax()String getItemizedAdjustmentAmount()String getListPrice()ConnectApi.ProductClass getProductClass()String getQuoteLineItemId()String getSalesPrice()String getTotalAdjustmentAmount()String getTotalAmount()String getTotalListPrice()String getTotalPrice()String getTotalTax()String getUnitAdjustedPriceWithItemAdj()String getUnitAdjustedPrice()String getUnitAdjustmentAmount()String getUnitItemAdjustmentAmount()void setCartData(ConnectApi.CartItemCollection)void setCurrencyIsoCode(String)void setFirstPymtTotalAmount(String)void setFirstPymtTotalListPrice(String)void setFirstPymtTotalPrice(String)void setFirstPymtTotalTax(String)void setItemizedAdjustmentAmount(String)void setListPrice(String)void setProductClass(ConnectApi.ProductClass)void setQuoteLineItemId(String)void setSalesPrice(String)void setTotalAdjustmentAmount(String)void setTotalAmount(String)void setTotalListPrice(String)void setTotalPrice(String)void setTotalTax(String)void setUnitAdjustedPriceWithItemAdj(String)void setUnitAdjustedPrice(String)void setUnitAdjustmentAmount(String)void setUnitItemAdjustmentAmount(String)
Bytecode has 35 method signatures, docs stub has 1. Missing:
List<String> getApproachingDiscounts()ConnectApi.CartCouponCollection getCartCoupons()List<ConnectApi.CartItemResult> getCartItems()ConnectApi.CartPromotionCollection getCartPromotions()ConnectApi.CartSummary getCartSummary()String getCheckoutUrl()Integer getCount()String getCurrentPageToken()String getCurrentPageUrl()Integer getCurrentPage()Boolean getHasErrors()String getNextPageToken()String getNextPageUrl()String getPreviousPageToken()String getPreviousPageUrl()Integer getTotalNumberOfPages()Integer getTotal()void setApproachingDiscounts(List<String>)void setCartCoupons(ConnectApi.CartCouponCollection)void setCartItems(List<ConnectApi.CartItemResult>)void setCartPromotions(ConnectApi.CartPromotionCollection)void setCartSummary(ConnectApi.CartSummary)void setCheckoutUrl(String)void setCount(Integer)void setCurrentPageToken(String)void setCurrentPageUrl(String)void setCurrentPage(Integer)void setHasErrors(Boolean)void setNextPageToken(String)void setNextPageUrl(String)void setPreviousPageToken(String)void setPreviousPageUrl(String)void setTotalNumberOfPages(Integer)void setTotal(Integer)
Bytecode has 17 method signatures, docs stub has 1. Missing:
String getCartDeliveryGroupId()List<SObject> getCustomFields()String getParentProductId()String getProductId()String getProductSellingModelId()String getQuantity()Integer getSubscriptionTerm()ConnectApi.CartItemType getType()void setCartDeliveryGroupId(String)void setCustomFields(List<SObject>)void setParentProductId(String)void setProductId(String)void setProductSellingModelId(String)void setQuantity(String)void setSubscriptionTerm(Integer)void setType(ConnectApi.CartItemType)
Bytecode has 14 method signatures, docs stub has 8. Missing:
static ConnectApi.CdpCalculatedInsightOutput cloneCalculatedInsight(String)static ConnectApi.CdpCalculatedInsightOutput createCalculatedInsight(ConnectApi.CdpCalculatedInsightInput, Boolean)static void deleteCalculatedInsight(String, Boolean)static ConnectApi.CdpCalculatedInsightOutput deployCalculatedInsightFromPackage(String)static ConnectApi.CdpCalculatedInsightStandardActionResponseRepresentation disableCalculatedInsight(String)static ConnectApi.CdpCalculatedInsightStandardActionResponseRepresentation enableCalculatedInsight(String)static ConnectApi.CdpCalculatedInsightStandardActionResponseRepresentation refreshStatusCalculatedInsight(String)static ConnectApi.CdpCalculatedInsightOutput updateCalculatedInsight(String, ConnectApi.CdpCalculatedInsightInput, Boolean)static ConnectApi.CdpCalculatedInsightStandardActionResponseRepresentation validateCalculatedInsight(ConnectApi.CdpCalculatedInsightValidateInput)
Bytecode has 19 method signatures, docs stub has 15. Missing:
static void deleteSegment(String, String)static ConnectApi.CdpSegmentActionOutput executeCountAsync(String)static ConnectApi.CdpSegmentActionOutput executeCountAsync(String, ConnectApi.CdpSegmentActionInput)static ConnectApi.CdpSegmentOutput updateSegment(String, ConnectApi.CdpSegmentInput, String)
Bytecode has 251 method signatures, docs stub has 250. Missing:
static void setTestGetFeedItemsFromFilterFeedUpdatedSince(String, String, String, Integer, ConnectApi.FeedDensity, String, Integer, String, ConnectApi.FeedItemPage)static void setTestSearchFeedItemsInFilterFeed(String, String, String, Integer, ConnectApi.FeedDensity, String, Integer, ConnectApi.FeedSortOrder, String, ConnectApi.FeedItemPage)static void setTestSearchFeedItemsInFilterFeed(String, String, String, String, Integer, ConnectApi.FeedSortOrder, String, ConnectApi.FeedItemPage)static void setTestSearchFeedItems(String, String, ConnectApi.FeedItemPage)
Bytecode has 57 method signatures, docs stub has 51. Missing:
static ConnectApi.ChatterGroupDetail createGroup(String, ConnectApi.ChatterGroupInput)static ConnectApi.Subscription follow(String, String, String)static ConnectApi.FollowingPage getFollowings(String, String)static ConnectApi.FollowingPage getFollowings(String, String, Integer)static ConnectApi.FollowingPage getFollowings(String, String, Integer, Integer)static ConnectApi.FollowingPage getFollowings(String, String, String, Integer, Integer)static void setTestSearchGroups(String, String, ConnectApi.GroupArchiveStatus, Integer, Integer, ConnectApi.ChatterGroupPage)
Bytecode has 21 method signatures, docs stub has 1. Missing:
Integer getCount()String getCurrentPageToken()String getCurrentPageUrl()List<ConnectApi.CommerceAddressOutput> getItems()String getNextPageToken()String getNextPageUrl()Integer getPageSize()String getPreviousPageToken()String getPreviousPageUrl()ConnectApi.CommerceAddressSort getSortOrder()void setCount(Integer)void setCurrentPageToken(String)void setCurrentPageUrl(String)void setItems(List<ConnectApi.CommerceAddressOutput>)void setNextPageToken(String)void setNextPageUrl(String)void setPageSize(Integer)void setPreviousPageToken(String)void setPreviousPageUrl(String)void setSortOrder(ConnectApi.CommerceAddressSort)
Bytecode has 33 method signatures, docs stub has 1. Missing:
String getAddressType()String getCity()List<ConnectApi.CommerceAddressFieldInput> getCommerceAddressFieldInputList()String getCompanyName()String getCountryCode()String getCountry()String getFirstName()Boolean getIsDefault()String getLastName()String getMiddleName()String getName()String getPhoneNumber()String getPostalCode()String getRegionCode()String getRegion()String getStreet()void setAddressType(String)void setCity(String)void setCommerceAddressFieldInputList(List<ConnectApi.CommerceAddressFieldInput>)void setCompanyName(String)void setCountryCode(String)void setCountry(String)void setFirstName(String)void setIsDefault(Boolean)void setLastName(String)void setMiddleName(String)void setName(String)void setPhoneNumber(String)void setPostalCode(String)void setRegionCode(String)void setRegion(String)void setStreet(String)
Bytecode has 35 method signatures, docs stub has 1. Missing:
String getAddressId()String getAddressType()String getCity()String getCompanyName()String getCountryCode()String getCountry()Map<String,ConnectApi.RecordField> getFields()String getFirstName()Boolean getIsDefault()String getLastName()String getMiddleName()String getName()String getPhoneNumber()String getPostalCode()String getRegionCode()String getRegion()String getStreet()void setAddressId(String)void setAddressType(String)void setCity(String)void setCompanyName(String)void setCountryCode(String)void setCountry(String)void setFields(Map<String,ConnectApi.RecordField>)void setFirstName(String)void setIsDefault(Boolean)void setLastName(String)void setMiddleName(String)void setName(String)void setPhoneNumber(String)void setPostalCode(String)void setRegionCode(String)void setRegion(String)void setStreet(String)
Bytecode has 11 method signatures, docs stub has 1. Missing:
ConnectApi.SearchCategory getCategories()String getCorrelationId()List<ConnectApi.SearchFacet> getFacets()String getLocale()ConnectApi.CommerceProductSummaryPage getProductsPage()void setCategories(ConnectApi.SearchCategory)void setCorrelationId(String)void setFacets(List<ConnectApi.SearchFacet>)void setLocale(String)void setProductsPage(ConnectApi.CommerceProductSummaryPage)
Bytecode has 3 method signatures, docs stub has 1. Missing:
Boolean getIsSubscriptionProduct()void setIsSubscriptionProduct(Boolean)
Bytecode has 23 method signatures, docs stub has 1. Missing:
ConnectApi.ProductMedia getDefaultImage()Map<String,ConnectApi.FieldValue> getFields()String getId()Boolean getIsConfigurationAllowed()String getName()ConnectApi.ProductClass getProductClass()ConnectApi.CommerceProductSellingModel getProductSellingModelInformation()ConnectApi.ProductVariationInfo getProductVariationInfo()ConnectApi.PurchaseQuantityRule getPurchaseQuantityRule()String getUrlName()ConnectApi.CommerceProductAttributeSetSummary getVariationAttributeSet()void setDefaultImage(ConnectApi.ProductMedia)void setFields(Map<String,ConnectApi.FieldValue>)void setId(String)void setIsConfigurationAllowed(Boolean)void setName(String)void setProductClass(ConnectApi.ProductClass)void setProductSellingModelInformation(ConnectApi.CommerceProductSellingModel)void setProductVariationInfo(ConnectApi.ProductVariationInfo)void setPurchaseQuantityRule(ConnectApi.PurchaseQuantityRule)void setUrlName(String)void setVariationAttributeSet(ConnectApi.CommerceProductAttributeSetSummary)
Bytecode has 7 method signatures, docs stub has 1. Missing:
Integer getPageSize()List<ConnectApi.CommerceProductSummary> getProducts()Long getTotal()void setPageSize(Integer)void setProducts(List<ConnectApi.CommerceProductSummary>)void setTotal(Long)
Bytecode has 5 method signatures, docs stub has 4. Missing:
static ConnectApi.CommunityTemplates getCommunityTemplates()
Bytecode has 24 method signatures, docs stub has 24. Missing:
static void removeFlagFromFeedItem(String, String, String)
Bytecode has 2 method signatures, docs stub has 1. Missing:
String getErrorCode()
Bytecode has 69 method signatures, docs stub has 65. Missing:
static void deleteRepositoryFile(String, String)static void deleteRepositoryFile(String, String, String)static void deleteRepositoryFolder(String, String)static void deleteRepositoryFolder(String, String, String)
Bytecode has 11 method signatures, docs stub has 1. Missing:
ConnectApi.DistinctFacetValueDisplayMetadataRepresentation getDisplayMetadata()String getDisplayName()String getNameOrId()Long getProductCount()ConnectApi.CommerceSearchFacetType getType()void setDisplayMetadata(ConnectApi.DistinctFacetValueDisplayMetadataRepresentation)void setDisplayName(String)void setNameOrId(String)void setProductCount(Long)void setType(ConnectApi.CommerceSearchFacetType)
Bytecode has 3 method signatures, docs stub has 1. Missing:
Map<String,String> getSwatch()void setSwatch(Map<String,String>)
Bytecode has 9 method signatures, docs stub has 1. Missing:
ConnectApi.CommerceSearchAttributeType getAttributeType()String getNameOrId()ConnectApi.CommerceSearchFacetType getType()List<String> getValues()void setAttributeType(ConnectApi.CommerceSearchAttributeType)void setNameOrId(String)void setType(ConnectApi.CommerceSearchFacetType)void setValues(List<String>)
Bytecode has 15 method signatures, docs stub has 1. Missing:
ConnectApi.CommerceSearchAttributeType getAttributeType()String getDisplayName()Integer getDisplayRank()ConnectApi.CommerceSearchFacetDisplayType getDisplayType()ConnectApi.CommerceSearchFacetType getFacetType()String getNameOrId()List<ConnectApi.DistinctFacetValue> getValues()void setAttributeType(ConnectApi.CommerceSearchAttributeType)void setDisplayName(String)void setDisplayRank(Integer)void setDisplayType(ConnectApi.CommerceSearchFacetDisplayType)void setFacetType(ConnectApi.CommerceSearchFacetType)void setNameOrId(String)void setValues(List<ConnectApi.DistinctFacetValue>)
Bytecode has 3 method signatures, docs stub has 1. Missing:
ConnectApi.CommerceSearchFacetType getType()void setType(ConnectApi.CommerceSearchFacetType)
Bytecode has 3 method signatures, docs stub has 1. Missing:
String getValue()void setValue(String)
Bytecode has 39 method signatures, docs stub has 34. Missing:
static ConnectApi.ManagedContentVersionOutput createManagedContentVersion(String, ConnectApi.ManagedContentVersionInput)static ConnectApi.ManagedContentVersionOutput createManagedContentVersion(String, ConnectApi.ManagedContentVersionInput, ConnectApi.BinaryInput)static void deleteManagedContentSpace(String)static void deleteManagedContent(String, String)static ConnectApi.ManagedContentOutput updateManagedContent(String, String, ConnectApi.ManagedContentInput)
Bytecode has 9 method signatures, docs stub has 7. Missing:
static ConnectApi.ManagedContentSpaceCollectionRepresentation getManagedContentSpacesByBusinessUnitStatus(Integer, Integer, String, String, Boolean, ConnectApi.ConnectManagedContentSpaceType, String)static ConnectApi.ManagedContentSpaceCollectionRepresentation getManagedContentSpaces(Integer, Integer, String, String, Boolean, ConnectApi.ConnectManagedContentSpaceType)
Bytecode has 19 method signatures, docs stub has 1. Missing:
String getContractId()String getContractItemPriceId()ConnectApi.ErrorResponse getError()String getListPrice()String getLowestUnitPrice()String getPricebookEntryId()String getProductId()Boolean getSuccess()String getUnitPrice()void setContractId(String)void setContractItemPriceId(String)void setError(ConnectApi.ErrorResponse)void setListPrice(String)void setLowestUnitPrice(String)void setPricebookEntryId(String)void setProductId(String)void setSuccess(Boolean)void setUnitPrice(String)
Bytecode has 21 method signatures, docs stub has 1. Missing:
List<String> getAllowableValues()String getApiName()List<String> getAvailableValues()String getFieldEnumOrId()Boolean getGroupedBy()String getLabel()String getObjectName()List<ConnectApi.ProductAttributeValueMetadataRepresentation> getOptions()Integer getSequence()ConnectApi.ProductAttributeViewType getViewType()void setAllowableValues(List<String>)void setApiName(String)void setAvailableValues(List<String>)void setFieldEnumOrId(String)void setGroupedBy(Boolean)void setLabel(String)void setObjectName(String)void setOptions(List<ConnectApi.ProductAttributeValueMetadataRepresentation>)void setSequence(Integer)void setViewType(ConnectApi.ProductAttributeViewType)
Bytecode has 9 method signatures, docs stub has 1. Missing:
String getApiName()String getLabel()Integer getSequence()String getValue()void setApiName(String)void setLabel(String)void setSequence(Integer)void setValue(String)
Bytecode has 7 method signatures, docs stub has 1. Missing:
String getApiName()List<ConnectApi.ProductAttributeSummary> getAttributes()String getLabel()void setApiName(String)void setAttributes(List<ConnectApi.ProductAttributeSummary>)void setLabel(String)
Bytecode has 9 method signatures, docs stub has 1. Missing:
String getApiName()String getLabel()Integer getSequence()String getValue()void setApiName(String)void setLabel(String)void setSequence(Integer)void setValue(String)
Bytecode has 9 method signatures, docs stub has 1. Missing:
String getApiName()String getColorHexCode()String getLabel()Boolean getVariantAvailable()void setApiName(String)void setColorHexCode(String)void setLabel(String)void setVariantAvailable(Boolean)
Bytecode has 13 method signatures, docs stub has 1. Missing:
String getCanonicalKey()ConnectApi.ProductMedia getImage()List<ConnectApi.ProductMedia> getMediaItems()String getProductId()List<ConnectApi.ProductAttributeSelectionInfo> getSelectedAttributes()String getUrlName()void setCanonicalKey(String)void setImage(ConnectApi.ProductMedia)void setMediaItems(List<ConnectApi.ProductMedia>)void setProductId(String)void setSelectedAttributes(List<ConnectApi.ProductAttributeSelectionInfo>)void setUrlName(String)
Bytecode has 9 method signatures, docs stub has 1. Missing:
String getDescription()String getId()String getName()String getUrlName()void setDescription(String)void setId(String)void setName(String)void setUrlName(String)
Bytecode has 33 method signatures, docs stub has 1. Missing:
Map<String,ConnectApi.ProductAttributeSetInfo> getAttributeSetInfo()ConnectApi.ProductMedia getDefaultImage()Integer getDynamicAttributeCount()ConnectApi.ProductEntitlement getEntitlement()Map<String,String> getFields()String getId()Boolean getIsConfigurationAllowed()List<ConnectApi.ProductMediaGroup> getMediaGroups()ConnectApi.ProductCategoryPath getPrimaryProductCategoryPath()ConnectApi.ProductClass getProductClass()List<ConnectApi.ProductSellingModel> getProductSellingModels()ConnectApi.PurchaseQuantityRule getPurchaseQuantityRule()String getUrlName()ConnectApi.ProductAttributeSet getVariationAttributeSet()ConnectApi.ProductVariationInfo getVariationInfo()String getVariationParentId()void setAttributeSetInfo(Map<String,ConnectApi.ProductAttributeSetInfo>)void setDefaultImage(ConnectApi.ProductMedia)void setDynamicAttributeCount(Integer)void setEntitlement(ConnectApi.ProductEntitlement)void setFields(Map<String,String>)void setId(String)void setIsConfigurationAllowed(Boolean)void setMediaGroups(List<ConnectApi.ProductMediaGroup>)void setPrimaryProductCategoryPath(ConnectApi.ProductCategoryPath)void setProductClass(ConnectApi.ProductClass)void setProductSellingModels(List<ConnectApi.ProductSellingModel>)void setPurchaseQuantityRule(ConnectApi.PurchaseQuantityRule)void setUrlName(String)void setVariationAttributeSet(ConnectApi.ProductAttributeSet)void setVariationInfo(ConnectApi.ProductVariationInfo)void setVariationParentId(String)
Bytecode has 17 method signatures, docs stub has 1. Missing:
String getAlternateText()String getContentVersionId()String getId()ConnectApi.ProductMediaType getMediaType()Integer getSortOrder()String getThumbnailUrl()String getTitle()String getUrl()void setAlternateText(String)void setContentVersionId(String)void setId(String)void setMediaType(ConnectApi.ProductMediaType)void setSortOrder(Integer)void setThumbnailUrl(String)void setTitle(String)void setUrl(String)
Bytecode has 5 method signatures, docs stub has 1. Missing:
List<ConnectApi.ProductOverview> getProducts()Integer getTotal()void setProducts(List<ConnectApi.ProductOverview>)void setTotal(Integer)
Bytecode has 5 method signatures, docs stub has 1. Missing:
ConnectApi.CommerceSearchGroupingOption getGroupingOption()ConnectApi.CommerceSearchTopProductType getTopProductType()void setGroupingOption(ConnectApi.CommerceSearchGroupingOption)void setTopProductType(ConnectApi.CommerceSearchTopProductType)
Bytecode has 21 method signatures, docs stub has 1. Missing:
String getCategoryId()List<String> getFields()ConnectApi.ProductSearchGroupingInput getGrouping()Boolean getIncludePrices()Boolean getIncludeQuantityRule()Integer getPageSize()Integer getPage()List<ConnectApi.RefinementInput> getRefinements()String getSearchTerm()String getSortRuleId()void setCategoryId(String)void setFields(List<String>)void setGrouping(ConnectApi.ProductSearchGroupingInput)void setIncludePrices(Boolean)void setIncludeQuantityRule(Boolean)void setPageSize(Integer)void setPage(Integer)void setRefinements(List<ConnectApi.RefinementInput>)void setSearchTerm(String)void setSortRuleId(String)
Bytecode has 11 method signatures, docs stub has 1. Missing:
ConnectApi.SearchCategory getCategories()String getCorrelationId()List<ConnectApi.SearchFacet> getFacets()String getLocale()ConnectApi.ProductSummaryPage getProductsPage()void setCategories(ConnectApi.SearchCategory)void setCorrelationId(String)void setFacets(List<ConnectApi.SearchFacet>)void setLocale(String)void setProductsPage(ConnectApi.ProductSummaryPage)
Bytecode has 3 method signatures, docs stub has 1. Missing:
List<ConnectApi.AbstractSearchSuggestion> getRecentSearchSuggestions()void setRecentSearchSuggestions(List<ConnectApi.AbstractSearchSuggestion>)
Bytecode has 21 method signatures, docs stub has 1. Missing:
ConnectApi.ProductMedia getDefaultImage()Map<String,ConnectApi.FieldValue> getFields()String getId()String getName()ConnectApi.PricingResultLineItem getPrices()ConnectApi.ProductClass getProductClass()ConnectApi.CommerceProductSellingModel getProductSellingModelInformation()ConnectApi.PurchaseQuantityRule getPurchaseQuantityRule()String getUrlName()ConnectApi.ProductAttributeSetSummary getVariationAttributeSet()void setDefaultImage(ConnectApi.ProductMedia)void setFields(Map<String,ConnectApi.FieldValue>)void setId(String)void setName(String)void setPrices(ConnectApi.PricingResultLineItem)void setProductClass(ConnectApi.ProductClass)void setProductSellingModelInformation(ConnectApi.CommerceProductSellingModel)void setPurchaseQuantityRule(ConnectApi.PurchaseQuantityRule)void setUrlName(String)void setVariationAttributeSet(ConnectApi.ProductAttributeSetSummary)
Bytecode has 9 method signatures, docs stub has 1. Missing:
String getCurrencyIsoCode()Integer getPageSize()List<ConnectApi.ProductSummary> getProducts()Long getTotal()void setCurrencyIsoCode(String)void setPageSize(Integer)void setProducts(List<ConnectApi.ProductSummary>)void setTotal(Long)
Bytecode has 7 method signatures, docs stub has 1. Missing:
List<ConnectApi.ProductAttributesToProductEntry> getAttributesToProductMappings()Map<String,ConnectApi.ProductAttributeInfo> getVariationAttributeInfo()Integer getVariationCount()void setAttributesToProductMappings(List<ConnectApi.ProductAttributesToProductEntry>)void setVariationAttributeInfo(Map<String,ConnectApi.ProductAttributeInfo>)void setVariationCount(Integer)
Bytecode has 7 method signatures, docs stub has 1. Missing:
String getIncrement()String getMaximum()String getMinimum()void setIncrement(String)void setMaximum(String)void setMinimum(String)
Bytecode has 3 method signatures, docs stub has 1. Missing:
Map<String,String> getCurrencyInfo()void setCurrencyInfo(Map<String,String>)
Bytecode has 11 method signatures, docs stub has 1. Missing:
ConnectApi.CommerceSearchAttributeType getAttributeType()String getMax()String getMin()String getNameOrId()ConnectApi.CommerceSearchFacetType getType()void setAttributeType(ConnectApi.CommerceSearchAttributeType)void setMax(String)void setMin(String)void setNameOrId(String)void setType(ConnectApi.CommerceSearchFacetType)
Bytecode has 19 method signatures, docs stub has 1. Missing:
ConnectApi.CommerceSearchAttributeType getAttributeType()ConnectApi.RangeFacetDisplayMetadataRepresentation getDisplayMetadata()String getDisplayName()Integer getDisplayRank()ConnectApi.CommerceSearchFacetDisplayType getDisplayType()ConnectApi.CommerceSearchFacetType getFacetType()String getMax()String getMin()String getNameOrId()void setAttributeType(ConnectApi.CommerceSearchAttributeType)void setDisplayMetadata(ConnectApi.RangeFacetDisplayMetadataRepresentation)void setDisplayName(String)void setDisplayRank(Integer)void setDisplayType(ConnectApi.CommerceSearchFacetDisplayType)void setFacetType(ConnectApi.CommerceSearchFacetType)void setMax(String)void setMin(String)void setNameOrId(String)
Bytecode has 2 method signatures, docs stub has 1. Missing:
String getErrorCode()
Bytecode has 7 method signatures, docs stub has 1. Missing:
ConnectApi.CommerceSearchAttributeType getAttributeType()String getNameOrId()ConnectApi.CommerceSearchFacetType getType()void setAttributeType(ConnectApi.CommerceSearchAttributeType)void setNameOrId(String)void setType(ConnectApi.CommerceSearchFacetType)
Bytecode has 7 method signatures, docs stub has 1. Missing:
ConnectApi.ProductCategoryData getCategory()List<ConnectApi.SearchCategory> getChildren()Long getProductCount()void setCategory(ConnectApi.ProductCategoryData)void setChildren(List<ConnectApi.SearchCategory>)void setProductCount(Long)
Bytecode has 13 method signatures, docs stub has 1. Missing:
ConnectApi.CommerceSearchAttributeType getAttributeType()String getDisplayName()Integer getDisplayRank()ConnectApi.CommerceSearchFacetDisplayType getDisplayType()ConnectApi.CommerceSearchFacetType getFacetType()String getNameOrId()void setAttributeType(ConnectApi.CommerceSearchAttributeType)void setDisplayName(String)void setDisplayRank(Integer)void setDisplayType(ConnectApi.CommerceSearchFacetDisplayType)void setFacetType(ConnectApi.CommerceSearchFacetType)void setNameOrId(String)
Bytecode has 3 method signatures, docs stub has 1. Missing:
String getValue()void setValue(String)
Bytecode has 40 method signatures, docs stub has 40. Missing:
static void setTestGetRecentlyTalkingAboutTopicsForGroup(String, String, ConnectApi.TopicPage)static void setTestGetTopicSuggestions(String, String, ConnectApi.TopicSuggestionPage)
19 missing signatures across 6 classes
Bytecode has 30 method signatures, docs stub has 28. Missing:
void logWarning(String)static DataSource.Column multipicklist(String, List<Map<String,String>>)static DataSource.Column multipicklist(String, List<Map<String,String>>, Boolean, Boolean)static DataSource.Column picklist(String, List<Map<String,String>>)static DataSource.Column picklist(String, List<Map<String,String>>, Boolean, Boolean)void throwException(String)
Bytecode has 8 method signatures, docs stub has 6. Missing:
void logWarning(String)void throwException(String)
Bytecode has 6 method signatures, docs stub has 4. Missing:
void logWarning(String)void throwException(String)
Bytecode has 6 method signatures, docs stub has 5. Missing:
static List<Map<String,ANY>> applyLimitAndOffset(DataSource.QueryContext, List<Map<String,ANY>>)static List<Map<String,ANY>> filterAndSort(DataSource.QueryContext, List<Map<String,ANY>>)static List<Map<String,ANY>> filter(DataSource.QueryContext, List<Map<String,ANY>>)static List<Map<String,ANY>> process(DataSource.QueryContext, List<Map<String,ANY>>)static List<Map<String,ANY>> sort(DataSource.QueryContext, List<Map<String,ANY>>)
Bytecode has 5 method signatures, docs stub has 3. Missing:
void logWarning(String)void throwException(String)
Bytecode has 6 method signatures, docs stub has 5. Missing:
static DataSource.TableResult get(DataSource.QueryContext, List<Map<String,ANY>>)static DataSource.TableResult get(Boolean, String, String, List<Map<String,ANY>>)
2 missing signatures across 1 class
Bytecode has 5 method signatures, docs stub has 3. Missing:
dataweave.Result execute()dataweave.Result execute(Map<String,ANY>)
17 missing signatures across 4 classes
Bytecode has 3 method signatures, docs stub has 0. Missing:
void execute(Database.BatchableContext, List<ANY>)void finish(Database.BatchableContext)System.Iterable start(Database.BatchableContext)
Bytecode has 2 method signatures, docs stub has 0. Missing:
Id getChildJobId()Id getJobId()
Bytecode has 34 method signatures, docs stub has 24. Missing:
SObject getAccountRecord()Boolean getBypassAccountDedupeCheck()Boolean getBypassContactDedupeCheck()SObject getContactRecord()SObject getOpportunityRecord()void setAccountRecord(SObject)void setBypassAccountDedupeCheck(Boolean)void setBypassContactDedupeCheck(Boolean)void setContactRecord(SObject)void setOpportunityRecord(SObject)void setRelatedPersonAccountRecord(SObject)
Bytecode has 3 method signatures, docs stub has 3. Missing:
List<SObject> querymore(Integer)
1 missing signature across 1 class
Bytecode has 5 method signatures, docs stub has 5. Missing:
String getDuplicateRuleEntityType()
28 missing signatures across 5 classes
Bytecode has 24 method signatures, docs stub has 1. Missing:
List<String> getChangedFields()String getChangeOrigin()String getChangeType()Long getCommitNumber()Long getCommitTimestamp()String getCommitUser()List<String> getDiffFields()String getEntityName()List<String> getNulledFields()List<String> getRecordIds()Integer getSequenceNumber()String getTransactionKey()void setChangedFields(List<String>)void setChangeOrigin(String)void setChangeType(String)void setCommitNumber(Long)void setCommitTimestamp(Long)void setCommitUser(String)void setDiffFields(List<String>)void setEntityName(String)void setNulledFields(List<String>)void setRecordIds(List<String>)void setSequenceNumber(Integer)void setTransactionKey(String)
Bytecode has 1 method signature, docs stub has 0. Missing:
void onFailure(eventbus.FailureResult)
Bytecode has 1 method signature, docs stub has 0. Missing:
void onSuccess(eventbus.SuccessResult)
Bytecode has 1 method signature, docs stub has 0. Missing:
List<String> getEventUuids()
Bytecode has 1 method signature, docs stub has 0. Missing:
List<String> getEventUuids()
1 missing signature across 1 class
Bytecode has 5 method signatures, docs stub has 5. Missing:
static Flow.Interview createInterview(String, Map<String,ANY>)
7 missing signatures across 4 classes
Bytecode has 1 method signature, docs stub has 0. Missing:
void handleResponse(functions.FunctionInvocation)
Bytecode has 4 method signatures, docs stub has 0. Missing:
functions.FunctionInvocationError getError()String getInvocationId()String getResponse()functions.FunctionInvocationStatus getStatus()
Bytecode has 1 method signature, docs stub has 0. Missing:
functions.FunctionErrorType getType()
Bytecode has 1 method signature, docs stub has 0. Missing:
functions.FunctionInvocation respond(String, String)
3 missing signatures across 1 class
Bytecode has 17 method signatures, docs stub has 63. Missing:
static Invocable.Action createCustomAction(String, String, String, String)static Invocable.Action createStandardAction(String, String)Invocable.Action setInvocations(List<Map<String,ANY>>)
1 missing signature across 1 class
Bytecode has 1 method signature, docs stub has 0. Missing:
List<lxscheduler.ServiceResourceSchedule> getUnavailableTimeslots(lxscheduler.ServiceAppointmentRequestInfo)
68 missing signatures across 7 classes
Bytecode has 9 method signatures, docs stub has 8. Missing:
void setActionGroup(String)
Bytecode has 9 method signatures, docs stub has 1. Missing:
Blob getBody()String getContentType()String getFileName()Id getId()Boolean getInline()void setBody(Blob)void setContentType(String)void setFileName(String)void setInline(Boolean)
Bytecode has 22 method signatures, docs stub has 4. Missing:
Boolean getBccSender()String getDescription()String getEmailPriority()String getReplyTo()Boolean getSaveAsActivity()String getSenderDisplayName()String getSubject()List<Id> getTargetObjectIds()Id getTemplateId()Boolean getUseSignature()List<Id> getWhatIds()void setBccSender(Boolean)void setEmailPriority(String)void setReplyTo(String)void setSaveAsActivity(Boolean)void setSenderDisplayName(String)void setSubject(String)void setTemplateId(Id)void setUseSignature(Boolean)
Bytecode has 1 method signature, docs stub has 0. Missing:
Messaging.ActionResult executeAction(Messaging.ActionableNotification)
Bytecode has 4 method signatures, docs stub has 4. Missing:
void setPayload(Map<String,ANY>)
Bytecode has 3 method signatures, docs stub has 3. Missing:
static Map<String,ANY> apple(String, String, Integer, Map<String,ANY>)static Map<String,ANY> apple(String, String, String, List<String>, String, String, Integer, Map<String,ANY>)
Bytecode has 58 method signatures, docs stub has 25. Missing:
List<String> getBccAddresses()Boolean getBccSender()List<String> getCcAddresses()String getCharset()Map<String,String> getCustomHeaders()String getEmailPriority()List<String> getEntityAttachments()List<Messaging.EmailFileAttachment> getFileAttachments()String getHtmlBody()String getInReplyTo()String getOptOutPolicy()Id getOrgWideEmailAddressId()String getPlainTextBody()String getReferences()String getReplyTo()Boolean getSaveAsActivity()String getSenderDisplayName()String getSubject()Id getTargetObjectId()Id getTemplateId()List<String> getToAddresses()String getUnsubscribeComment()List<String> getUnsubscribeUrls()Boolean getUseSignature()Id getWhatId()Boolean isTreatBodiesAsTemplate()Boolean isTreatTargetObjectAsRecipient()Boolean isUserMail()void setBccSender(Boolean)void setCustomHeaders(Map<String,String>)void setEmailPriority(String)void setReplyTo(String)void setSaveAsActivity(Boolean)void setSenderDisplayName(String)void setUseSignature(Boolean)
2 missing signatures across 2 classes
Bytecode has 1 method signature, docs stub has 0. Missing:
void handleResult(Metadata.DeployResult, Metadata.DeployCallbackContext)
Bytecode has 3 method signatures, docs stub has 2. Missing:
static Id enqueueDeployment(Metadata.DeployContainer, Metadata.DeployCallback)
3 missing signatures across 2 classes
Bytecode has 2 method signatures, docs stub has 0. Missing:
pref_center.LoadFormData load(pref_center.LoadParameters, pref_center.LoadFormData, pref_center.ValidationResult)void submit(pref_center.SubmitParameters, pref_center.SubmitFormData, pref_center.ValidationResult)
Bytecode has 6 method signatures, docs stub has 5. Missing:
static Map<String,String> generateTokens(List<String>, pref_center.TokenType, pref_center.DataCloudIdTokenType)
2 missing signatures across 1 class
Bytecode has 2 method signatures, docs stub has 0. Missing:
Process.PluginDescribeResult describe()Process.PluginResult invoke(Process.PluginRequest)
12 missing signatures across 6 classes
Bytecode has 7 method signatures, docs stub has 7. Missing:
String getUiBehavior()
Bytecode has 10 method signatures, docs stub has 10. Missing:
String getTabOrder()
Bytecode has 34 method signatures, docs stub has 32. Missing:
String getAccessLevelRequired()String getCanvasApplicationId()String getMobileExtensionId()List<QuickAction.DescribeQuickActionParameter> getParameters()
Bytecode has 1 method signature, docs stub has 0. Missing:
void onInitDefaults(List<QuickAction.QuickActionDefaults>)
Bytecode has 6 method signatures, docs stub has 6. Missing:
Id getContextId()
Bytecode has 10 method signatures, docs stub has 6. Missing:
String getActionName()String getActionType()Id getContextId()SObject getTargetSObject()
11 missing signatures across 7 classes
Bytecode has 9 method signatures, docs stub has 5. Missing:
void setDateGranularity(String)void setName(String)void setSortAggregate(String)void setSortOrder(String)
Bytecode has 2 method signatures, docs stub has 1. Missing:
List<String> getFilterErrors()
Bytecode has 2 method signatures, docs stub has 1. Missing:
List<String> getReportMetadataErrors()
Bytecode has 2 method signatures, docs stub has 1. Missing:
List<String> getSnapshotDateErrors()
Bytecode has 1 method signature, docs stub has 0. Missing:
void execute(reports.NotificationActionContext)
Bytecode has 55 method signatures, docs stub has 55. Missing:
void setCustomSummaryFormula(Map<String,reports.ReportCsf>)
Bytecode has 5 method signatures, docs stub has 3. Missing:
void setLabel(String)void setType(String)
3 missing signatures across 3 classes
Bytecode has 1 method signature, docs stub has 0. Missing:
RichMessaging.AuthRequestResult handleAuthRequest(RichMessaging.AuthRequestResponse)
Bytecode has 1 method signature, docs stub has 0. Missing:
Id processFormRequest(RichMessaging.ProcessFormResponse)
Bytecode has 1 method signature, docs stub has 0. Missing:
RichMessaging.ProcessPaymentResult processPaymentRequest(RichMessaging.ProcessPaymentRequest)
20 missing signatures across 5 classes
Bytecode has 8 method signatures, docs stub has 7. Missing:
List<String> getJunctionIdListNames()List<Schema.SObjectType> getJunctionReferenceTo()
Bytecode has 60 method signatures, docs stub has 51. Missing:
String getCompoundFieldName()Boolean getDataTranslationEnabled()Schema.FilteredLookupInfo getFilteredLookupInfo()String getMaskType()String getMask()List<Schema.SObjectType> getReferenceTo()Boolean isAggregatable()Boolean isDisplayLocationInDecimal()Boolean isHighScaleNumber()Boolean isQueryByDistance()
Bytecode has 36 method signatures, docs stub has 33. Missing:
String getAssociateEntityType()Boolean getHasSubtypes()Boolean getIsSubtype()Map<String,Schema.RecordTypeInfo> getRecordTypeInfosByDeveloperName()
Bytecode has 11 method signatures, docs stub has 9. Missing:
String getMobileUrl()String getName()String getTabEnumOrId()
Bytecode has 7 method signatures, docs stub has 7. Missing:
String getTabSetId()
1 missing signature across 1 class
Bytecode has 1 method signature, docs stub has 0. Missing:
Sfc.ContentDownloadHandler getContentDownloadHandler(List<Id>, Sfc.ContentDownloadContext)
1 missing signature across 1 class
Bytecode has 5 method signatures, docs stub has 5. Missing:
void setDetails(Map<String,ANY>)
2 missing signatures across 1 class
Bytecode has 2 method signatures, docs stub has 0. Missing:
List<System.PageReference> generateUrlFor(List<System.PageReference>)System.PageReference mapRequestUrl(System.PageReference)
60 missing signatures across 9 classes
Bytecode has 11 method signatures, docs stub has 7. Missing:
static Slack.App getAppByKey(String)static Slack.App getAppByName(String)Map<String,String> getConnectedSalesforceUserIdMap(String, List<String>)Map<String,String> getConnectedSlackUserIdMap(String, List<String>)
Bytecode has 92 method signatures, docs stub has 84. Missing:
Slack.BookmarksAddResponse bookmarksAdd(Slack.BookmarksAddRequest)Slack.BookmarksEditResponse bookmarksEdit(Slack.BookmarksEditRequest)Slack.BookmarksListResponse bookmarksList(Slack.BookmarksListRequest)Slack.BookmarksRemoveResponse bookmarksRemove(Slack.BookmarksRemoveRequest)Slack.ConversationsAcceptSharedInviteResponse conversationsAcceptSharedInvite(Slack.ConversationsAcceptSharedInviteRequest)Slack.ConversationsDeclineSharedInviteResponse conversationsDeclineSharedInvite(Slack.ConversationsDeclineSharedInviteRequest)Slack.ConversationsInviteSharedResponse conversationsInviteShared(Slack.ConversationsInviteSharedRequest)Slack.ConversationsListConnectInvitesResponse conversationsListConnectInvites(Slack.ConversationsListConnectInvitesRequest)
Bytecode has 103 method signatures, docs stub has 154. Missing:
String getContextTeamId()Long getUpdated()void setContextTeamId(String)void setUpdated(Long)
Bytecode has 239 method signatures, docs stub has 290. Missing:
String getAltTxt()Integer getDurationMs()String getFileAccess()String getHlsEmbed()String getHls()Slack.File.MediaProgress getMediaProgress()String getMp4()String getSubtype()Integer getThumbVideoH()Integer getThumbVideoW()Slack.File.Transcription getTranscription()String getUserTeam()String getVtt()void setAltTxt(String)void setDurationMs(Integer)void setFileAccess(String)void setHeaders(Slack.File.Headers)void setHlsEmbed(String)void setHls(String)void setMediaProgress(Slack.File.MediaProgress)void setMp4(String)void setSimplifiedHtml(String)void setSubtype(String)void setThumbVideoH(Integer)void setThumbVideoW(Integer)void setTranscription(Slack.File.Transcription)void setUserTeam(String)void setVtt(String)
Bytecode has 93 method signatures, docs stub has 154. Missing:
String getAppId()Slack.Message.Metadata getMetadata()Boolean isLocked()void setAppId(String)void setMetadata(Slack.Message.Metadata)
Bytecode has 14 method signatures, docs stub has 22. Missing:
Slack.App getApp()Slack.UserType getUserType()Boolean isDefaultOrg()
Bytecode has 27 method signatures, docs stub has 135. Missing:
String getAvatarBaseUrl()void setAvatarBaseUrl(String)
Bytecode has 59 method signatures, docs stub has 177. Missing:
String getWhoCanShareContactCard()
Bytecode has 104 method signatures, docs stub has 101. Missing:
Slack.BookmarksAddResponse bookmarksAdd(Slack.BookmarksAddRequest)Slack.BookmarksEditResponse bookmarksEdit(Slack.BookmarksEditRequest)Slack.BookmarksListResponse bookmarksList(Slack.BookmarksListRequest)Slack.BookmarksRemoveResponse bookmarksRemove(Slack.BookmarksRemoveRequest)Slack.ConversationsLeaveResponse conversationsLeave(Slack.ConversationsLeaveRequest)
2 missing signatures across 2 classes
Bytecode has 1 method signature, docs stub has 0. Missing:
Id getDefaultEmailTemplateId(Id)
Bytecode has 1 method signature, docs stub has 0. Missing:
Integer calculateMilestoneTriggerTime(String, String)
114 missing signatures across 39 classes
Bytecode has 1 method signature, docs stub has 0. Missing:
Object call(String, Map<String,ANY>)
Bytecode has 5 method signatures, docs stub has 1. Missing:
static String generateThreadingMessageId(Id)static Id getCaseIdFromEmailHeaders(List<Messaging.InboundEmail.Header>)static Id getCaseIdFromEmailThreadId(String)static Boolean reparentFeedToCaseId(Id, Id, Id)
Bytecode has 1 method signature, docs stub has 0. Missing:
Integer compareTo(Object)
Bytecode has 1 method signature, docs stub has 0. Missing:
Integer compare(Object, Object)
Bytecode has 18 method signatures, docs stub has 17. Missing:
static Blob generateAesKey(Integer)
Bytecode has 64 method signatures, docs stub has 57. Missing:
static Database.LeadConvertResult convertLead(Database.LeadConvert)static List<SObject> countQueryWithBinds(String, Map, Object)static Database.DeleteResult delete(Id)static Database.QueryLocator getQueryLocatorWithBinds(String, Map, Object)static List<Database.SaveResult> insert(List<SObject>)static List<SObject> queryWithBinds(String, Map, Object)static List<Database.NestedSaveResult> treeSave(List<SObject>)static Database.UndeleteResult undelete(Id)static List<Database.SaveResult> update(List<SObject>)static List<Database.UpsertResult> upsert(List<SObject>)static List<Database.UpsertResult> upsert(List<SObject>, Object)
Bytecode has 8 method signatures, docs stub has 1. Missing:
List<String> getDmlFieldNames(Integer)List<Schema.SObjectField> getDmlFields(Integer)String getDmlId(Integer)Integer getDmlIndex(Integer)String getDmlMessage(Integer)String getDmlStatusCode(Integer)System.StatusCode getDmlType(Integer)Integer getNumDml()
Bytecode has 8 method signatures, docs stub has 1. Missing:
List<String> getDmlFieldNames(Integer)List<Schema.SObjectField> getDmlFields(Integer)String getDmlId(Integer)Integer getDmlIndex(Integer)String getDmlMessage(Integer)String getDmlStatusCode(Integer)System.StatusCode getDmlType(Integer)Integer getNumDml()
Bytecode has 3 method signatures, docs stub has 1. Missing:
static String getFormattedThreadingToken(Id)static Id getRecordIdFromEmail(String, String, String)
Bytecode has 2 method signatures, docs stub has 1. Missing:
System.HttpResponse sendCallback(System.HttpRequest)
Bytecode has 1 method signature, docs stub has 0. Missing:
void execute(System.FinalizerContext)
Bytecode has 4 method signatures, docs stub has 0. Missing:
Id getAsyncApexJobId()Exception getException()String getRequestId()System.ParentJobResult getResult()
Bytecode has 1 method signature, docs stub has 0. Missing:
System.HttpResponse respond(System.HttpRequest)
Bytecode has 1 method signature, docs stub has 0. Missing:
void onInstall(System.InstallContext)
Bytecode has 64 method signatures, docs stub has 52. Missing:
static Integer getDatabaseTime()static Integer getFieldsDescribes()static Integer getFieldSetsDescribes()static Integer getLimitChildRelationshipsDescribes()static Integer getLimitDatabaseTime()static Integer getLimitFieldsDescribes()static Integer getLimitFieldSetsDescribes()static Integer getLimitPicklistDescribes()static Integer getLimitRecordTypesDescribes()static Integer getLimitScriptStatements()static Integer getPicklistDescribes()static Integer getRecordTypesDescribes()static Integer getScriptStatements()
Bytecode has 28 method signatures, docs stub has 22. Missing:
System.Pattern pattern()System.Matcher region(Integer, Integer)System.Matcher reset()System.Matcher useAnchoringBounds(Boolean)System.Matcher usePattern(System.Pattern)System.Matcher useTransparentBounds(Boolean)
Bytecode has 11 method signatures, docs stub has 10. Missing:
static List<Messaging.SendEmailResult> sendEmailMessage(List<Id>)static List<Messaging.SendEmailResult> sendEmail(List<Messaging.Email>)
Bytecode has 6 method signatures, docs stub has 5. Missing:
System.HttpResponse respond(System.HttpRequest)
Bytecode has 13 method signatures, docs stub has 11. Missing:
static System.PageReference forwardToAuthPage(String, String)static Integer loadAllPackageDefaultNetworkWorkspaceMetricSettings()
Bytecode has 1 method signature, docs stub has 0. Missing:
void execute(System.QueueableContext)
Bytecode has 1 method signature, docs stub has 0. Missing:
Id getJobId()
Bytecode has 2 method signatures, docs stub has 8. Missing:
static System.QueueableDuplicateSignature.Builder builder()
Bytecode has 8 method signatures, docs stub has 7. Missing:
static List<QuickAction.QuickActionTemplateResult> retrieveQuickActionTemplates(List<String>, Id)static QuickAction.QuickActionTemplateResult retrieveQuickActionTemplate(String, Id)
Bytecode has 5 method signatures, docs stub has 5. Missing:
static Map<String,ANY> create(String, Map<String,ANY>)static Map<String,ANY> retrieve(String, List<String>, Map<String,ANY>)static Map<String,ANY> updat(String, List<String>, Map<String,ANY>)
Bytecode has 1 method signature, docs stub has 0. Missing:
void runApexClass(System.SandboxContext)
Bytecode has 1 method signature, docs stub has 0. Missing:
void execute(System.SchedulableContext)
Bytecode has 1 method signature, docs stub has 0. Missing:
Id getTriggerId()
Bytecode has 9 method signatures, docs stub has 6. Missing:
static Map<String,Schema.SObjectType> getAppDescribe(String)static Map<String,Schema.SObjectType> getGlobalDescribe()static Map<String,Schema.SObjectType> getModuleDescribe()static Map<String,Schema.SObjectType> getModuleDescribe(String)
Bytecode has 4 method signatures, docs stub has 3. Missing:
static System.SObjectAccessDecision stripInaccessible(System.AccessType, List<SObject>, Boolean, Id)
Bytecode has 46 method signatures, docs stub has 39. Missing:
static System.PageReference changePassword(String, String)static Id createPortalUser(SObject, String)static Id createPortalUser(SObject, String, String)static Boolean forgotPassword(String, String)static String getCurrentSiteUrl()static String getCustomWebAddress()static String getPrefix()
Bytecode has 2 method signatures, docs stub has 2. Missing:
List<SObject> handleSoqlQuery(Schema.SObjectType, String, Map<String,ANY>)
Bytecode has 6 method signatures, docs stub has 5. Missing:
System.HttpResponse respond(System.HttpRequest)
Bytecode has 1 method signature, docs stub has 0. Missing:
Object handleMethodCall(Object, String, System.Type, List<System.Type>, List<String>, List<ANY>)
Bytecode has 43 method signatures, docs stub has 39. Missing:
static void assertEquals(Object, Object)static void assertNotEquals(Object, Object)static void assert(Boolean)static void changeOwnPassword(String, String)static void runAs(SObject, Object)
Bytecode has 36 method signatures, docs stub has 30. Missing:
static List<SObject> createStubQueryRows(Schema.SObjectType, List<Map<String,ANY>>)static SObject createStubQueryRow(Schema.SObjectType, Map<String,ANY>)static System.ExternalServiceTest getExternalService()static Component.apex.page invokePage(System.PageReference)static void testInstall(System.InstallHandler, System.Version)static void testInstall(System.InstallHandler, System.Version, Boolean, Boolean)static Messaging.ActionResult testNotificationActionHandler(Messaging.NotificationActionHandler, Messaging.ActionableNotification)static void testUninstall(System.UninstallHandler, Boolean)
Bytecode has 1 method signature, docs stub has 0. Missing:
void onUninstall(System.UninstallContext)
Bytecode has 16 method signatures, docs stub has 16. Missing:
static String initVerificationMethod(Auth.VerificationMethod, String, Map<String,String>)
Bytecode has 3 method signatures, docs stub has 2. Missing:
static Object beginInvoke(Object, Object, Object, Object, List)static Object endInvoke(Object)static void invoke(Object, Object, Map, List)
Bytecode has 1 method signature, docs stub has 0. Missing:
void doInvoke(Object, Object, Map<String,ANY>, String, String, String, String, String, String)
1 missing signature across 1 class
Bytecode has 1 method signature, docs stub has 0. Missing:
Map<Id,Id> getOpportunityTerritory2Assignments(List<Id>)
2 missing signatures across 2 classes
Bytecode has 1 method signature, docs stub has 0. Missing:
Boolean evaluate(SObject)
Bytecode has 1 method signature, docs stub has 0. Missing:
Boolean evaluate(TxnSecurity.Event)
1 missing signature across 1 class
Bytecode has 6 method signatures, docs stub has 5. Missing:
VisualEditor.DynamicPickListRows getValuesForSemanticSearch(String)
6 missing signatures across 2 classes
Bytecode has 9 method signatures, docs stub has 8. Missing:
String build()
Bytecode has 10 method signatures, docs stub has 5. Missing:
static Map<String,ANY> cdpQueryMetadata(String, String, String, String)static List<Map<String,ANY>> getSObjects()static Map<String,ANY> getSObject(String)static Map<String,ANY> getTemplateConfig(String, String, Boolean, String)static Map<String,ANY> getTemplate(String, String, String)
1 missing signature across 1 class
Bytecode has 1 method signature, docs stub has 0. Missing:
String getShortenedURL(String)