Uses of Class
org.apache.camel.component.salesforce.api.dto.SObjectDescription
Packages that use SObjectDescription
Package
Description
-
Uses of SObjectDescription in org.apache.camel.component.salesforce.api.dto
Methods in org.apache.camel.component.salesforce.api.dto that return SObjectDescriptionModifier and TypeMethodDescriptionabstract SObjectDescriptionAbstractDescribedSObjectBase.description()Additional metadata about this SObject.SObjectDescription.prune()Removes some of the less used properties from this object. -
Uses of SObjectDescription in org.apache.camel.component.salesforce.api.utils
Methods in org.apache.camel.component.salesforce.api.utils with parameters of type SObjectDescriptionModifier and TypeMethodDescriptionstatic Set<com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema> JsonUtils.getSObjectJsonSchema(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SObjectDescription description, String idPrefix, boolean addQuerySchema) static StringJsonUtils.getSObjectJsonSchema(SObjectDescription description) static StringJsonUtils.getSObjectJsonSchema(SObjectDescription description, boolean addQuerySchema) static com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaJsonUtils.getSObjectJsonSchemaAsJson(SObjectDescription description) static com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaJsonUtils.getSObjectJsonSchemaAsSchema(SObjectDescription description, boolean addQuerySchema)