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 ContentItem s |
getRequest
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProcessingErrors, getRequest
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties
public 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()
UpdateStorageResponse
List
of updated ContentItem
sgetUpdatedContentItems
in interface UpdateStorageResponse
List
of updated ContentItem
spublic StorageRequest getStorageRequest()
StorageResponse
getStorageRequest
in interface StorageResponse<UpdateStorageRequest>
This work is licensed under a Creative Commons Attribution 4.0 International License.