public class

OrganizationRequest

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.OrganizationRequest

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected ParameterCollection parameters
protected Guid requestId
protected String requestName
Public Constructors
OrganizationRequest()
Public Methods
ParameterCollection getParameters()
Gets the value of the parameters property.
Guid getRequestId()
Gets the value of the requestId property.
String getRequestName()
Gets the value of the requestName property.
void setParameters(ParameterCollection value)
Sets the value of the parameters property.
void setRequestId(Guid value)
Sets the value of the requestId property.
void setRequestName(String value)
Sets the value of the requestName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ParameterCollection parameters

protected Guid requestId

protected String requestName

Public Constructors

public OrganizationRequest ()

Public Methods

public ParameterCollection getParameters ()

Gets the value of the parameters property.

Returns

public Guid getRequestId ()

Gets the value of the requestId property.

Returns
  • possible object is Guid

public String getRequestName ()

Gets the value of the requestName property.

Returns
  • possible object is String

public void setParameters (ParameterCollection value)

Sets the value of the parameters property.

Parameters
value Allowed object is ParameterCollection

public void setRequestId (Guid value)

Sets the value of the requestId property.

Parameters
value Allowed object is Guid

public void setRequestName (String value)

Sets the value of the requestName property.

Parameters
value Allowed object is String