public class

AsyncInitializeListResult

extends AsyncResult
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_2.AsyncResult
     ↳ com.netsuite.webservices.platform.messages_2013_2.AsyncInitializeListResult

Class Overview

Java class for AsyncInitializeListResult complex type.

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

 <complexType name="AsyncInitializeListResult">
   <complexContent>
     <extension base="{urn:messages_2013_2.platform.webservices.netsuite.com}AsyncResult">
       <sequence>
         <element ref="{urn:messages_2013_2.platform.webservices.netsuite.com}readResponseList"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ReadResponseList readResponseList
Public Constructors
AsyncInitializeListResult()
Public Methods
ReadResponseList getReadResponseList()
Gets the value of the readResponseList property.
void setReadResponseList(ReadResponseList value)
Sets the value of the readResponseList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ReadResponseList readResponseList

Public Constructors

public AsyncInitializeListResult ()

Public Methods

public ReadResponseList getReadResponseList ()

Gets the value of the readResponseList property.

Returns

public void setReadResponseList (ReadResponseList value)

Sets the value of the readResponseList property.

Parameters
value Allowed object is ReadResponseList