Uses of Class
com.azure.analytics.purview.datamap.models.MoveEntitiesOptions
Packages that use MoveEntitiesOptions
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of MoveEntitiesOptions in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap with parameters of type MoveEntitiesOptionsModifier and TypeMethodDescriptionEntityAsyncClient.moveEntitiesToCollection(String collectionId, MoveEntitiesOptions body) Move existing entities to the target collection.EntityClient.moveEntitiesToCollection(String collectionId, MoveEntitiesOptions body) Move existing entities to the target collection. -
Uses of MoveEntitiesOptions in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return MoveEntitiesOptionsModifier and TypeMethodDescriptionstatic MoveEntitiesOptionsMoveEntitiesOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MoveEntitiesOptions from the JsonReader.MoveEntitiesOptions.setEntityGuids(List<String> entityGuids) Set the entityGuids property: An array of entity guids to be moved to target collection.