Package com.azure.data.cosmos
Class CosmosConflictProperties
- java.lang.Object
-
- com.azure.data.cosmos.JsonSerializable
-
- com.azure.data.cosmos.Resource
-
- com.azure.data.cosmos.CosmosConflictProperties
-
public class CosmosConflictProperties extends Resource
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Resource>
TgetResource(Class<T> klass)
Gets the conflicting resource in the Azure Cosmos DB service.String
operationKind()
Gets the operation kind.String
resourceType()
Gets the type of the conflicting resource.-
Methods inherited from class com.azure.data.cosmos.Resource
etag, id, id, resourceId, resourceId, selfLink, timestamp
-
Methods inherited from class com.azure.data.cosmos.JsonSerializable
get, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toString
-
-