Class MetadataUpdateStrategy
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,MetadataUpdateStrategy>
com.sinch.sdk.domains.conversation.models.v1.request.MetadataUpdateStrategy
Update strategy for the
conversation_metadata field. Only supported in
CONVERSATION processing mode.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MetadataUpdateStrategyPatches theconversation_metadatafield with the patch provided according to RFC 7386.static final MetadataUpdateStrategyThe default strategy. -
Method Summary
Modifier and TypeMethodDescriptionstatic MetadataUpdateStrategystatic Stringstatic Stream<MetadataUpdateStrategy> values()Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
REPLACE
The default strategy. Replaces the wholeconversation_metadatafield with the new value provided. -
MERGE_PATCH
Patches theconversation_metadatafield with the patch provided according to RFC 7386.
-
-
Method Details
-
values
-
from
-
valueOf
-