Package org.jclouds.dynect.v3.functions
Class ToRecordIds
java.lang.Object
org.jclouds.dynect.v3.functions.ToRecordIds
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,
,com.google.common.collect.FluentIterable<RecordId>> Function<HttpResponse,
com.google.common.collect.FluentIterable<RecordId>>
public final class ToRecordIds
extends Object
implements com.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<RecordId>>
Records come back encoded in REST paths, such as
/REST/NSRecord/adrianc.zone.dynecttest.jclouds.org/adrianc.zone.dynecttest.jclouds.org/50976583
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<RecordId> apply
(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
-
Constructor Details
-
ToRecordIds
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,
com.google.common.collect.FluentIterable<RecordId>> - Specified by:
apply
in interfaceFunction<HttpResponse,
com.google.common.collect.FluentIterable<RecordId>>
-