public class

ProjectIssuesQuery

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

Class Overview

Java class for ProjectIssuesQuery complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProjectIssuesQuery">
   <complexContent>
     <extension base="{http://clarizen.com/api/queries}BuiltInQuery">
       <sequence>
         <element name="ProjectId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
         <element name="TypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EntityId projectId
protected String typeName
[Expand]
Inherited Fields
From class com.clarizen.api.queries.BuiltInQuery
From class com.clarizen.api.queries.Query
Public Constructors
ProjectIssuesQuery()
Public Methods
EntityId getProjectId()
Gets the value of the projectId property.
String getTypeName()
Gets the value of the typeName property.
void setProjectId(EntityId value)
Sets the value of the projectId property.
void setTypeName(String value)
Sets the value of the typeName 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 projectId

protected String typeName

Public Constructors

public ProjectIssuesQuery ()

Public Methods

public EntityId getProjectId ()

Gets the value of the projectId property.

Returns

public String getTypeName ()

Gets the value of the typeName property.

Returns
  • possible object is String

public void setProjectId (EntityId value)

Sets the value of the projectId property.

Parameters
value Allowed object is EntityId

public void setTypeName (String value)

Sets the value of the typeName property.

Parameters
value Allowed object is String