Interface TopicUpdateRequest
- All Superinterfaces:
RESTMessage
,RESTRequest
- All Known Implementing Classes:
TopicUpdateRequest.RemoveTopicPropertyRequest
,TopicUpdateRequest.SetTopicPropertyRequest
,TopicUpdateRequest.UpdateTopicCommentRequest
Represents a request to update a topic.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Represents a request to remove a property of a topic.static class
Represents a request to set a property of a Topic.static class
Represents a request to update the comment of a topic. -
Method Summary
Methods inherited from interface org.apache.gravitino.rest.RESTMessage
validate
-
Method Details
-
topicChange
TopicChange topicChange()- Returns:
- The topic change.
-