public class UpdateStorageResponseImpl extends ResponseImpl<UpdateStorageRequest> implements UpdateStorageResponse
request| Constructor and Description |
|---|
UpdateStorageResponseImpl(UpdateStorageRequest request,
List<ContentItem> updatedContentItems)
Instantiates a new ResponseImpl
|
UpdateStorageResponseImpl(UpdateStorageRequest request,
Map<String,Serializable> properties)
Instantiates a new ResponseImpl
|
| Modifier and Type | Method and Description |
|---|---|
StorageRequest |
getStorageRequest()
Returns the ID associated with the request that resulted in this response
|
List<ContentItem> |
getUpdatedContentItems()
Returns the
List of updated ContentItems |
getRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingErrors, getRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiespublic UpdateStorageResponseImpl(UpdateStorageRequest request, Map<String,Serializable> properties)
request - - the original requestproperties - public UpdateStorageResponseImpl(UpdateStorageRequest request, List<ContentItem> updatedContentItems)
request - - the original requestupdatedContentItems - public List<ContentItem> getUpdatedContentItems()
UpdateStorageResponseList of updated ContentItemsgetUpdatedContentItems in interface UpdateStorageResponseList of updated ContentItemspublic StorageRequest getStorageRequest()
StorageResponsegetStorageRequest in interface StorageResponse<UpdateStorageRequest>This work is licensed under a Creative Commons Attribution 4.0 International License.