Interface ModelUpdateRequest
- All Superinterfaces:
RESTMessage,RESTRequest
- All Known Implementing Classes:
ModelUpdateRequest.RemoveModelPropertyRequest,ModelUpdateRequest.RenameModelRequest,ModelUpdateRequest.SetModelPropertyRequest,ModelUpdateRequest.UpdateModelCommentRequest
Request to update a model.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classThe model update request for remove property from model.static classThe model update request for rename model.static classThe model update request for set property of model.static classThe model update request for update comment of model. -
Method Summary
Methods inherited from interface org.apache.gravitino.rest.RESTMessage
validate
-
Method Details
-
modelChange
ModelChange modelChange()Returns the model change.- Returns:
- the model change.
-