| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.SdkMessageProcessingStepRegistration |
Java class for SdkMessageProcessingStepRegistration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SdkMessageProcessingStepRegistration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomConfiguration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FilteringAttributes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Images" type="{http://schemas.microsoft.com/crm/2011/Contracts}ArrayOfSdkMessageProcessingStepImageRegistration" minOccurs="0"/>
<element name="ImpersonatingUserId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="InvocationSource" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MessageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Mode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PluginTypeFriendlyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PluginTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PrimaryEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SecondaryEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Stage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SupportedDeployment" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customConfiguration | |||||||||||
| description | |||||||||||
| filteringAttributes | |||||||||||
| images | |||||||||||
| impersonatingUserId | |||||||||||
| invocationSource | |||||||||||
| messageName | |||||||||||
| mode | |||||||||||
| pluginTypeFriendlyName | |||||||||||
| pluginTypeName | |||||||||||
| primaryEntityName | |||||||||||
| secondaryEntityName | |||||||||||
| stage | |||||||||||
| supportedDeployment | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customConfiguration property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the filteringAttributes property.
| |||||||||||
Gets the value of the images property.
| |||||||||||
Gets the value of the impersonatingUserId property.
| |||||||||||
Gets the value of the invocationSource property.
| |||||||||||
Gets the value of the messageName property.
| |||||||||||
Gets the value of the mode property.
| |||||||||||
Gets the value of the pluginTypeFriendlyName property.
| |||||||||||
Gets the value of the pluginTypeName property.
| |||||||||||
Gets the value of the primaryEntityName property.
| |||||||||||
Gets the value of the secondaryEntityName property.
| |||||||||||
Gets the value of the stage property.
| |||||||||||
Gets the value of the supportedDeployment property.
| |||||||||||
Sets the value of the customConfiguration property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the filteringAttributes property.
| |||||||||||
Sets the value of the images property.
| |||||||||||
Sets the value of the impersonatingUserId property.
| |||||||||||
Sets the value of the invocationSource property.
| |||||||||||
Sets the value of the messageName property.
| |||||||||||
Sets the value of the mode property.
| |||||||||||
Sets the value of the pluginTypeFriendlyName property.
| |||||||||||
Sets the value of the pluginTypeName property.
| |||||||||||
Sets the value of the primaryEntityName property.
| |||||||||||
Sets the value of the secondaryEntityName property.
| |||||||||||
Sets the value of the stage property.
| |||||||||||
Sets the value of the supportedDeployment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customConfiguration property.
Gets the value of the description property.
Gets the value of the filteringAttributes property.
Gets the value of the images property.
ArrayOfSdkMessageProcessingStepImageRegistration
Gets the value of the impersonatingUserId property.
Guid
Gets the value of the invocationSource property.
Gets the value of the messageName property.
Gets the value of the mode property.
Gets the value of the pluginTypeFriendlyName property.
Gets the value of the pluginTypeName property.
Gets the value of the primaryEntityName property.
Gets the value of the secondaryEntityName property.
Gets the value of the stage property.
Gets the value of the supportedDeployment property.
Sets the value of the customConfiguration property.
| value | Allowed object is String |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the filteringAttributes property.
| value | Allowed object is String |
|---|
Sets the value of the images property.
| value | Allowed object is
ArrayOfSdkMessageProcessingStepImageRegistration
|
|---|
Sets the value of the impersonatingUserId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the invocationSource property.
| value | Allowed object is Integer |
|---|
Sets the value of the messageName property.
| value | Allowed object is String |
|---|
Sets the value of the mode property.
| value | Allowed object is Integer |
|---|
Sets the value of the pluginTypeFriendlyName property.
| value | Allowed object is String |
|---|
Sets the value of the pluginTypeName property.
| value | Allowed object is String |
|---|
Sets the value of the primaryEntityName property.
| value | Allowed object is String |
|---|
Sets the value of the secondaryEntityName property.
| value | Allowed object is String |
|---|
Sets the value of the stage property.
| value | Allowed object is Integer |
|---|
Sets the value of the supportedDeployment property.
| value | Allowed object is Integer |
|---|