Package org.craftercms.studio.model.rest
Class Result
java.lang.Object
org.craftercms.studio.model.rest.Result
- Direct Known Subclasses:
AvailablePublishingTargets,ModelDefinitions,ResultList,ResultOne,UnwrappedResult
The result of an API operation. A basic result only contains the API response.
- Author:
- Dejan Brkic, avasquez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the API response.voidsetResponse(ApiResponse response) Sets the API response.
-
Field Details
-
response
-
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getResponse
Returns the API response. -
setResponse
Sets the API response.
-