public static class TagUpdateRequest.RemoveTagPropertyRequest extends java.lang.Object implements TagUpdateRequest
TagUpdateRequest.RemoveTagPropertyRequest, TagUpdateRequest.RenameTagRequest, TagUpdateRequest.SetTagPropertyRequest, TagUpdateRequest.UpdateTagCommentRequest| Constructor and Description |
|---|
RemoveTagPropertyRequest()
This is the constructor that is used by Jackson deserializer
|
RemoveTagPropertyRequest(java.lang.String property)
Creates a new RemoveTagPropertyRequest.
|
| 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 RemoveTagPropertyRequest(java.lang.String property)
property - The property to remove.public RemoveTagPropertyRequest()
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