Class DeleteStaticLargeObjectResponse
- java.lang.Object
-
- org.jclouds.openstack.swift.v1.domain.DeleteStaticLargeObjectResponse
-
public abstract class DeleteStaticLargeObjectResponse extends Object
Represents a response from a Static Large Object Delete request.- See Also:
StaticLargeObjectApi
-
-
Constructor Summary
Constructors Constructor Description DeleteStaticLargeObjectResponse()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static DeleteStaticLargeObjectResponsecreate(String status, int deleted, int notFound, Map<String,String> errors)abstract intdeleted()abstract Map<String,String>errors()abstract intnotFound()abstract Stringstatus()
-