Package com.strongdm.api
Class RoleUpdateResponse
java.lang.Object
com.strongdm.api.RoleUpdateResponse
RoleUpdateResponse returns the fields of a Role after it has been updated by
a RoleUpdateRequest.
-
Constructor Details
-
RoleUpdateResponse
public RoleUpdateResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getRole
The updated Role. -
setRole
The updated Role.
-