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