Interface JobTemplateUpdateRequest
- All Superinterfaces:
RESTMessage,RESTRequest
- All Known Implementing Classes:
JobTemplateUpdateRequest.RenameJobTemplateRequest,JobTemplateUpdateRequest.UpdateJobTemplateCommentRequest,JobTemplateUpdateRequest.UpdateJobTemplateContentRequest
Represents a request to update a job template. This can include renaming the template, updating
its comment, or changing its content.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classThe request to rename a job template.static classThe request to update the comment of a job template.static classThe request to update the content of a job template. -
Method Summary
Modifier and TypeMethodDescriptionGet the job template change that is requested.Methods inherited from interface org.apache.gravitino.rest.RESTMessage
validate
-
Method Details
-
jobTemplateChange
JobTemplateChange jobTemplateChange()Get the job template change that is requested.- Returns:
- the job template change
-