| java.lang.Object | ||
| ↳ | com.microsoft.schemas.crm._2011.contracts.AuditDetail | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.UserAccessAuditDetail | |
Java class for UserAccessAuditDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserAccessAuditDetail">
<complexContent>
<extension base="{http://schemas.microsoft.com/crm/2011/Contracts}AuditDetail">
<sequence>
<element name="AccessTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Interval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessTime | |||||||||||
| interval | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accessTime property.
| |||||||||||
Gets the value of the interval property.
| |||||||||||
Sets the value of the accessTime property.
| |||||||||||
Sets the value of the interval property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the accessTime property.
Gets the value of the interval property.
Sets the value of the accessTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the interval property.
| value | Allowed object is Integer |
|---|