Package com.azure.cosmos.models
Class CosmosConflictResponse
java.lang.Object
com.azure.cosmos.models.CosmosResponse<CosmosConflictProperties>
com.azure.cosmos.models.CosmosConflictResponse
The type Cosmos conflict response.
-
Method Summary
Modifier and TypeMethodDescriptionGet conflict properties object representing the resource on the serverMethods inherited from class com.azure.cosmos.models.CosmosResponse
getActivityId, getCurrentResourceQuotaUsage, getDiagnostics, getDuration, getMaxResourceQuota, getRequestCharge, getResponseHeaders, getSessionToken, getStatusCode
-
Method Details
-
getProperties
Get conflict properties object representing the resource on the server- Overrides:
getProperties
in classCosmosResponse<CosmosConflictProperties>
- Returns:
- the conflict properties
-