Class UpdateDescription
java.lang.Object
com.mongodb.client.model.changestream.UpdateDescription
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The update description for changed fields in a
$changeStream operation.- Since:
- 3.6
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateDescription(List<String> removedFields, BsonDocument updatedFields) Deprecated.Creates a new instance -
Method Summary
-
Constructor Details
-
UpdateDescription
public UpdateDescription(@Nullable @BsonProperty("removedFields") List<String> removedFields, @Nullable @BsonProperty("updatedFields") BsonDocument updatedFields) Deprecated.Creates a new instance- Parameters:
removedFields- the list of fields that have been removed.updatedFields- the updated fields
-
-
Method Details
-
getRemovedFields
Deprecated.Returns the removedFields- Returns:
- the removedFields
-
getUpdatedFields
Deprecated.Returns the updatedFields- Returns:
- the updatedFields
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-