mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-01 20:22:03 +00:00
Add id to sharee
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
a11bf58bac
commit
1953f5a496
@ -31,6 +31,9 @@ import lombok.Data;
|
||||
@Data
|
||||
@JsonObject
|
||||
public class Sharee {
|
||||
@JsonField(name = "id")
|
||||
String id;
|
||||
|
||||
@JsonField(name = "value")
|
||||
Value value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user