Uses of Class
com.microsoft.azure.cosmosdb.internal.ContentSerializationFormat
-
Packages that use ContentSerializationFormat Package Description com.microsoft.azure.cosmosdb.internal -
-
Uses of ContentSerializationFormat in com.microsoft.azure.cosmosdb.internal
Methods in com.microsoft.azure.cosmosdb.internal that return ContentSerializationFormat Modifier and Type Method Description static ContentSerializationFormatContentSerializationFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentSerializationFormat[]ContentSerializationFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-