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