Package org.jclouds.cloudstack.functions
Class ParseAsyncJobsFromHttpResponse
java.lang.Object
org.jclouds.cloudstack.functions.ParseAsyncJobsFromHttpResponse
- All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,,Set<AsyncJob<?>>> Function<org.jclouds.http.HttpResponse,Set<AsyncJob<?>>>
-
Constructor Summary
ConstructorsConstructorDescriptionParseAsyncJobsFromHttpResponse(ParseTypedAsyncJob parseTyped, org.jclouds.json.internal.GsonWrapper gsonView) -
Method Summary
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
-
Constructor Details
-
ParseAsyncJobsFromHttpResponse
@Inject public ParseAsyncJobsFromHttpResponse(ParseTypedAsyncJob parseTyped, org.jclouds.json.internal.GsonWrapper gsonView)
-
-
Method Details