Package com.strongdm.api
Class ResourceCreateResponse
java.lang.Object
com.strongdm.api.ResourceCreateResponse
ResourceCreateResponse reports how the Resources were created in the system.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.Rate limit information.The created Resource.void
Reserved for future use.void
Rate limit information.void
setResource
(Resource in) The created Resource.
-
Constructor Details
-
ResourceCreateResponse
public ResourceCreateResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getResource
The created Resource. -
setResource
The created Resource.
-