public class

ResetSyncStateInfo

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.ResetSyncStateInfo

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected ArrayOfguid entityIds
protected Integer objectTypeCode
Public Constructors
ResetSyncStateInfo()
Public Methods
ArrayOfguid getEntityIds()
Gets the value of the entityIds property.
Integer getObjectTypeCode()
Gets the value of the objectTypeCode property.
void setEntityIds(ArrayOfguid value)
Sets the value of the entityIds property.
void setObjectTypeCode(Integer value)
Sets the value of the objectTypeCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfguid entityIds

protected Integer objectTypeCode

Public Constructors

public ResetSyncStateInfo ()

Public Methods

public ArrayOfguid getEntityIds ()

Gets the value of the entityIds property.

Returns

public Integer getObjectTypeCode ()

Gets the value of the objectTypeCode property.

Returns
  • possible object is Integer

public void setEntityIds (ArrayOfguid value)

Sets the value of the entityIds property.

Parameters
value Allowed object is ArrayOfguid

public void setObjectTypeCode (Integer value)

Sets the value of the objectTypeCode property.

Parameters
value Allowed object is Integer