com.google.gdata.wireformats.output
Class OutputPropertiesBuilder

java.lang.Object
  extended by com.google.gdata.wireformats.StreamPropertiesBuilder<OutputPropertiesBuilder>
      extended by com.google.gdata.wireformats.output.OutputPropertiesBuilder

public class OutputPropertiesBuilder
extends StreamPropertiesBuilder<OutputPropertiesBuilder>

The OutputPropertiesBuilder class is a builder class that aids in the construction of new OutputProperties instances.


Constructor Summary
OutputPropertiesBuilder()
          Constructs a new OutputPropertiesBuilder with no properties set.
OutputPropertiesBuilder(OutputProperties source)
          Constructs a new OutputPropertiesBuilder with properties set from an existing OutputProperties instance.
 
Method Summary
 OutputProperties build()
          Returns a new OutputProperties instance initialized with the property values set on the builder.
 
Methods inherited from class com.google.gdata.wireformats.StreamPropertiesBuilder
setAltRegistry, setContentType, setElementMetadata, setExtensionProfile, setQueryParameter, setQueryParameters, thisInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputPropertiesBuilder

public OutputPropertiesBuilder()
Constructs a new OutputPropertiesBuilder with no properties set.


OutputPropertiesBuilder

public OutputPropertiesBuilder(OutputProperties source)
Constructs a new OutputPropertiesBuilder with properties set from an existing OutputProperties instance.

Parameters:
source - output properties instance to copy from
Method Detail

build

public OutputProperties build()
Returns a new OutputProperties instance initialized with the property values set on the builder.