public class TopicUpdatesRequest extends java.lang.Object implements RESTRequest
Constructor and Description |
---|
TopicUpdatesRequest()
This is the constructor that is used by Jackson deserializer
|
TopicUpdatesRequest(java.util.List<TopicUpdateRequest> updates)
Creates a new TopicUpdatesRequest.
|
Modifier and Type | Method and Description |
---|---|
void |
validate()
Validates the request.
|
public TopicUpdatesRequest(java.util.List<TopicUpdateRequest> updates)
updates
- The updates to apply to the topic.public TopicUpdatesRequest()
public void validate() throws java.lang.IllegalArgumentException
validate
in interface RESTMessage
java.lang.IllegalArgumentException
- If the request is invalid, this exception is thrown.