public class

CreateAndRetrieveMessage

extends CreateMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.CreateMessage
       ↳ com.clarizen.api.CreateAndRetrieveMessage

Class Overview

Java class for CreateAndRetrieveMessage complex type.

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

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

Summary

Fields
protected StringList fields
protected PermissionOptions permissions
[Expand]
Inherited Fields
From class com.clarizen.api.CreateMessage
Public Constructors
CreateAndRetrieveMessage()
Public Methods
StringList getFields()
Gets the value of the fields property.
PermissionOptions getPermissions()
Gets the value of the permissions property.
void setFields(StringList value)
Sets the value of the fields property.
void setPermissions(PermissionOptions value)
Sets the value of the permissions property.
[Expand]
Inherited Methods
From class com.clarizen.api.CreateMessage
From class java.lang.Object

Fields

protected StringList fields

protected PermissionOptions permissions

Public Constructors

public CreateAndRetrieveMessage ()

Public Methods

public StringList getFields ()

Gets the value of the fields 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 setPermissions (PermissionOptions value)

Sets the value of the permissions property.

Parameters
value Allowed object is PermissionOptions