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