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
Modifier and TypeFieldDescriptionstatic final ProcessingStrategy
The request will inherit the app's configured processing mode.static final ProcessingStrategy
Forces 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 ProcessingStrategy
static String
static 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
-