| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.imaging.GetItemsByIds |
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="strListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ids" type="{http://schemas.microsoft.com/sharepoint/soap/ois/}ArrayOfUnsignedInt" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ids | |||||||||||
| strListName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the ids property.
| |||||||||||
Gets the value of the strListName property.
| |||||||||||
Sets the value of the ids property.
| |||||||||||
Sets the value of the strListName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the ids property.
ArrayOfUnsignedInt
Gets the value of the strListName property.
Sets the value of the ids property.
| value | Allowed object is
ArrayOfUnsignedInt
|
|---|
Sets the value of the strListName property.
| value | Allowed object is String |
|---|