Package com.strongdm.api
Class PolicyUpdateResponse
java.lang.Object
com.strongdm.api.PolicyUpdateResponse
PolicyUpdateResponse returns the fields of a Policy after it has been updated by
a PolicyUpdateRequest.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe updated Policy.Rate limit information.void
The updated Policy.void
Rate limit information.
-
Constructor Details
-
PolicyUpdateResponse
public PolicyUpdateResponse()
-
-
Method Details
-
getPolicy
The updated Policy. -
setPolicy
The updated Policy. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information.
-