public class DescribeGatheringsResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DescribeGatheringsResult() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeGatheringsResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<Gathering> |
getItems() |
String |
getNextPageToken() |
void |
setItems(List<Gathering> items) |
void |
setNextPageToken(String nextPageToken) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeGatheringsResult |
withItems(List<Gathering> items) |
DescribeGatheringsResult |
withNextPageToken(String nextPageToken) |
public DescribeGatheringsResult withItems(List<Gathering> items)
public String getNextPageToken()
public void setNextPageToken(String nextPageToken)
public DescribeGatheringsResult withNextPageToken(String nextPageToken)
public static DescribeGatheringsResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.