Package com.mongodb.bulk
Class WriteRequest
- java.lang.Object
-
- com.mongodb.bulk.WriteRequest
-
- Direct Known Subclasses:
DeleteRequest
,InsertRequest
,UpdateRequest
@Deprecated public abstract class WriteRequest extends Object
Deprecated.An abstract base class for a write request.- Since:
- 3.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WriteRequest.Type
Deprecated.The type of write.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract WriteRequest.Type
getType()
Deprecated.Gets the type of the write.
-
-
-
Method Detail
-
getType
public abstract WriteRequest.Type getType()
Deprecated.Gets the type of the write.- Returns:
- the type
-
-