public class

AddAttachmentResponse

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

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="AddAttachmentResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String addAttachmentResult
Public Constructors
AddAttachmentResponse()
Public Methods
String getAddAttachmentResult()
Gets the value of the addAttachmentResult property.
void setAddAttachmentResult(String value)
Sets the value of the addAttachmentResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String addAttachmentResult

Public Constructors

public AddAttachmentResponse ()

Public Methods

public String getAddAttachmentResult ()

Gets the value of the addAttachmentResult property.

Returns
  • possible object is String

public void setAddAttachmentResult (String value)

Sets the value of the addAttachmentResult property.

Parameters
value Allowed object is String