Uses of Class
org.apache.lucene.gdata.server.GDataRequest.OutputFormat

Packages that use GDataRequest.OutputFormat
org.apache.lucene.gdata.server GData-Server classes encapsulation all protocol-level interactions and underlaying GData components. 
 

Uses of GDataRequest.OutputFormat in org.apache.lucene.gdata.server
 

Methods in org.apache.lucene.gdata.server that return GDataRequest.OutputFormat
 GDataRequest.OutputFormat GDataResponse.getOutputFormat()
           
 GDataRequest.OutputFormat GDataRequest.getRequestedResponseFormat()
          Either Atom or RSS
static GDataRequest.OutputFormat GDataRequest.OutputFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GDataRequest.OutputFormat[] GDataRequest.OutputFormat.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.lucene.gdata.server with parameters of type GDataRequest.OutputFormat
 void GDataResponse.setOutputFormat(GDataRequest.OutputFormat outputFormat)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.