public class

CreateNewFolderResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.imaging.CreateNewFolderResponse

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="CreateNewFolderResult" 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 CreateNewFolderResponse.CreateNewFolderResult

Java class for anonymous complex type. 

Fields
protected CreateNewFolderResponse.CreateNewFolderResult createNewFolderResult
Public Constructors
CreateNewFolderResponse()
Public Methods
CreateNewFolderResponse.CreateNewFolderResult getCreateNewFolderResult()
Gets the value of the createNewFolderResult property.
void setCreateNewFolderResult(CreateNewFolderResponse.CreateNewFolderResult value)
Sets the value of the createNewFolderResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CreateNewFolderResponse.CreateNewFolderResult createNewFolderResult

Public Constructors

public CreateNewFolderResponse ()

Public Methods

public CreateNewFolderResponse.CreateNewFolderResult getCreateNewFolderResult ()

Gets the value of the createNewFolderResult property.

public void setCreateNewFolderResult (CreateNewFolderResponse.CreateNewFolderResult value)

Sets the value of the createNewFolderResult property.

Parameters
value Allowed object is CreateNewFolderResponse.CreateNewFolderResult