Uses of Enum Class
com.salesforce.eventbus.protobuf.ReplayPreset
Packages that use ReplayPreset
Package
Description
-
Uses of ReplayPreset in com.salesforce.eventbus.protobuf
Methods in com.salesforce.eventbus.protobuf that return ReplayPresetModifier and TypeMethodDescriptionstatic ReplayPresetReplayPreset.forNumber(int value) FetchRequest.Builder.getReplayPreset()Subscription starting point.FetchRequest.getReplayPreset()Subscription starting point.FetchRequestOrBuilder.getReplayPreset()Subscription starting point.static ReplayPresetReplayPreset.valueOf(int value) Deprecated.static ReplayPresetReplayPreset.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ReplayPresetReturns the enum constant of this class with the specified name.static ReplayPreset[]ReplayPreset.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.salesforce.eventbus.protobuf that return types with arguments of type ReplayPresetModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ReplayPreset> ReplayPreset.internalGetValueMap()Methods in com.salesforce.eventbus.protobuf with parameters of type ReplayPresetModifier and TypeMethodDescriptionFetchRequest.Builder.setReplayPreset(ReplayPreset value) Subscription starting point. -
Uses of ReplayPreset in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return ReplayPresetModifier and TypeMethodDescriptionSalesforceEndpointConfig.getReplayPreset()ReplayPreset for Pub/Sub APIMethods in org.apache.camel.component.salesforce with parameters of type ReplayPresetModifier and TypeMethodDescriptionvoidSalesforceEndpointConfig.setReplayPreset(ReplayPreset replayPreset) -
Uses of ReplayPreset in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type ReplayPresetModifier and TypeMethodDescriptionvoidPubSubApiClient.subscribe(PubSubApiConsumer consumer, ReplayPreset replayPreset, String initialReplayId)