Package com.strongdm.api
Class AccountGetResponse
java.lang.Object
com.strongdm.api.AccountGetResponse
AccountGetResponse returns a requested Account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe requested Account.getMeta()
Reserved for future use.Rate limit information.void
setAccount
(Account in) The requested Account.void
Reserved for future use.void
Rate limit information.
-
Constructor Details
-
AccountGetResponse
public AccountGetResponse()
-
-
Method Details
-
getAccount
The requested Account. -
setAccount
The requested Account. -
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information.
-