| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.AuditPartitionDetail |
Java class for AuditPartitionDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditPartitionDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PartitionNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endDate | |||||||||||
| partitionNumber | |||||||||||
| size | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endDate property.
| |||||||||||
Gets the value of the partitionNumber property.
| |||||||||||
Gets the value of the size property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the partitionNumber property.
| |||||||||||
Sets the value of the size property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the endDate property.
Gets the value of the partitionNumber property.
Gets the value of the size property.
Gets the value of the startDate property.
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the partitionNumber property.
| value | Allowed object is Integer |
|---|
Sets the value of the size property.
| value | Allowed object is Long |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|