Interface PolicyUpdateRequest
- All Superinterfaces:
RESTMessage
,RESTRequest
- All Known Implementing Classes:
PolicyUpdateRequest.RenamePolicyRequest
,PolicyUpdateRequest.UpdatePolicyCommentRequest
,PolicyUpdateRequest.UpdatePolicyContentRequest
Represents a request to update a policy.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
The policy update request for renaming a policy.static class
The policy update request for updating a policy comment.static class
The policy update request for updating a policy content. -
Method Summary
Methods inherited from interface org.apache.gravitino.rest.RESTMessage
validate
-
Method Details
-
policyChange
PolicyChange policyChange()Returns the policy change.- Returns:
- the policy change.
-