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