Package ddf.catalog.content.operation
Interface StorageResponse<T extends Request>
- All Superinterfaces:
Operation,Response<T>,Serializable
- All Known Subinterfaces:
CreateStorageResponse,DeleteStorageResponse,ReadStorageResponse,UpdateStorageResponse
Base response interface for storage operations.
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ID associated with the request that resulted in this responseMethods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Response
getProcessingErrors, getRequest
-
Method Details
-
getStorageRequest
StorageRequest getStorageRequest()Returns the ID associated with the request that resulted in this response- Returns:
- request ID
-