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>
Returns
false
on HTTP 202 Accepted
.-
Constructor Details
-
FalseOnAccepted
public FalseOnAccepted()
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,
Boolean> - Specified by:
apply
in interfaceFunction<HttpResponse,
Boolean>
-