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 class
The model update request for remove property from model.static class
The model update request for rename model.static class
The model update request for set property of model.static class
The 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.
-