Package org.jclouds.blobstore.functions
Class BlobToHttpGetOptions
- java.lang.Object
 - 
- org.jclouds.blobstore.functions.BlobToHttpGetOptions
 
 
- 
- All Implemented Interfaces:
 com.google.common.base.Function<GetOptions,GetOptions>,Function<GetOptions,GetOptions>
@Singleton public class BlobToHttpGetOptions extends Object implements com.google.common.base.Function<GetOptions,GetOptions>
 
- 
- 
Constructor Summary
Constructors Constructor Description BlobToHttpGetOptions() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetOptionsapply(GetOptions from) 
 - 
 
- 
- 
Method Detail
- 
apply
public GetOptions apply(GetOptions from)
- Specified by:
 applyin interfacecom.google.common.base.Function<GetOptions,GetOptions>- Specified by:
 applyin interfaceFunction<GetOptions,GetOptions>
 
 - 
 
 -