| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.AddSuggestions |
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="type" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}SuggestionType"/>
<element name="suggestions" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfString" minOccurs="0"/>
<element name="weights" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfDouble" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| suggestions | |||||||||||
| type | |||||||||||
| weights | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the suggestions property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the weights property.
| |||||||||||
Sets the value of the suggestions property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the weights property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the suggestions property.
ArrayOfString
Gets the value of the type property.
SuggestionType
Gets the value of the weights property.
ArrayOfDouble
Sets the value of the suggestions property.
| value | Allowed object is
ArrayOfString
|
|---|
Sets the value of the type property.
| value | Allowed object is
SuggestionType
|
|---|
Sets the value of the weights property.
| value | Allowed object is
ArrayOfDouble
|
|---|