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