Interface TagUpdateRequest
- All Superinterfaces:
RESTMessage,RESTRequest
- All Known Implementing Classes:
TagUpdateRequest.RemoveTagPropertyRequest,TagUpdateRequest.RenameTagRequest,TagUpdateRequest.SetTagPropertyRequest,TagUpdateRequest.UpdateTagCommentRequest
Represents a request to update a tag.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classThe tag update request for removing a tag property.static classThe tag update request for renaming a tag.static classThe tag update request for setting a tag property.static classThe tag update request for updating a tag comment. -
Method Summary
Methods inherited from interface org.apache.gravitino.rest.RESTMessage
validate
-
Method Details
-
tagChange
TagChange tagChange()Returns the tag change.- Returns:
- the tag change.
-