Java com.mongodb.client.model ReturnDocument fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client.model ReturnDocument fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.client.model ReturnDocument.

The text is from its open source code.

Field

ReturnDocumentBEFORE
Indicates to return the document before the update, replacement, or insert occurred.
ReturnDocumentAFTER
Indicates to return the document after the update, replacement, or insert occurred.