Class ParseJob
java.lang.Object
org.jclouds.rackspace.clouddns.v1.functions.ParseJob
- All Implemented Interfaces:
 com.google.common.base.Function<HttpResponse,,Job<?>> Function<HttpResponse,Job<?>> 
public class ParseJob
extends Object
implements com.google.common.base.Function<HttpResponse,Job<?>> 
- 
Method Summary
Modifier and TypeMethodDescriptionJob<?> apply(HttpResponse response) protected ObjectparseResponse(String requestUrl, JsonBall response) Job<?> toJob(org.jclouds.rackspace.clouddns.v1.functions.ParseJob.RawJob in) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals 
- 
Method Details
- 
apply
- Specified by:
 applyin interfacecom.google.common.base.Function<HttpResponse,Job<?>> - Specified by:
 applyin interfaceFunction<HttpResponse,Job<?>> 
 - 
toJob
 - 
parseResponse
 
 -