Class FalseOnAccepted
- java.lang.Object
 - 
- org.jclouds.openstack.swift.v1.functions.FalseOnAccepted
 
 
- 
- All Implemented Interfaces:
 com.google.common.base.Function<HttpResponse,Boolean>,Function<HttpResponse,Boolean>
public class FalseOnAccepted extends Object implements com.google.common.base.Function<HttpResponse,Boolean>
Returnsfalseon HTTP 202Accepted. 
- 
- 
Constructor Summary
Constructors Constructor Description FalseOnAccepted() 
 - 
 
- 
- 
Method Detail
- 
apply
public Boolean apply(HttpResponse from)
- Specified by:
 applyin interfacecom.google.common.base.Function<HttpResponse,Boolean>- Specified by:
 applyin interfaceFunction<HttpResponse,Boolean>
 
 - 
 
 -