Package com.strongdm.api
Class ResourceGetResponse
java.lang.Object
com.strongdm.api.ResourceGetResponse
ResourceGetResponse returns a requested Resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.Rate limit information.The requested Resource.void
Reserved for future use.void
Rate limit information.void
setResource
(Resource in) The requested Resource.
-
Constructor Details
-
ResourceGetResponse
public ResourceGetResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getResource
The requested Resource. -
setResource
The requested Resource.
-