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