Package com.strongdm.api
Class GroupUpdateResponse
java.lang.Object
com.strongdm.api.GroupUpdateResponse
groupUpdateResponse returns the fields of a group after it has been updated by
a groupUpdateRequest.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
The updated group.Rate limit information.void
The updated group.void
Rate limit information.
-
Constructor Details
-
GroupUpdateResponse
public GroupUpdateResponse()
-
-
Method Details
-
getGroup
The updated group. -
setGroup
The updated group. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information.
-