| java.lang.Object | ||
| ↳ | com.google.gdata.wireformats.StreamPropertiesBuilder<T extends com.google.gdata.wireformats.StreamPropertiesBuilder<T>> | |
| ↳ | com.google.gdata.wireformats.input.InputPropertiesBuilder | |
The InputPropertiesBuilder class is a builder class that aids in the
construction of new InputProperties instances.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| expectType | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.StreamPropertiesBuilder
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new InputPropertiesBuilder with no properties set.
| |||||||||||
Constructs a new InputPropertiesBuilder with properties set from an
existing
InputProperties instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a new
InputProperties instance initialized with the
property values set on the builder. | |||||||||||
Sets the expected type property that should be used for instances
created by the builder.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.StreamPropertiesBuilder
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a new InputPropertiesBuilder with no properties set.
Constructs a new InputPropertiesBuilder with properties set from an
existing InputProperties instance.
| source | Input properties instance to copy from |
|---|
Returns a new InputProperties instance initialized with the
property values set on the builder.
Sets the expected type property that should be used for instances created by the builder.
| expectType | ExpectType to set in built instances. |
|---|