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 classRepresents a request to remove a property of a topic.static classRepresents a request to set a property of a Topic.static classRepresents 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.
-