|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.wireformats.StreamPropertiesBuilder<OutputPropertiesBuilder>
com.google.gdata.wireformats.output.OutputPropertiesBuilder
public class OutputPropertiesBuilder
The OutputPropertiesBuilder class is a builder class that aids in the
construction of new OutputProperties
instances.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gdata.wireformats.StreamPropertiesBuilder |
---|
StreamPropertiesBuilder.StreamPropertiesImpl |
Field Summary |
---|
Fields inherited from class com.google.gdata.wireformats.StreamPropertiesBuilder |
---|
altRegistry, contentType, extensionProfile, queryMap, rootMetadata |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputPropertiesBuilder()
public OutputPropertiesBuilder(OutputProperties source)
OutputProperties
instance.
source
- output properties instance to copy fromMethod Detail |
---|
public OutputProperties build()
OutputProperties
instance initialized with the
property values set on the builder.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |