public interface SenderInteractionConfiguration extends Serializable
SenderConfiguration.
SenderInteractionConfiguration object creates a link between SenderConfiguration Id and SenderInteractionConfiguration Id.
Many SenderInteractionConfigurations can be associated with one SenderConfiguration.
The SenderInteractionConfiguration Id is auto generated, and it can not be set the user. The SenderInteractionConfiguration
can contain zero or more SenderSideEffectConfiguration(s).
The SenderInteractionConfiguration contains the following attributes:
SenderSideEffectConfiguration - Contains Side Effect Configuration details.| Modifier and Type | Method and Description |
|---|---|
String |
getInteractionId()
Returns the Interaction Id associated with this SenderInteractionConfiguration.
|
String |
getSenderConfigId()
Returns the
SenderConfiguration id associated
with this SenderInteractionConfiguration. |
String |
getSenderInteractionId()
Returns the SenderInteractionId for this SenderInteractionConfiguration.
|
SenderSideEffectConfiguration[] |
getSenderSideEffectConfiguration()
Returns the array of
SenderSideEffectConfiguration
objects for this SenderInteractionConfiguration. |
void |
setInteractionId(String interactionId)
Sets Interaction Id for this SenderInteractionConfiguration.
|
void |
setSenderSideEffectConfiguration(SenderSideEffectConfiguration[] senderSideEffectConfigurations)
Sets the array of
SenderSideEffectConfiguration
objects for this SenderInteractionConfiguration. |
String getSenderConfigId()
SenderConfiguration id associated
with this SenderInteractionConfiguration.SenderConfiguration id for this SenderInteractionConfiguration.String getSenderInteractionId()
String getInteractionId()
SenderSideEffectConfiguration[] getSenderSideEffectConfiguration()
SenderSideEffectConfiguration
objects for this SenderInteractionConfiguration.SenderSideEffectConfiguration
objects for this SenderInteractionConfiguration.void setInteractionId(String interactionId)
interactionId - Interaction Id for this SenderInteractionConfiguration.void setSenderSideEffectConfiguration(SenderSideEffectConfiguration[] senderSideEffectConfigurations)
SenderSideEffectConfiguration
objects for this SenderInteractionConfiguration.senderSideEffectConfigurations - array of SenderSideEffectConfiguration
objects for this SenderInteractionConfiguration.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved