public class TagUpdatesRequest extends java.lang.Object implements RESTRequest
| Constructor and Description |
|---|
TagUpdatesRequest()
This is the constructor that is used by Jackson deserializer
|
TagUpdatesRequest(java.util.List<TagUpdateRequest> updates)
Creates a new TagUpdatesRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Ensures that a constructed instance of a REST message is valid according to the REST spec.
|
public TagUpdatesRequest(java.util.List<TagUpdateRequest> updates)
updates - The updates to apply to the tag.public TagUpdatesRequest()
public void validate()
throws java.lang.IllegalArgumentException
RESTMessageThis is needed when parsing data that comes from external sources and the object might have been constructed without all the required fields present.
validate in interface RESTMessagejava.lang.IllegalArgumentException