Package ddf.catalog.content.operation
Interface UpdateStorageResponse
- All Superinterfaces:
Operation,Response<UpdateStorageRequest>,Serializable,StorageResponse<UpdateStorageRequest>
Response containing the updated
ContentItems
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
Methods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Response
getProcessingErrors, getRequestMethods inherited from interface ddf.catalog.content.operation.StorageResponse
getStorageRequest
-
Method Details
-
getUpdatedContentItems
List<ContentItem> getUpdatedContentItems()Returns theListof updatedContentItems- Returns:
Listof updatedContentItems
-