public static class TagUpdateRequest.SetTagPropertyRequest extends java.lang.Object implements TagUpdateRequest
TagUpdateRequest.RemoveTagPropertyRequest, TagUpdateRequest.RenameTagRequest, TagUpdateRequest.SetTagPropertyRequest, TagUpdateRequest.UpdateTagCommentRequest| Constructor and Description |
|---|
SetTagPropertyRequest()
This is the constructor that is used by Jackson deserializer
|
SetTagPropertyRequest(java.lang.String property,
java.lang.String value)
Creates a new SetTagPropertyRequest.
|
| Modifier and Type | Method and Description |
|---|---|
TagChange |
tagChange()
Returns the tag change.
|
void |
validate()
Ensures that a constructed instance of a REST message is valid according to the REST spec.
|
public SetTagPropertyRequest(java.lang.String property,
java.lang.String value)
property - The property to set.value - The value of the property.public SetTagPropertyRequest()
public TagChange tagChange()
TagUpdateRequesttagChange in interface TagUpdateRequestpublic 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