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