public class

GetMeetingWorkspacesResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.meetings.GetMeetingWorkspacesResponse

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="GetMeetingWorkspacesResult" 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 GetMeetingWorkspacesResponse.GetMeetingWorkspacesResult

Java class for anonymous complex type. 

Fields
protected GetMeetingWorkspacesResponse.GetMeetingWorkspacesResult getMeetingWorkspacesResult
Public Constructors
GetMeetingWorkspacesResponse()
Public Methods
GetMeetingWorkspacesResponse.GetMeetingWorkspacesResult getGetMeetingWorkspacesResult()
Gets the value of the getMeetingWorkspacesResult property.
void setGetMeetingWorkspacesResult(GetMeetingWorkspacesResponse.GetMeetingWorkspacesResult value)
Sets the value of the getMeetingWorkspacesResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetMeetingWorkspacesResponse.GetMeetingWorkspacesResult getMeetingWorkspacesResult

Public Constructors

public GetMeetingWorkspacesResponse ()

Public Methods

public GetMeetingWorkspacesResponse.GetMeetingWorkspacesResult getGetMeetingWorkspacesResult ()

Gets the value of the getMeetingWorkspacesResult property.

public void setGetMeetingWorkspacesResult (GetMeetingWorkspacesResponse.GetMeetingWorkspacesResult value)

Sets the value of the getMeetingWorkspacesResult property.

Parameters
value Allowed object is GetMeetingWorkspacesResponse.GetMeetingWorkspacesResult