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 aListOptionsthat can be used to perform a request to get another page of a paginated list. 
- 
- 
Constructor Summary
Constructors Constructor Description LinkToListOptions() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListOptionsapply(URI input)static StringgetFirstOrNull(String key, com.google.common.collect.Multimap<String,String> params) 
 - 
 
- 
- 
Method Detail
- 
apply
public ListOptions apply(URI input)
- Specified by:
 applyin interfacecom.google.common.base.Function<URI,ListOptions>- Specified by:
 applyin interfaceFunction<URI,ListOptions>
 
 - 
 
 -