public class SdkMessageProcessingStepRegistration extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SdkMessageProcessingStepRegistration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
customConfiguration |
protected String |
description |
protected String |
filteringAttributes |
protected List<SdkMessageProcessingStepImageRegistration> |
images |
protected String |
imagesNextLink |
protected String |
impersonatingUserId |
protected Integer |
invocationSource |
protected String |
messageName |
protected Integer |
mode |
protected String |
odataType |
protected String |
pluginTypeFriendlyName |
protected String |
pluginTypeName |
protected String |
primaryEntityName |
protected String |
secondaryEntityName |
protected Integer |
stage |
protected Integer |
supportedDeployment |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
SdkMessageProcessingStepRegistration() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String messageName
protected String primaryEntityName
protected String secondaryEntityName
protected String description
protected Integer stage
protected Integer mode
protected String impersonatingUserId
protected Integer supportedDeployment
protected String filteringAttributes
protected String pluginTypeFriendlyName
protected String pluginTypeName
protected String customConfiguration
protected Integer invocationSource
protected List<SdkMessageProcessingStepImageRegistration> images
protected String imagesNextLink
protected SdkMessageProcessingStepRegistration()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SdkMessageProcessingStepRegistration withMessageName(String messageName)
public SdkMessageProcessingStepRegistration withPrimaryEntityName(String primaryEntityName)
public SdkMessageProcessingStepRegistration withSecondaryEntityName(String secondaryEntityName)
public SdkMessageProcessingStepRegistration withDescription(String description)
public SdkMessageProcessingStepRegistration withStage(Integer stage)
public SdkMessageProcessingStepRegistration withMode(Integer mode)
public SdkMessageProcessingStepRegistration withImpersonatingUserId(String impersonatingUserId)
public SdkMessageProcessingStepRegistration withSupportedDeployment(Integer supportedDeployment)
public SdkMessageProcessingStepRegistration withFilteringAttributes(String filteringAttributes)
public SdkMessageProcessingStepRegistration withPluginTypeFriendlyName(String pluginTypeFriendlyName)
public SdkMessageProcessingStepRegistration withPluginTypeName(String pluginTypeName)
public SdkMessageProcessingStepRegistration withCustomConfiguration(String customConfiguration)
public SdkMessageProcessingStepRegistration withInvocationSource(Integer invocationSource)
public com.github.davidmoten.odata.client.CollectionPage<SdkMessageProcessingStepImageRegistration> getImages()
public com.github.davidmoten.odata.client.CollectionPage<SdkMessageProcessingStepImageRegistration> getImages(com.github.davidmoten.odata.client.HttpRequestOptions options)
public SdkMessageProcessingStepRegistration withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static SdkMessageProcessingStepRegistration.Builder builder()
Copyright © 2018–2021. All rights reserved.