Class DeleteStaticLargeObjectResponse
java.lang.Object
org.jclouds.openstack.swift.v1.domain.DeleteStaticLargeObjectResponse
Represents a response from a Static Large Object Delete request.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
DeleteStaticLargeObjectResponse
public DeleteStaticLargeObjectResponse() 
 - 
 - 
Method Details
- 
create
public static DeleteStaticLargeObjectResponse create(String status, int deleted, int notFound, Map<String, String> errors)  - 
status
 - 
deleted
public abstract int deleted() - 
notFound
public abstract int notFound() - 
errors
 
 -