Uses of Enum Class
org.apache.camel.component.salesforce.internal.dto.EventSchemaFormatEnum
Packages that use EventSchemaFormatEnum
Package
Description
-
Uses of EventSchemaFormatEnum in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return EventSchemaFormatEnumMethods in org.apache.camel.component.salesforce with parameters of type EventSchemaFormatEnumModifier and TypeMethodDescriptionvoidSalesforceEndpointConfig.setEventSchemaFormat(EventSchemaFormatEnum eventSchemaFormat) EXPANDED: Apache Avro format but doesn’t strictly adhere to the record complex type. -
Uses of EventSchemaFormatEnum in org.apache.camel.component.salesforce.internal.dto
Methods in org.apache.camel.component.salesforce.internal.dto that return EventSchemaFormatEnumModifier and TypeMethodDescriptionstatic EventSchemaFormatEnumstatic EventSchemaFormatEnumReturns the enum constant of this class with the specified name.static EventSchemaFormatEnum[]EventSchemaFormatEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.