| java.lang.Object | ||||
| ↳ | com.clarizen.api.BaseMessage | |||
| ↳ | com.clarizen.api.queries.Query | |||
| ↳ | com.clarizen.api.queries.BuiltInQuery | |||
| ↳ | com.clarizen.api.projectmanagement.CommentsQuery | |||
Java class for CommentsQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommentsQuery">
<complexContent>
<extension base="{http://clarizen.com/api/queries}BuiltInQuery">
<sequence>
<element name="AttachedToId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
<element name="CommentType" type="{http://clarizen.com/api/projectManagement}CommentType" minOccurs="0"/>
<element name="Visibility" type="{http://clarizen.com/api/projectManagement}CommentVisibility" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attachedToId | |||||||||||
| commentType | |||||||||||
| visibility | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.BuiltInQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attachedToId property.
| |||||||||||
Gets the value of the commentType property.
| |||||||||||
Gets the value of the visibility property.
| |||||||||||
Sets the value of the attachedToId property.
| |||||||||||
Sets the value of the commentType property.
| |||||||||||
Sets the value of the visibility property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.BuiltInQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the attachedToId property.
EntityId
Gets the value of the commentType property.
CommentType
Gets the value of the visibility property.
CommentVisibility
Sets the value of the attachedToId property.
| value | Allowed object is
EntityId
|
|---|
Sets the value of the commentType property.
| value | Allowed object is
CommentType
|
|---|
Sets the value of the visibility property.
| value | Allowed object is
CommentVisibility
|
|---|