| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sites.FormDigestInformation |
Java class for FormDigestInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormDigestInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DigestValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeoutSeconds" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="WebFullUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LibraryVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SupportedSchemaVersions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| digestValue | |||||||||||
| libraryVersion | |||||||||||
| supportedSchemaVersions | |||||||||||
| timeoutSeconds | |||||||||||
| webFullUrl | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the digestValue property.
| |||||||||||
Gets the value of the libraryVersion property.
| |||||||||||
Gets the value of the supportedSchemaVersions property.
| |||||||||||
Gets the value of the timeoutSeconds property.
| |||||||||||
Gets the value of the webFullUrl property.
| |||||||||||
Sets the value of the digestValue property.
| |||||||||||
Sets the value of the libraryVersion property.
| |||||||||||
Sets the value of the supportedSchemaVersions property.
| |||||||||||
Sets the value of the timeoutSeconds property.
| |||||||||||
Sets the value of the webFullUrl property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the digestValue property.
Gets the value of the libraryVersion property.
Gets the value of the supportedSchemaVersions property.
Gets the value of the timeoutSeconds property.
Gets the value of the webFullUrl property.
Sets the value of the digestValue property.
| value | Allowed object is String |
|---|
Sets the value of the libraryVersion property.
| value | Allowed object is String |
|---|
Sets the value of the supportedSchemaVersions property.
| value | Allowed object is String |
|---|
Sets the value of the timeoutSeconds property.
| value |
|---|
Sets the value of the webFullUrl property.
| value | Allowed object is String |
|---|