Package com.mongodb.bulk
Class WriteRequest
- java.lang.Object
-
- com.mongodb.bulk.WriteRequest
-
- Direct Known Subclasses:
DeleteRequest,InsertRequest,UpdateRequest
Deprecated.
@Deprecated public abstract class WriteRequest extends Object
An abstract base class for a write request.- Since:
- 3.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWriteRequest.TypeDeprecated.The type of write.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract WriteRequest.TypegetType()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
-
-