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.-
Field Summary
Modifier and TypeFieldDescriptionstatic final MetadataUpdateStrategy
Patches theconversation_metadata
field with the patch provided according to RFC 7386.static final MetadataUpdateStrategy
The default strategy. -
Method Summary
Modifier and TypeMethodDescriptionstatic MetadataUpdateStrategy
static String
static 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_metadata
field with the new value provided. -
MERGE_PATCH
Patches theconversation_metadata
field with the patch provided according to RFC 7386.
-
-
Method Details
-
values
-
from
-
valueOf
-