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