| java.lang.Object | |
| ↳ | com.google.code.linkedinapi.client.Parameter<Name, Value> |
The Class Parameter.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| name | The name. | ||||||||||
| value | The value. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Instantiates a new parameter.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the name.
| |||||||||||
Gets the value.
| |||||||||||
Sets the name.
| |||||||||||
Sets the value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The name.
The value.
Instantiates a new parameter.
| name | The name |
|---|---|
| value | The value |
| obj |
|---|
Gets the name.
Gets the value.
Sets the name.
| name | The name to set |
|---|
Sets the value.
| value | The value to set |
|---|