public class

GetContentResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sitedata.GetContentResponse

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GetContentResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastItemIdOnPage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String getContentResult
protected String lastItemIdOnPage
Public Constructors
GetContentResponse()
Public Methods
String getGetContentResult()
Gets the value of the getContentResult property.
String getLastItemIdOnPage()
Gets the value of the lastItemIdOnPage property.
void setGetContentResult(String value)
Sets the value of the getContentResult property.
void setLastItemIdOnPage(String value)
Sets the value of the lastItemIdOnPage property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String getContentResult

protected String lastItemIdOnPage

Public Constructors

public GetContentResponse ()

Public Methods

public String getGetContentResult ()

Gets the value of the getContentResult property.

Returns
  • possible object is String

public String getLastItemIdOnPage ()

Gets the value of the lastItemIdOnPage property.

Returns
  • possible object is String

public void setGetContentResult (String value)

Sets the value of the getContentResult property.

Parameters
value Allowed object is String

public void setLastItemIdOnPage (String value)

Sets the value of the lastItemIdOnPage property.

Parameters
value Allowed object is String