public class

RetrieveMessage

extends BaseMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.RetrieveMessage

Class Overview

Java class for RetrieveMessage complex type.

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

 <complexType name="RetrieveMessage">
   <complexContent>
     <extension base="{http://clarizen.com/api}BaseMessage">
       <sequence>
         <element name="Fields" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
         <element name="Id" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
         <element name="Permissions" type="{http://clarizen.com/api}PermissionOptions" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected StringList fields
protected EntityId id
protected PermissionOptions permissions
Public Constructors
RetrieveMessage()
Public Methods
StringList getFields()
Gets the value of the fields property.
EntityId getId()
Gets the value of the id property.
PermissionOptions getPermissions()
Gets the value of the permissions property.
void setFields(StringList value)
Sets the value of the fields property.
void setId(EntityId value)
Sets the value of the id property.
void setPermissions(PermissionOptions value)
Sets the value of the permissions property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected StringList fields

protected EntityId id

protected PermissionOptions permissions

Public Constructors

public RetrieveMessage ()

Public Methods

public StringList getFields ()

Gets the value of the fields property.

Returns

public EntityId getId ()

Gets the value of the id property.

Returns

public PermissionOptions getPermissions ()

Gets the value of the permissions property.

Returns

public void setFields (StringList value)

Sets the value of the fields property.

Parameters
value Allowed object is StringList

public void setId (EntityId value)

Sets the value of the id property.

Parameters
value Allowed object is EntityId

public void setPermissions (PermissionOptions value)

Sets the value of the permissions property.

Parameters
value Allowed object is PermissionOptions