Package microsoft.dynamics.crm.complex
Class SdkMessageProcessingStepRegistration
- java.lang.Object
-
- microsoft.dynamics.crm.complex.SdkMessageProcessingStepRegistration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SdkMessageProcessingStepRegistration extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSdkMessageProcessingStepRegistration.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringcustomConfigurationprotected Stringdescriptionprotected StringfilteringAttributesprotected List<SdkMessageProcessingStepImageRegistration>imagesprotected StringimagesNextLinkprotected UUIDimpersonatingUserIdprotected IntegerinvocationSourceprotected StringmessageNameprotected Integermodeprotected StringodataTypeprotected StringpluginTypeFriendlyNameprotected StringpluginTypeNameprotected StringprimaryEntityNameprotected StringsecondaryEntityNameprotected Integerstageprotected IntegersupportedDeploymentprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedSdkMessageProcessingStepRegistration()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
messageName
protected String messageName
-
primaryEntityName
protected String primaryEntityName
-
secondaryEntityName
protected String secondaryEntityName
-
description
protected String description
-
stage
protected Integer stage
-
mode
protected Integer mode
-
impersonatingUserId
protected UUID impersonatingUserId
-
supportedDeployment
protected Integer supportedDeployment
-
filteringAttributes
protected String filteringAttributes
-
pluginTypeFriendlyName
protected String pluginTypeFriendlyName
-
pluginTypeName
protected String pluginTypeName
-
customConfiguration
protected String customConfiguration
-
invocationSource
protected Integer invocationSource
-
images
protected List<SdkMessageProcessingStepImageRegistration> images
-
imagesNextLink
protected String imagesNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withMessageName
public SdkMessageProcessingStepRegistration withMessageName(String messageName)
-
withPrimaryEntityName
public SdkMessageProcessingStepRegistration withPrimaryEntityName(String primaryEntityName)
-
withSecondaryEntityName
public SdkMessageProcessingStepRegistration withSecondaryEntityName(String secondaryEntityName)
-
withDescription
public SdkMessageProcessingStepRegistration withDescription(String description)
-
withStage
public SdkMessageProcessingStepRegistration withStage(Integer stage)
-
withMode
public SdkMessageProcessingStepRegistration withMode(Integer mode)
-
withImpersonatingUserId
public SdkMessageProcessingStepRegistration withImpersonatingUserId(UUID impersonatingUserId)
-
withSupportedDeployment
public SdkMessageProcessingStepRegistration withSupportedDeployment(Integer supportedDeployment)
-
withFilteringAttributes
public SdkMessageProcessingStepRegistration withFilteringAttributes(String filteringAttributes)
-
withPluginTypeFriendlyName
public SdkMessageProcessingStepRegistration withPluginTypeFriendlyName(String pluginTypeFriendlyName)
-
withPluginTypeName
public SdkMessageProcessingStepRegistration withPluginTypeName(String pluginTypeName)
-
withCustomConfiguration
public SdkMessageProcessingStepRegistration withCustomConfiguration(String customConfiguration)
-
withInvocationSource
public SdkMessageProcessingStepRegistration withInvocationSource(Integer invocationSource)
-
getImages
public com.github.davidmoten.odata.client.CollectionPage<SdkMessageProcessingStepImageRegistration> getImages()
-
getImages
public com.github.davidmoten.odata.client.CollectionPage<SdkMessageProcessingStepImageRegistration> getImages(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public SdkMessageProcessingStepRegistration withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static SdkMessageProcessingStepRegistration.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-