public class TagsAssociateRequest extends java.lang.Object implements RESTRequest
| Constructor and Description |
|---|
TagsAssociateRequest()
This is the constructor that is used by Jackson deserializer
|
TagsAssociateRequest(java.lang.String[] tagsToAdd,
java.lang.String[] tagsToRemove)
Creates a new TagsAssociateRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the request.
|
public TagsAssociateRequest(java.lang.String[] tagsToAdd,
java.lang.String[] tagsToRemove)
tagsToAdd - The tags to add.tagsToRemove - The tags to remove.public TagsAssociateRequest()
public void validate()
throws java.lang.IllegalArgumentException
validate in interface RESTMessagejava.lang.IllegalArgumentException - If the request is invalid, this exception is thrown.