public class TagListResponse extends BaseResponse
| Constructor and Description |
|---|
TagListResponse()
This is the constructor that is used by Jackson deserializer to create an instance of
TagListResponse.
|
TagListResponse(TagDTO[] tags)
Creates a new TagListResponse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the response code.
|
public TagListResponse(TagDTO[] tags)
tags - The list of tags.public TagListResponse()
public void validate()
throws java.lang.IllegalArgumentException
BaseResponsevalidate in interface RESTMessagevalidate in class BaseResponsejava.lang.IllegalArgumentException - if code value is negative.