| java.lang.Object | ||
| ↳ | com.google.gdata.wireformats.StreamPropertiesBuilder<T extends com.google.gdata.wireformats.StreamPropertiesBuilder<T>> | |
| ↳ | com.google.gdata.wireformats.output.OutputPropertiesBuilder | |
The OutputPropertiesBuilder class is a builder class that aids in the
construction of new OutputProperties instances.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.StreamPropertiesBuilder
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new OutputPropertiesBuilder with no properties set.
| |||||||||||
Constructs a new OutputPropertiesBuilder with properties set from an
existing
OutputProperties instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
Constructs a new OutputPropertiesBuilder with no properties set.
Constructs a new OutputPropertiesBuilder with properties set from an
existing OutputProperties instance.
| source | Output properties instance to copy from |
|---|
Returns a new OutputProperties instance initialized with the
property values set on the builder.