Class EntityMutationResult
java.lang.Object
com.azure.analytics.purview.datamap.models.EntityMutationResult
- All Implemented Interfaces:
com.azure.json.JsonSerializable<EntityMutationResult>
public final class EntityMutationResult
extends Object
implements com.azure.json.JsonSerializable<EntityMutationResult>
The mutation response result of entity.
-
Method Summary
Modifier and TypeMethodDescriptionstatic EntityMutationResultfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EntityMutationResult from the JsonReader.Get the guidAssignments property: A map of GUID assignments with entities.Get the mutatedEntities property: The entity headers of mutated entities.Get the partialUpdatedEntities property: An array of entity headers that partially updated.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
getGuidAssignments
Get the guidAssignments property: A map of GUID assignments with entities.- Returns:
- the guidAssignments value.
-
getMutatedEntities
Get the mutatedEntities property: The entity headers of mutated entities.- Returns:
- the mutatedEntities value.
-
getPartialUpdatedEntities
Get the partialUpdatedEntities property: An array of entity headers that partially updated.- Returns:
- the partialUpdatedEntities value.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<EntityMutationResult>- Throws:
IOException
-
fromJson
public static EntityMutationResult fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of EntityMutationResult from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of EntityMutationResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the EntityMutationResult.
-