public class

CommentsQuery

extends BuiltInQuery
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.queries.Query
       ↳ com.clarizen.api.queries.BuiltInQuery
         ↳ com.clarizen.api.projectmanagement.CommentsQuery

Class Overview

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>
 

Summary

Fields
protected EntityId attachedToId
protected CommentType commentType
protected CommentVisibility visibility
[Expand]
Inherited Fields
From class com.clarizen.api.queries.BuiltInQuery
From class com.clarizen.api.queries.Query
Public Constructors
CommentsQuery()
Public Methods
EntityId getAttachedToId()
Gets the value of the attachedToId property.
CommentType getCommentType()
Gets the value of the commentType property.
CommentVisibility getVisibility()
Gets the value of the visibility property.
void setAttachedToId(EntityId value)
Sets the value of the attachedToId property.
void setCommentType(CommentType value)
Sets the value of the commentType property.
void setVisibility(CommentVisibility value)
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

Fields

protected EntityId attachedToId

protected CommentType commentType

protected CommentVisibility visibility

Public Constructors

public CommentsQuery ()

Public Methods

public EntityId getAttachedToId ()

Gets the value of the attachedToId property.

Returns

public CommentType getCommentType ()

Gets the value of the commentType property.

Returns

public CommentVisibility getVisibility ()

Gets the value of the visibility property.

Returns

public void setAttachedToId (EntityId value)

Sets the value of the attachedToId property.

Parameters
value Allowed object is EntityId

public void setCommentType (CommentType value)

Sets the value of the commentType property.

Parameters
value Allowed object is CommentType

public void setVisibility (CommentVisibility value)

Sets the value of the visibility property.

Parameters
value Allowed object is CommentVisibility