org.jclouds.rackspace.clouddns.v1.functions
Class ParseRecord

java.lang.Object
  extended by org.jclouds.rackspace.clouddns.v1.functions.ParseRecord
All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,RecordDetail>

public class ParseRecord
extends Object
implements com.google.common.base.Function<org.jclouds.http.HttpResponse,RecordDetail>


Method Summary
 RecordDetail apply(org.jclouds.http.HttpResponse response)
           
 
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 Detail

apply

public RecordDetail apply(org.jclouds.http.HttpResponse response)
Specified by:
apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,RecordDetail>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.