public static class TopicUpdateRequest.RemoveTopicPropertyRequest extends java.lang.Object implements TopicUpdateRequest
TopicUpdateRequest.RemoveTopicPropertyRequest, TopicUpdateRequest.SetTopicPropertyRequest, TopicUpdateRequest.UpdateTopicCommentRequest| Constructor and Description | 
|---|
| RemoveTopicPropertyRequest()Default constructor for Jackson deserialization. | 
| RemoveTopicPropertyRequest(java.lang.String property)Constructor for RemoveTopicPropertyRequest. | 
| Modifier and Type | Method and Description | 
|---|---|
| TopicChange | topicChange() | 
| void | validate()Validates the request. | 
public RemoveTopicPropertyRequest(java.lang.String property)
property - the property to removepublic RemoveTopicPropertyRequest()
public void validate()
              throws java.lang.IllegalArgumentException
validate in interface RESTMessagejava.lang.IllegalArgumentException - If the request is invalid, this exception is thrown.public TopicChange topicChange()
topicChange in interface TopicUpdateRequest