Class LinkToListOptions
java.lang.Object
org.jclouds.digitalocean2.functions.LinkToListOptions
- All Implemented Interfaces:
com.google.common.base.Function<URI,
,ListOptions> Function<URI,
ListOptions>
public class LinkToListOptions
extends Object
implements com.google.common.base.Function<URI,ListOptions>
Transforms a link returned by the API into a
ListOptions
that can be
used to perform a request to get another page of a paginated list.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getFirstOrNull
(String key, com.google.common.collect.Multimap<String, String> params) 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
-
LinkToListOptions
public LinkToListOptions()
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<URI,
ListOptions> - Specified by:
apply
in interfaceFunction<URI,
ListOptions>
-
getFirstOrNull
-