public class

DeleteContentTypeResponse

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

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="DeleteContentTypeResult" 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 DeleteContentTypeResponse.DeleteContentTypeResult

Java class for anonymous complex type. 

Fields
protected DeleteContentTypeResponse.DeleteContentTypeResult deleteContentTypeResult
Public Constructors
DeleteContentTypeResponse()
Public Methods
DeleteContentTypeResponse.DeleteContentTypeResult getDeleteContentTypeResult()
Gets the value of the deleteContentTypeResult property.
void setDeleteContentTypeResult(DeleteContentTypeResponse.DeleteContentTypeResult value)
Sets the value of the deleteContentTypeResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DeleteContentTypeResponse.DeleteContentTypeResult deleteContentTypeResult

Public Constructors

public DeleteContentTypeResponse ()

Public Methods

public DeleteContentTypeResponse.DeleteContentTypeResult getDeleteContentTypeResult ()

Gets the value of the deleteContentTypeResult property.

public void setDeleteContentTypeResult (DeleteContentTypeResponse.DeleteContentTypeResult value)

Sets the value of the deleteContentTypeResult property.

Parameters
value Allowed object is DeleteContentTypeResponse.DeleteContentTypeResult