| java.lang.Object | ||
| ↳ | com.clarizen.api.Result | |
| ↳ | com.clarizen.api.metadata.GetSystemSettingsValuesResult | |
Java class for GetSystemSettingsValuesResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetSystemSettingsValuesResult">
<complexContent>
<extension base="{http://clarizen.com/api}Result">
<sequence>
<element name="Values" type="{http://clarizen.com/api}anyTypeList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| values | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.Result
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the values property.
| |||||||||||
Sets the value of the values property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.Result
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the values property.
AnyTypeList
Sets the value of the values property.
| value | Allowed object is
AnyTypeList
|
|---|