public class

OutputPropertiesBuilder

extends StreamPropertiesBuilder<T extends StreamPropertiesBuilder<T>>
java.lang.Object
   ↳ com.google.gdata.wireformats.StreamPropertiesBuilder<T extends com.google.gdata.wireformats.StreamPropertiesBuilder<T>>
     ↳ com.google.gdata.wireformats.output.OutputPropertiesBuilder

Class Overview

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

Summary

[Expand]
Inherited Fields
From class com.google.gdata.wireformats.StreamPropertiesBuilder
Public Constructors
OutputPropertiesBuilder()
Constructs a new OutputPropertiesBuilder with no properties set.
OutputPropertiesBuilder(OutputProperties source)
Constructs a new OutputPropertiesBuilder with properties set from an existing OutputProperties instance.
Public Methods
OutputProperties build()
Returns a new OutputProperties instance initialized with the property values set on the builder.
[Expand]
Inherited Methods
From class com.google.gdata.wireformats.StreamPropertiesBuilder
From class java.lang.Object

Public Constructors

public OutputPropertiesBuilder ()

Constructs a new OutputPropertiesBuilder with no properties set.

public OutputPropertiesBuilder (OutputProperties source)

Constructs a new OutputPropertiesBuilder with properties set from an existing OutputProperties instance.

Parameters
source Output properties instance to copy from

Public Methods

public OutputProperties build ()

Returns a new OutputProperties instance initialized with the property values set on the builder.