| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.AppointmentsToIgnore |
Java class for AppointmentsToIgnore complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppointmentsToIgnore">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Appointments" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfguid" minOccurs="0"/>
<element name="ResourceId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| appointments | |||||||||||
| resourceId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the appointments property.
| |||||||||||
Gets the value of the resourceId property.
| |||||||||||
Sets the value of the appointments property.
| |||||||||||
Sets the value of the resourceId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the appointments property.
ArrayOfguid
Gets the value of the resourceId property.
Guid
Sets the value of the appointments property.
| value | Allowed object is
ArrayOfguid
|
|---|
Sets the value of the resourceId property.
| value | Allowed object is
Guid
|
|---|