mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 20:49:36 +01: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
|
@Data
|
||||||
@JsonObject
|
@JsonObject
|
||||||
public class Sharee {
|
public class Sharee {
|
||||||
|
@JsonField(name = "id")
|
||||||
|
String id;
|
||||||
|
|
||||||
@JsonField(name = "value")
|
@JsonField(name = "value")
|
||||||
Value value;
|
Value value;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user