Class ProcessingStrategy
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,ProcessingStrategy>
com.sinch.sdk.domains.conversation.models.v1.messages.request.ProcessingStrategy
Overrides the app's Processing Mode.
Default value is
DEFAULT.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProcessingStrategyThe request will inherit the app's configured processing mode.static final ProcessingStrategyForces the request to be processed in dispatch mode (without storing contacts and conversations), regardless of the app's configured processing mode. -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessingStrategystatic Stringstatic Stream<ProcessingStrategy> values()Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
DEFAULT
The request will inherit the app's configured processing mode. -
DISPATCH_ONLY
Forces the request to be processed in dispatch mode (without storing contacts and conversations), regardless of the app's configured processing mode.
-
-
Method Details
-
values
-
from
-
valueOf
-