mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Add field to InteractionsResponse.
This commit is contained in:
parent
0734d31ab6
commit
bca67f141f
1 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,13 @@
|
|||
package com.newsblur.network.domain;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.newsblur.domain.ActivityDetails;
|
||||
|
||||
/**
|
||||
* Created by mark on 03/06/15.
|
||||
* Response for /social/interactions endpoint
|
||||
*/
|
||||
public class InteractionsResponse {
|
||||
public class InteractionsResponse extends NewsBlurResponse {
|
||||
|
||||
@SerializedName("interactions")
|
||||
public ActivityDetails[] interactions;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue