public class

GetVersionCollectionResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.lists.GetVersionCollectionResponse

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="GetVersionCollectionResult" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class GetVersionCollectionResponse.GetVersionCollectionResult

Java class for anonymous complex type. 

Fields
protected GetVersionCollectionResponse.GetVersionCollectionResult getVersionCollectionResult
Public Constructors
GetVersionCollectionResponse()
Public Methods
GetVersionCollectionResponse.GetVersionCollectionResult getGetVersionCollectionResult()
Gets the value of the getVersionCollectionResult property.
void setGetVersionCollectionResult(GetVersionCollectionResponse.GetVersionCollectionResult value)
Sets the value of the getVersionCollectionResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetVersionCollectionResponse.GetVersionCollectionResult getVersionCollectionResult

Public Constructors

public GetVersionCollectionResponse ()

Public Methods

public GetVersionCollectionResponse.GetVersionCollectionResult getGetVersionCollectionResult ()

Gets the value of the getVersionCollectionResult property.

public void setGetVersionCollectionResult (GetVersionCollectionResponse.GetVersionCollectionResult value)

Sets the value of the getVersionCollectionResult property.

Parameters
value Allowed object is GetVersionCollectionResponse.GetVersionCollectionResult