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 Object
parseResponse
(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, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,
Job<?>> - Specified by:
apply
in interfaceFunction<HttpResponse,
Job<?>>
-
toJob
-
parseResponse
-