Package com.strongdm.api
Class IdentitySetUpdateResponse
java.lang.Object
com.strongdm.api.IdentitySetUpdateResponse
IdentitySetUpdateResponse returns the fields of a IdentitySet after it has been updated by
a IdentitySetUpdateRequest.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe updated IdentitySet.getMeta()
Reserved for future use.Rate limit information.void
The updated IdentitySet.void
Reserved for future use.void
Rate limit information.
-
Constructor Details
-
IdentitySetUpdateResponse
public IdentitySetUpdateResponse()
-
-
Method Details
-
getIdentitySet
The updated IdentitySet. -
setIdentitySet
The updated IdentitySet. -
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information.
-