JMAP Registry API implementation - part 10
This commit is contained in:
@@ -201,6 +201,11 @@ impl<T: Property> SetError<T> {
|
||||
self
|
||||
}
|
||||
|
||||
pub fn with_object_id_opt(mut self, object_id: Option<ObjectId>) -> Self {
|
||||
self.0.object_id = object_id;
|
||||
self
|
||||
}
|
||||
|
||||
pub fn with_linked_objects(mut self, linked_objects: Vec<ObjectId>) -> Self {
|
||||
self.0.linked_objects = linked_objects;
|
||||
self
|
||||
|
||||
Reference in New Issue
Block a user