@Beta public class WorkflowDefinitionSampleContextsDefaultStartContext extends Object
Constructor and Description |
---|
WorkflowDefinitionSampleContextsDefaultStartContext() |
public WorkflowDefinitionSampleContextsDefaultStartContext()
@Nonnull public WorkflowDefinitionSampleContextsDefaultStartContext id(@Nonnull String id)
WorkflowDefinitionSampleContextsDefaultStartContext
instance and return the same
instance.id
- The ID of the default start context. The ID is at most 255 characters long.WorkflowDefinitionSampleContextsDefaultStartContext
class@Nonnull public String getId()
WorkflowDefinitionSampleContextsDefaultStartContext
instance.public void setId(@Nonnull String id)
WorkflowDefinitionSampleContextsDefaultStartContext
instance.id
- The ID of the default start context. The ID is at most 255 characters long.@Nonnull public WorkflowDefinitionSampleContextsDefaultStartContext content(@Nonnull Object content)
WorkflowDefinitionSampleContextsDefaultStartContext
instance and return the same
instance.content
- The default start context configured in the start event.WorkflowDefinitionSampleContextsDefaultStartContext
class@Nonnull public Object getContent()
WorkflowDefinitionSampleContextsDefaultStartContext
instance.public void setContent(@Nonnull Object content)
WorkflowDefinitionSampleContextsDefaultStartContext
instance.content
- The default start context configured in the start event.@Nonnull public WorkflowDefinitionSampleContextsDefaultStartContext modelElementId(@Nonnull String modelElementId)
WorkflowDefinitionSampleContextsDefaultStartContext
instance and return
the same instance.modelElementId
- The ID of the start event for which the default start context is configured. The ID is at most 255
characters long.WorkflowDefinitionSampleContextsDefaultStartContext
class@Nonnull public String getModelElementId()
WorkflowDefinitionSampleContextsDefaultStartContext
instance.public void setModelElementId(@Nonnull String modelElementId)
WorkflowDefinitionSampleContextsDefaultStartContext
instance.modelElementId
- The ID of the start event for which the default start context is configured. The ID is at most 255
characters long.Copyright © 2020 SAP SE. All rights reserved.