Package com.mongodb.bulk
Class WriteRequest
java.lang.Object
com.mongodb.bulk.WriteRequest
- Direct Known Subclasses:
DeleteRequest
,InsertRequest
,UpdateRequest
Deprecated.
An abstract base class for a write request.
- Since:
- 3.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionabstract WriteRequest.Type
getType()
Deprecated.Gets the type of the write.
-
Method Details
-
getType
Deprecated.Gets the type of the write.- Returns:
- the type
-