public class

RetrieveMultipleMessage

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

Class Overview

Java class for RetrieveMultipleMessage complex type.

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

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

Summary

Fields
protected StringList fields
protected ArrayOfEntityId ids
protected PermissionOptions permissions
Public Constructors
RetrieveMultipleMessage()
Public Methods
StringList getFields()
Gets the value of the fields property.
ArrayOfEntityId getIds()
Gets the value of the ids property.
PermissionOptions getPermissions()
Gets the value of the permissions property.
void setFields(StringList value)
Sets the value of the fields property.
void setIds(ArrayOfEntityId value)
Sets the value of the ids 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 ArrayOfEntityId ids

protected PermissionOptions permissions

Public Constructors

public RetrieveMultipleMessage ()

Public Methods

public StringList getFields ()

Gets the value of the fields property.

Returns

public ArrayOfEntityId getIds ()

Gets the value of the ids 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 setIds (ArrayOfEntityId value)

Sets the value of the ids property.

Parameters
value Allowed object is ArrayOfEntityId

public void setPermissions (PermissionOptions value)

Sets the value of the permissions property.

Parameters
value Allowed object is PermissionOptions